class: OrganizationalUnitFilterParamVO

public class: OrganizationalUnitFilterParamVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:13; Modified: 16.07.2009 15:14:13;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7E903331-6FB2-4d90-BC51-F0CB25AA0F02}
This VO is used to retrieve organizational units filtered by certain filter criteria. It corresponds to filter-organizational-units.xsd.
@created 09-Okt-2007 16:17:58
@revised by MuJ: 09.10.2007
 

Goto: Custom Properties, Fields, Methods

Appears in: valueobjects

Custom Properties
 
OrganizationalUnitFilterParamVO Attributes
Attribute Details
private java.util.ArrayList
  organizationalUnitIds
Initial: new java.util.ArrayList()
Notes: Object ids of organizational units as filter criteria.
private Boolean
  topLevel
Notes: This flag indicates whether to filter for top level OUs or not.
 
OrganizationalUnitFilterParamVO Methods
Operation Details
public
getOrganizationalUnitIds():List
Sequential
Notes: @return Object ids of organizational units as filter criteria.
public
getTopLevel():Boolean
Sequential
Notes: @return This flag indicates whether to filter for top level OUs or not. Due to JSF requirements, the name of this boolean getter does not begin with "is".
public
setTopLevel(
   Boolean newVal):void
Sequential