public interface RolesManagementService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
createNewRole(String roleName,
String roleDesc) |
Boolean |
deleteRoles(ArrayList<String> roleNames) |
ArrayList<RoleInfo> |
getAvailableRoles() |
ArrayList<RoleInfo> |
listAllowedRoles() |
void |
sendEmailWithErrorToSupport(Throwable caught) |
Boolean |
updateRole(String roleName,
String newRoleName,
String newRoleDescription) |
ArrayList<RoleInfo> getAvailableRoles() throws RolesRetrievalException, CurrentGroupRetrievalException
ArrayList<RoleInfo> listAllowedRoles() throws CurrentGroupRetrievalException, RetrieveAllowedRolesException
Boolean createNewRole(String roleName, String roleDesc) throws RoleCreationException
RoleCreationExceptionBoolean updateRole(String roleName, String newRoleName, String newRoleDescription) throws RoleUpdateException, RolesRetrievalException, CurrentGroupRetrievalException
void sendEmailWithErrorToSupport(Throwable caught)
Copyright © 2014. All Rights Reserved.