|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 . |
void |
GroupService.delete(Group group)
Deletes the specified group from the server as determined by the Group |
boolean |
GroupService.isUserInGroup(User user,
Group group)
Tests whether the specified User is in the given Group |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |