class: ContextListSessionBean

public class: ContextListSessionBean
Author: : Thomas Diebäcker, created 12.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:05; Modified: 16.07.2009 15:32:05;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A500212E-EF5B-4e19-9A42-6C3212551FBC}
Keeps all attributes that are used for the whole session by the CollectionList.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: LoginHelper, QualityAssurance, FacesBean

Appears in: contextList

Connections
 
Custom Properties
 
ContextListSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "ContextListSessionBean"
private UIXIterator
  contextIterator
Initial: new UIXIterator()
private ArrayList
  depositorContextList
Initial: new ArrayList()
private static Logger
  logger
Initial: Logger.getLogger(ContextListSessionBean.class)
private LoginHelper
  loginHelper
private ArrayList
  moderatorContextList
Initial: new ArrayList()
private QualityAssurance
  qualityAssurance
 
ContextListSessionBean Methods
Operation Details
public
ContextListSessionBean():
Sequential
Notes: Public constructor.
private
createDummyContext(
   int number):PubContextVOPresentation
Sequential
public
getContextIterator():UIXIterator
Sequential
public
getDepositorContextList():List
Sequential
public
getDepositorContextListSize():int
Sequential
private
getDummyCollections(
   int numberofDummies):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
getModeratorContextList():List
Sequential
public
getModeratorContextListSize():int
Sequential
public
getSelectedDepositorContext():PubContextVOPresentation
Sequential
public
init():void
Sequential
private
retrieveDepositorContexts():List
Sequential
Notes: Retrieves all contexts for the current user.
@return the list of ContextVOs
private
retrieveModeratorContexts():List
Sequential
public
setContextIterator(
   UIXIterator contextIterator):void
Sequential
public
setDepositorContextList(
   List contextList):void
Sequential
public
setModeratorContextList(
   List moderatorContextList):void
Sequential