class: ViewItemLog

public class: ViewItemLog
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:32:36; Modified: 16.07.2009 15:32:36;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {507392AE-56FC-4316-8E64-648459676983}
Fragment class for viewItemLog.jspf
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: itemLog

Connections
 
Custom Properties
 
ViewItemLog Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "ViewItemLog"
public static const String
  LOAD_ITEM_LOG
Initial: "loadViewItemLog"
Notes: Faces navigation string
private static Logger
  logger
Initial: Logger.getLogger(ViewItemLog.class)
annotations=@SuppressWarnings("unused")
 
ViewItemLog Methods
Operation Details
public
getDummy():String
Sequential
protected
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ItemControllerSessionBean).
@return a reference to the scoped data bean
protected
getSessionBean():ItemVersionListSessionBean
Sequential
Notes: Returns the ItemVersionListSessionBean.
@return a reference to the scoped data bean (ItemVersionListSessionBean)
public
getVersionHistory(
   String itemID):List
Sequential
Notes: Retrieves all event logs for the current pubitem.
@return the list of EventLogEntryVOs
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.
public
ViewItemLog():
Sequential
Notes: Public constructor.