Uses of Class
com.sas.drugdev.remote.admin.InvalidGroupException

Packages that use InvalidGroupException
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
 

Uses of InvalidGroupException in com.sas.drugdev.remote.admin
 

Methods in com.sas.drugdev.remote.admin that throw InvalidGroupException
 RemoteGroup GroupService.create(GroupBean groupBean)
          Creates a new group on the server as described by the GroupBean
 void GroupService.delete(Group group)
          Deletes the specified group from the server as determined by the Group
 RemoteGroup GroupService.get(GroupBean groupBean)
          Retrieves a group from the server as described by the GroupBean.
 boolean GroupService.isUserInGroup(User user, Group group)
          Tests whether the specified User is in the given Group
 RemoteGroup GroupService.update(GroupBean groupBean)
          Updates the group on the server with the parameters of the provided GroupBean.