public interface IBenutzerGruppeDao extends IMandantDependentBaseDao<BenutzerGruppe>
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
|
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
Map<String,BenutzerGruppe> getBenutzerGruppeByMandant(IEntityContext ec, Mandant mandant)
List<BenutzerGruppe> getAllByProject(IEntityContext ec, Projekt project)
ec
- IEntityContext
to be usedproject
- Projekt
project to search for user groupsList
of BenutzerGruppe
s that are being referenced by the projectBenutzerGruppe getByUUID(IEntityContext ec, Mandant client, String uuid)
ec
- IEntityContext
to useclient
- Mandant
context in which to look for user groupuuid
- String
UUID string of the user groupBenutzerGruppe
for the given UUID and clientBenutzerGruppe getByUUID(IEntityContext ec, Mandant client, UUID uuid)
ec
- IEntityContext
to useclient
- Mandant
context in which to look for user groupuuid
- UUID
UUID of the user groupBenutzerGruppe
for the given UUID and clientCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.