public interface IRolesTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createRole(Role role) |
void |
deleteRole(java.lang.String keyID) |
Role[] |
getAllRoles() |
Role |
retrieveRole(java.lang.String keyID) |
void |
updateRole(Role role) |
void deleteRole(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionRole[] getAllRoles() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateRole(Role role) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRole retrieveRole(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String createRole(Role role) throws java.rmi.RemoteException
java.rmi.RemoteException