class: GrantVOPresentation

public class: GrantVOPresentation
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:41; Modified: 16.07.2009 15:33:41;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {999A1B66-F880-426c-A337-ADC287C648DE}
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: util

Connections
 
Custom Properties
 
GrantVOPresentation Attributes
Attribute Details
private int
  fileIndex
private Grant
  grant
public static const String
  GRANT_TYPE_USER_GROUP
Initial: "user-group"
private int
  index
 
GrantVOPresentation Methods
Operation Details
protected
getAudienceSessionBean():AudienceSessionBean
Sequential
Notes: Returns the AudienceSessionBean.
@return a reference to the scoped data bean (AudienceSessionBean)
public
getGrant():Grant
Sequential
public
getIndex():int
Sequential
protected
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns the ItemControllerSessionBean.
@return a reference to the scoped data bean (ItemControllerSessionBean)
public
GrantVOPresentation():
Sequential
Notes: Public constructor
public
GrantVOPresentation(
   Grant grant,
   int index):
Sequential
Notes: Public constructor with parameters
public
GrantVOPresentation(
   Grant grant,
   int index,
   int fileIndex):
Sequential
public
remove():void
Sequential
public
removeGrantForAllFiles():void
Sequential
public
setGrant(
   Grant grant):void
Sequential
public
setIndex(
   int index):void
Sequential