class: ReleaseHistory

public class: ReleaseHistory
Author: : Tobias Schraut, created 18.10.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:53; Modified: 16.07.2009 15:32:53;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {06E142E8-567C-4d42-992E-3AC9F6512A5D}
Fragment class for Releasy history.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: releases

Connections
 
Custom Properties
 
ReleaseHistory Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "ReleaseHistory"
public static const String
  LOAD_RELEASE_HISTORY
Initial: "loadReleaseHistory"
Notes: Faces navigation string
private static Logger
  logger
Initial: Logger.getLogger(ReleaseHistory.class)
annotations=@SuppressWarnings("unused")
 
ReleaseHistory 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 releases for the current pubitem.
@return the list of VersionHistoryEntryVOs
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
ReleaseHistory():
Sequential
Notes: Public constructor.