org.jwarp.service.groups
Interface IGroup

All Superinterfaces:
IItem, java.io.Serializable
All Known Subinterfaces:
ISecurityGroup
All Known Implementing Classes:
Group

public interface IGroup
extends IItem


Method Summary
 java.util.Iterator getMembers()
          Returns all defined users.
 boolean isMember(int ref)
           
 
Methods inherited from interface org.jwarp.service.groups.IItem
getID
 

Method Detail

getMembers

public java.util.Iterator getMembers()
Returns all defined users.
Parameters:
admin - The administrator who triggers the call
Throws:
java.lang.SecurityException - If the Administrator was denied access.

isMember

public boolean isMember(int ref)

©   O R C A   S y s t e m s