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

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

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

Methods in com.sas.drugdev.remote.admin that throw InvalidGroupBeanException
 void GroupBean.addUser(java.lang.String userId)
          Add the given user to this group.
 RemoteGroup GroupService.create(GroupBean groupBean)
          Creates a new group on the server as described by the GroupBean
 boolean GroupService.exists(GroupBean groupBean)
          Tests whether the specified group exists on the server
 RemoteGroup GroupService.get(GroupBean groupBean)
          Retrieves a group from the server as described by the GroupBean.
 void GroupBean.removeUser(java.lang.String userId)
          Remove the user with the specified userId from this group.
 void GroupBean.removeUsers(java.util.List userIds)
          Remove the users with the specified userIds from this group.
 void GroupBean.setDescription(java.lang.String description)
          Set the description of this group.
 void GroupBean.setUsers(java.util.List userIds)
          Set the given userIds to be users in this group.
 RemoteGroup GroupService.update(GroupBean groupBean)
          Updates the group on the server with the parameters of the provided GroupBean.
 

Constructors in com.sas.drugdev.remote.admin that throw InvalidGroupBeanException
GroupBean(RemoteGroup remoteGroup)
          Construct the GroupBean with a RemoteGroup.
GroupBean(java.lang.String name)
          Contruct the GroupBean with a group name.