public class RolleDao extends MandantDependentBaseDao<Rolle> implements IRolleDao
| Constructor and Description |
|---|
RolleDao() |
| 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
|
protected IFCDaoActionHook<Rolle> |
getPostActionHook() |
protected IFCDaoActionHook<Rolle> |
getPreActionHook() |
List<Rolle> |
getRollenByModul(IEntityContext ec,
Modul modul) |
getEntityRefs, readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updatepublic List<Rolle> getRollenByModul(IEntityContext ec, Modul modul)
getRollenByModul in interface IRolleDaopublic Rolle getAdminRolle(IEntityContext ec, Mandant mandant)
getAdminRolle in interface IRolleDaopublic Rolle getByUUID(IEntityContext ec, Mandant client, String uuid)
IRolleDaopublic Rolle getByUUID(IEntityContext ec, Mandant client, UUID uuid)
IRolleDaoprotected IFCDaoActionHook<Rolle> getPreActionHook()
getPreActionHook in class GenericDao<Rolle>protected IFCDaoActionHook<Rolle> getPostActionHook()
getPostActionHook in class GenericDao<Rolle>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.