class: WithdrawItemSessionBean

public class: WithdrawItemSessionBean
Author: : Michael Franke, created 15.06.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:07; Modified: 16.07.2009 15:34:07;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E00A4226-AF35-438c-B076-80A404235E16}
Keeps all attributes that are used for the whole session by WithdrawItem.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: ItemListSessionBean, FacesBean

Appears in: withdrawItem

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