public interface UsersManagementService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addNewUsersToVO(ArrayList<String> users) |
Boolean |
addUsersToVO(ArrayList<String> users) |
Boolean |
denyRequests(String[] users,
boolean sendCustomMailToRejectedUsers) |
ArrayList<UserInfo> |
getAllRegisteredUsers() |
String[] |
getAvailableRolesByCurrentGroup() |
Integer |
getNumberOfUserThatReceiveNots() |
ArrayList<UserInfo> |
getRegisteredUsersForaVO() |
ArrayList<UserInfo> |
getUnregisteredUsersForVO() |
ArrayList<UserInfo> |
getUsersRequests() |
Boolean |
removeUsersFromVO(String[] users) |
void |
sendEmail(ArrayList<String> emails,
String subject,
String body) |
void |
sendEmailToRegisteredUsers(String subject,
String body) |
void |
sendEmailWithErrorToSupport(Throwable caught) |
String |
updateUserRoles(String username,
String[][] rolesAndValues) |
String[] getAvailableRolesByCurrentGroup()
Boolean removeUsersFromVO(String[] users) throws CurrentGroupRetrievalException, RolesRetrievalException, UserRemovalFailureException, UserInfoRetrievalException
Boolean denyRequests(String[] users, boolean sendCustomMailToRejectedUsers) throws CurrentGroupRetrievalException, RolesRetrievalException, UserRemovalFailureException, UserInfoRetrievalException
Boolean addUsersToVO(ArrayList<String> users) throws RolesRetrievalException, UserInfoRetrievalException, CurrentGroupRetrievalException, GroupAssignmentException
ArrayList<UserInfo> getUsersRequests() throws PendingUsersRetrievalException
PendingUsersRetrievalExceptionBoolean addNewUsersToVO(ArrayList<String> users) throws CurrentGroupRetrievalException
CurrentGroupRetrievalExceptionvoid sendEmailToRegisteredUsers(String subject, String body) throws CurrentGroupRetrievalException, RegisteredUsersRetrievalException, UserInfoRetrievalException
Integer getNumberOfUserThatReceiveNots() throws RegisteredUsersRetrievalException
void sendEmailWithErrorToSupport(Throwable caught)
Copyright © 2014. All Rights Reserved.