Uses of Interface
com.sas.drugdev.remote.admin.RemoteGroup

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

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

Methods in com.sas.drugdev.remote.admin that return RemoteGroup
 RemoteGroup GroupService.create(GroupBean groupBean)
          Creates a new group on the server as described by the GroupBean
 RemoteGroup GroupService.get(GroupBean groupBean)
          Retrieves a group from the server as described by the GroupBean.
 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 with parameters of type RemoteGroup
GroupBean(RemoteGroup remoteGroup)
          Construct the GroupBean with a RemoteGroup.