class: DepositorWSSessionBean

public class: DepositorWSSessionBean
Author: : Thomas Diebäcker, created 10.01.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:09; Modified: 16.07.2009 15:32:09;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B21488C1-6EFA-4ab8-9136-7EDADC936DEB}
Keeps all attributes that are used for the whole session by the DepositorWS.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: depositorWS

Connections
 
Custom Properties
 
DepositorWSSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "DepositorWSSessionBean"
private boolean
  depositorWS
Initial: false
private static const Logger
  LOGGER
Initial: Logger.getLogger(DepositorWSSessionBean.class)
annotations=@SuppressWarnings("unused")
private boolean
  myWorkspace
Initial: false
Notes: ScT: the main menu topics on the left side.
private boolean
  newSubmission
Initial: false
private String
  selectedItemState
Initial: "PENDING"
Notes: default value for the selected item state
 
DepositorWSSessionBean Methods
Operation Details
public
DepositorWSSessionBean():
Sequential
Notes: Public constructor.
public
getDepositorWS():boolean
Sequential
public
getMyWorkspace():boolean
Sequential
public
getNewSubmission():boolean
Sequential
public
getSelectedItemState():String
Sequential
public
init():void
Sequential
Notes: This method is called when this bean is initially added to session scope. Typically, this occurs as a result of evaluating a value binding or method binding expression, which utilizes the managed bean facility to instantiate this bean and store it into session scope.
public
setDepositorWS(
   boolean depositorWS):void
Sequential
public
setMyWorkspace(
   boolean myWorkspace):void
Sequential
public
setNewSubmission(
   boolean newSubmission):void
Sequential
public
setSelectedItemState(
   String selectedItemState):void
Sequential