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, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public List<Rolle> getRollenByModul(IEntityContext ec, Modul modul)
getRollenByModul
in interface IRolleDao
public Rolle getAdminRolle(IEntityContext ec, Mandant mandant)
getAdminRolle
in interface IRolleDao
public Rolle getByUUID(IEntityContext ec, Mandant client, String uuid)
IRolleDao
public Rolle getByUUID(IEntityContext ec, Mandant client, UUID uuid)
IRolleDao
protected 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.