class: AcceptItemSessionBean

public class: AcceptItemSessionBean
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:31:50; Modified: 16.07.2009 15:31:50;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {121BFB04-422C-44ce-B071-F8E9F912F51D}
Keeps all attributes that are used for the whole session by AcceptItem.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: acceptItem

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