class: QAWSSessionBean

public class: QAWSSessionBean
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:49; Modified: 16.07.2009 15:32:49;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A18EB3AF-C880-402e-9D35-1E25029B2E7C}
TODO Session Bean for the Quality Assurance Workspace, keeps all attributes
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: qaws

Connections
 
Custom Properties
 
QAWSSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "QAWSSessionBean"
private static const Logger
  LOGGER
Initial: Logger.getLogger(QAWSSessionBean.class)
annotations=@SuppressWarnings("unused")
private ArrayList
  pubItemList
Initial: new ArrayList()
private AffiliationVO
  selectedAffiliationVO
private String
  selectedContextId
Initial: null
Notes: value for the selected collection
private String
  selectedItemState
Initial: "SUBMITTED"
private String
  selectedOUId
Initial: null
Notes: value for the selected organizational unit
 
QAWSSessionBean Methods
Operation Details
public
getPubItemList():List
Sequential
public
getSelectedContextId():String
Sequential
public
getSelectedItemState():String
Sequential
public
getSelectedOUId():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
QAWSSessionBean():
Sequential
Notes: Public constructor.
public
setPubItemList(
   List pubItemList):void
Sequential
public
setSelectedContextId(
   String selectedContextId):void
Sequential
public
setSelectedItemState(
   String selectedItemState):void
Sequential
public
setSelectedOUId(
   String selectedOUId):void
Sequential