class: UserGroupList

public class: UserGroupList
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:33; Modified: 16.07.2009 15:13:33;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {67C45538-F5FE-46c1-9929-BD403D2AF37A}
Schema fragment(s) for this class:
<pre> <xs:element xmlns:ns="http://www.escidoc.de/schemas/usergroup/0.5" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="user-group-list"> <xs:complexType> <xs:sequence> <xs:element ref="ns:user-group" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
</pre>
 

Goto: Custom Properties, Fields, Methods

Extends: IntelligentVO

See also: IntelligentVO

Appears in: usergroup

Connections
 
Custom Properties
 
UserGroupList Attributes
Attribute Details
private ArrayList
  userGroupListList
Initial: new ArrayList()
 
UserGroupList Methods
Operation Details
public
getUserGroupLists():List
Sequential
Notes: Get the list of 'user-group' element items.
@return list
public
setUserGroupLists(
   List list):void
Sequential
Notes: Set the list of 'user-group' element items.
public
UserGroupList(
   String filter,
   String userHandle):
Sequential
Tags: throws=RuntimeException
Notes: Retrieves a list of User Groups.
public
UserGroupList():
Sequential