public interface IRolleDao extends IMandantDependentBaseDao<Rolle>
| Modifier and Type | Method and Description |
|---|---|
Rolle |
getAdminRolle(IEntityContext ec,
Mandant mandant) |
Rolle |
getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the role with the given UUID
|
Rolle |
getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the role with the given UUID
|
List<Rolle> |
getRollenByModul(IEntityContext ec,
Modul modul) |
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateList<Rolle> getRollenByModul(IEntityContext ec, Modul modul)
Rolle getAdminRolle(IEntityContext ec, Mandant mandant)
Rolle getByUUID(IEntityContext ec, Mandant client, String uuid)
ec - IEntityContext to useclient - Mandant context in which to look for roleuuid - String UUID of the roleRolle for the given UUID and clientRolle getByUUID(IEntityContext ec, Mandant client, UUID uuid)
ec - IEntityContext to useclient - Mandant context in which to look for roleuuid - UUID UUID of the roleRolle for the given UUID and clientCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.