class: ItemVersionListSessionBean

public class: ItemVersionListSessionBean
Author: : Tobias Schraut, created 18.10.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2633 $ $LastChangedDate: 2009-05-12 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:52; Modified: 16.07.2009 15:32:52;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {441A457F-E7C0-4ba1-B56E-4896DD88B1B6}
Keeps all attributes that are used for the whole session by the ReleaseHistory, the Item Log and the Revision History.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: releases

Connections
 
Custom Properties
 
ItemVersionListSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "ItemVersionListSessionBean"
private UIXIterator
  eventIterator
Initial: new UIXIterator()
private ArrayList
  eventLogList
Initial: new ArrayList()
private static Logger
  logger
Initial: Logger.getLogger(ItemVersionListSessionBean.class)
annotations=@SuppressWarnings("unused")
private ArrayList
  releaseList
Initial: new ArrayList()
private ArrayList
  versionList
Initial: new ArrayList()
 
ItemVersionListSessionBean Methods
Operation Details
public
getEventIterator():UIXIterator
Sequential
public
getEventLogList():List
Sequential
protected
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ItemControllerSessionBean).
@return a reference to the scoped data bean
public
getReleaseList():List
Sequential
public
getVersionList():List
Sequential
public
initVersionLists(
   List vList):void
Sequential
public
ItemVersionListSessionBean():
Sequential
Notes: Public constructor.
public
resetVersionLists():void
Sequential
public
setEventIterator(
   UIXIterator eventIterator):void
Sequential
public
setEventLogList(
   List eventLogList):void
Sequential
public
setReleaseList(
   List releaseList):void
Sequential
public
setVersionList(
   List versionList):void
Sequential