public class RolleHandler extends GenericHandler implements IRolleHandler
LOG| Constructor and Description | 
|---|
RolleHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
Rolle | 
addModulToRolle(UserContext uc,
               Rolle rolle,
               Modul newModul) | 
Rolle | 
getAdminRolle(UserContext uc,
             Mandant mandant) | 
Rolle | 
getByUUID(UserContext uc,
         Mandant client,
         String uuid)
Returns the role with the given UUID 
 | 
Rolle | 
getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)
Returns the role with the given UUID 
 | 
List<Rolle> | 
getRollenByModul(UserContext uc,
                Modul modul) | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, updategetNamepublic List<Rolle> getRollenByModul(UserContext uc, Modul modul)
getRollenByModul in interface IRolleHandlerpublic Rolle getAdminRolle(UserContext uc, Mandant mandant)
getAdminRolle in interface IRolleHandlerpublic Rolle getByUUID(UserContext uc, Mandant client, String uuid)
IRolleHandlergetByUUID in interface IRolleHandleruc - UserContext to useclient - Mandant context in which to look for roleuuid - String UUID of the roleRolle for the given UUID and clientpublic Rolle getByUUID(UserContext uc, Mandant client, UUID uuid)
IRolleHandlergetByUUID in interface IRolleHandleruc - UserContext to useclient - Mandant context in which to look for roleuuid - UUID UUID of the roleRolle for the given UUID and clientpublic Rolle addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
addModulToRolle in interface IRolleHandlerCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.