public interface RolesManagementServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
createNewRole(String roleName,
String roleDesc,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
deleteRoles(ArrayList<String> roleNames,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
getAvailableRoles(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<RoleInfo>> callback) |
void |
listAllowedRoles(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<RoleInfo>> callback) |
void |
sendEmailWithErrorToSupport(Throwable caught,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
updateRole(String roleName,
String newRoleName,
String newRoleDescription,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getAvailableRoles(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<RoleInfo>> callback)
void deleteRoles(ArrayList<String> roleNames, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void createNewRole(String roleName, String roleDesc, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void listAllowedRoles(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<RoleInfo>> callback)
void sendEmailWithErrorToSupport(Throwable caught, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Copyright © 2014. All Rights Reserved.