class: RelationListSessionBean

public class: RelationListSessionBean
Author: : Thomas Diebäcker, created 22.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:56; Modified: 16.07.2009 15:32:56;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4865C08A-07EF-4c43-B2F9-9B6B541361EA}
Keeps all attributes that are used for the whole session by the RevisionList.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: revisions

Connections
 
Custom Properties
 
RelationListSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "RelationListSessionBean"
private static Logger
  logger
Initial: Logger.getLogger(RelationListSessionBean.class)
private PubItemVO
  pubItemVO
Initial: null
private List
  relationList
Initial: null
private String
  revisionDescription
Initial: new String()
 
RelationListSessionBean Methods
Operation Details
protected
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ItemControllerSessionBean).
@return a reference to the scoped data bean
public
getPubItemVO():PubItemVO
Sequential
public
getRelationList():List
Sequential
public
getRevisionDescription():String
Sequential
public
getShowRelations():boolean
Sequential
public
RelationListSessionBean():
Sequential
Notes: Public constructor.
public
setPubItemVO(
   PubItemVO pubItemVO):void
Sequential
public
setRelationList(
   List relationList):void
Sequential
public
setRevisionDescription(
   String revisionDescription):void
Sequential