class: Factory

public <<static>> class: Factory
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:13:33; Modified: 16.07.2009 15:13:34;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4DF75A9E-DFCA-4500-8CE8-27197353DEFC}
Inner factory class for communicating with coreservice and marshalling/unmarshalling this VO.
 

Goto: Custom Properties, Methods

Appears in: usergroup

Custom Properties
 
Factory Methods
Operation Details
public static
retrieveActiveUserGroups(
   String userHandle):UserGroupList
Sequential
Tags: throws=RuntimeException
Notes: Retrieves all active user groups.
@return The list of User Groups.
private static
retrieveUserGroups(
   String filter,
   String userHandle):UserGroupList
Sequential
Tags: throws=RuntimeException
Notes: Retrieves a list of User Groups.
@return The list of User Groups.