public class BenutzerGruppeDao extends MandantDependentBaseDao<BenutzerGruppe> implements IBenutzerGruppeDao
| Constructor and Description |
|---|
BenutzerGruppeDao() |
| Modifier and Type | Method and Description |
|---|---|
List<BenutzerGruppe> |
getAllByProject(IEntityContext ec,
Projekt project)
Returns all user groups being referenced by the given project
|
Map<String,BenutzerGruppe> |
getBenutzerGruppeByMandant(IEntityContext ec,
Mandant mandant) |
BenutzerGruppe |
getByUUID(IEntityContext ec,
Mandant client,
String uuid)
Returns the user group with the given UUID string
|
BenutzerGruppe |
getByUUID(IEntityContext ec,
Mandant client,
UUID uuid)
Returns the user group with the given UUID
|
protected IFCDaoActionHook<BenutzerGruppe> |
getPostActionHook() |
protected IFCDaoActionHook<BenutzerGruppe> |
getPreActionHook() |
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 Map<String,BenutzerGruppe> getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)
getBenutzerGruppeByMandant in interface IBenutzerGruppeDaopublic List<BenutzerGruppe> getAllByProject(IEntityContext ec, Projekt project)
IBenutzerGruppeDaogetAllByProject in interface IBenutzerGruppeDaoec - IEntityContext to be usedproject - Projekt project to search for user groupsList of BenutzerGruppes that are being referenced by the projectpublic BenutzerGruppe getByUUID(IEntityContext ec, Mandant client, String uuid)
IBenutzerGruppeDaogetByUUID in interface IBenutzerGruppeDaoec - IEntityContext to useclient - Mandant context in which to look for user groupuuid - String UUID string of the user groupBenutzerGruppe for the given UUID and clientpublic BenutzerGruppe getByUUID(IEntityContext ec, Mandant client, UUID uuid)
IBenutzerGruppeDaogetByUUID in interface IBenutzerGruppeDaoec - IEntityContext to useclient - Mandant context in which to look for user groupuuid - UUID UUID of the user groupBenutzerGruppe for the given UUID and clientprotected IFCDaoActionHook<BenutzerGruppe> getPreActionHook()
getPreActionHook in class GenericDao<BenutzerGruppe>protected IFCDaoActionHook<BenutzerGruppe> getPostActionHook()
getPostActionHook in class GenericDao<BenutzerGruppe>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.