class: RoleFilter

public class: RoleFilter
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:03; Modified: 16.07.2009 15:14:06;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F53CD58D-4F77-4fcb-8FF8-31B676064691}
Class to filter by Role.
 

Goto: Custom Properties, Fields, Methods

Implements: Filter

See also: AccountUserRO, Filter

Appears in: valueobjects

Connections
 
Custom Properties
 
RoleFilter Attributes
Attribute Details
private String
  role
Notes: The role to filter for.
private AccountUserRO
  userRef
Notes: The user that has the given role.
 
RoleFilter Methods
Operation Details
public
getRole():String
Sequential
Notes: @return the role
public
getUserRef():AccountUserRO
Sequential
Notes: @return the user
public
RoleFilter(
   String role,
   AccountUserRO user):
Sequential
Notes: Creates a new filter instance with the given role and user. To use the role filter the user is mandatory.
public
setRole(
   String role):void
Sequential
public
setUserRef(
   AccountUserRO userRef):void
Sequential