class: AudienceSessionBean

public class: AudienceSessionBean
Author: : Tobias Schraut, 2009-05-20
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:31:58; Modified: 16.07.2009 15:31:58;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {3E1AFEFF-5AAC-4182-8EF9-C25B6EFF6B69}
Fragment class for editing the audience grants of files. This class provides all functionality for giving and revoking user group grants for files in session scope.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: audience

Connections
 
Custom Properties
 
AudienceSessionBean Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "AudienceSessionBean"
private ArrayList
  fileListNew
Initial: new ArrayList()
Notes: the file list where changes are made and which will be applied if user clicks on save
private ArrayList
  fileListOld
Initial: new ArrayList()
Notes: the original file list with the original grants retrieved from core-service and which will be applied if user clicks on cancel
private ArrayList
  grantsForAllFiles
Initial: new ArrayList()
private static Logger
  logger
Initial: Logger.getLogger(AudienceSessionBean.class)
private UserGroupList
  ugl
 
AudienceSessionBean Methods
Operation Details
public
AudienceSessionBean():
Sequential
Notes: Public constructor.
public
cleanUp():void
Sequential
public
getFileListNew():List
Sequential
public
getFileListOld():List
Sequential
public
getGrantsForAllFiles():List
Sequential
public
getUgl():UserGroupList
Sequential
public const
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
setFileListNew(
   List fileListNew):void
Sequential
public
setFileListOld(
   List fileListOld):void
Sequential
public
setGrantsForAllFiles(
   List grantsForAllFiles):void
Sequential
public
setUgl(
   UserGroupList ugl):void
Sequential