public interface IRoleBDTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addRole(RoleBD roleBD) |
void |
deleteRole(java.lang.String keyID) |
void |
detachUsers(java.lang.String roleKeyID,
java.lang.String[] userKeyIDs) |
RoleBD[] |
findManyRoles(java.lang.String[] keyIDs) |
RoleBD |
findRole(java.lang.String keyID) |
UserBD[] |
findUsersByRole(java.lang.String roleKeyID,
boolean inRole) |
RoleBD[] |
getAllRoles() |
void |
updateRole(RoleBD roleBD) |
void deleteRole(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionRoleBD[] findManyRoles(java.lang.String[] keyIDs) throws java.rmi.RemoteException
java.rmi.RemoteExceptionUserBD[] findUsersByRole(java.lang.String roleKeyID, boolean inRole) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRoleBD findRole(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRoleBD[] getAllRoles() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid detachUsers(java.lang.String roleKeyID,
java.lang.String[] userKeyIDs)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateRole(RoleBD roleBD) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addRole(RoleBD roleBD) throws java.rmi.RemoteException
java.rmi.RemoteException