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.RemoteException
Role[] getAllRoles() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateRole(Role role) throws java.rmi.RemoteException
java.rmi.RemoteException
Role retrieveRole(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String createRole(Role role) throws java.rmi.RemoteException
java.rmi.RemoteException