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, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
List<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.