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, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
public List<Rolle> getRollenByModul(UserContext uc, Modul modul)
getRollenByModul
in interface IRolleHandler
public Rolle getAdminRolle(UserContext uc, Mandant mandant)
getAdminRolle
in interface IRolleHandler
public Rolle getByUUID(UserContext uc, Mandant client, String uuid)
IRolleHandler
getByUUID
in interface IRolleHandler
uc
- 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)
IRolleHandler
getByUUID
in interface IRolleHandler
uc
- 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 IRolleHandler
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.