class: PubItemStorageSessionBean

public class: PubItemStorageSessionBean
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:31:59; Modified: 16.07.2009 15:31:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E18EA613-9C47-4468-86B3-C6A10DE9BBB1}
Session Bean that stores the referneces of PubItems in a Map for the Basket session basket functionality. TODO Description
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: basket

Connections
 
Custom Properties
 
PubItemStorageSessionBean Attributes
Attribute Details
public static String
  BEAN_NAME
Initial: "PubItemStorageSessionBean"
private Map
  storedPubItems
Notes: A map with the current reference objects of the basket's items. The key is the object id with version.
 
PubItemStorageSessionBean Methods
Operation Details
public
getStoredPubItems():Map
Sequential
Notes: Returns the map with the current reference objects of the basket's items. The key is the object id with version.
public
getStoredPubItemsSize():int
Sequential
public
PubItemStorageSessionBean():
Sequential
public
setStoredPubItems(
   Map storedPubItems):void
Sequential
Notes: Sets the map with the current reference objects of the basket's items. The key is the object id with version.