public class BenutzerGruppeHandler extends GenericHandler implements IBenutzerGruppeHandler
LOG| Constructor and Description |
|---|
BenutzerGruppeHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<BenutzerGruppe> |
getBenutzerGruppenUsageRightByStatus(UserContext uc,
Long stateId) |
List<BenutzerGruppe> |
getByBenutzer(UserContext uc,
Benutzer ben) |
List<BenutzerGruppe> |
getByProjekt(UserContext uc,
Long projektId) |
BenutzerGruppe |
getByUUID(UserContext uc,
Mandant client,
String uuid)
Returns the user group with the given UUID string
|
BenutzerGruppe |
getByUUID(UserContext uc,
Mandant client,
UUID uuid)
Returns the user group with the given UUID
|
List<BenutzerGruppe> |
getEditorgruppenByProjekt(UserContext uc,
Long projektId) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, update, updategetNamepublic List<BenutzerGruppe> getByProjekt(UserContext uc, Long projektId)
getByProjekt in interface IBenutzerGruppeHandlerpublic List<BenutzerGruppe> getEditorgruppenByProjekt(UserContext uc, Long projektId)
getEditorgruppenByProjekt in interface IBenutzerGruppeHandlerpublic List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
getBenutzerGruppenUsageRightByStatus in interface IBenutzerGruppeHandlerpublic List<BenutzerGruppe> getByBenutzer(UserContext uc, Benutzer ben)
getByBenutzer in interface IBenutzerGruppeHandlerpublic BenutzerGruppe getByUUID(UserContext uc, Mandant client, String uuid)
IBenutzerGruppeHandlergetByUUID in interface IBenutzerGruppeHandleruc - UserContext 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(UserContext uc, Mandant client, UUID uuid)
IBenutzerGruppeHandlergetByUUID in interface IBenutzerGruppeHandleruc - UserContext 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.