class: SubmitItemSessionBean

public class: SubmitItemSessionBean
Author: : Michael Franke, created 06.09.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:28; Modified: 16.07.2009 15:33:28;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F0A667F6-916A-4332-B95A-9B22C2093643}
Keeps all attributes that are used for the whole session by SubmitItem.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: submitItem

Connections
 
Custom Properties
 
SubmitItemSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "SubmitItemSessionBean"
private static const Logger
  LOGGER
Initial: Logger.getLogger(SubmitItemSessionBean.class)
annotations=@SuppressWarnings("unused")
private String
  message
private String
  navigationStringToGoBack
Initial: null
Notes: navigationString to go back to the list where submitItem has been called from
 
SubmitItemSessionBean Methods
Operation Details
public
getMessage():String
Sequential
public const
getNavigationStringToGoBack():String
Sequential
public const
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
setMessage(
   String message):void
Sequential
public const
setNavigationStringToGoBack(
   String navigationStringToGoBack):void
Sequential
public
SubmitItemSessionBean():
Sequential
Notes: Public constructor.