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, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateMap<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 BenutzerGruppes 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 © 2019 XIMA MEDIA GmbH. All rights reserved.