class: PubManSessionBean

public class: PubManSessionBean
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:34:20; Modified: 16.07.2009 15:34:20;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {BD3BAEC7-AD41-4c9b-8E4A-0477FCADD3A8}
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: pubman

Connections
 
Custom Properties
 
PubManSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "PubManSessionBean"
private String
  locale
 
PubManSessionBean Methods
Operation Details
public
changeLanguage(
   ValueChangeEvent event):void
Sequential
protected
getI18nHelper():InternationalizationHelper
Sequential
Notes: Returns the InternationalizationHelper.
@return a reference to the scoped data bean (InternationalizationHelper)
public
getLocale():String
Sequential
Notes: Getters and Setters
protected
getLoginHelper():LoginHelper
Sequential
Notes: Returns the LoginHelper.
@return a reference to the scoped data bean (LoginHelper)
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.
public
isLoggedIn():boolean
Sequential
public
PubManSessionBean():
Sequential
Notes: Default constructor.
public
setLocale(
   String locale):void
Sequential