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.RemoteException
RoleBD[] findManyRoles(java.lang.String[] keyIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
UserBD[] findUsersByRole(java.lang.String roleKeyID, boolean inRole) throws java.rmi.RemoteException
java.rmi.RemoteException
RoleBD findRole(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
RoleBD[] getAllRoles() throws java.rmi.RemoteException
java.rmi.RemoteException
void detachUsers(java.lang.String roleKeyID, java.lang.String[] userKeyIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateRole(RoleBD roleBD) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addRole(RoleBD roleBD) throws java.rmi.RemoteException
java.rmi.RemoteException