public interface IBenutzerGruppeHandler extends IGenericHandler
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, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
List<BenutzerGruppe> getByProjekt(UserContext uc, Long projektId)
List<BenutzerGruppe> getEditorgruppenByProjekt(UserContext uc, Long projektId)
List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
List<BenutzerGruppe> getByBenutzer(UserContext uc, Benutzer ben)
BenutzerGruppe getByUUID(UserContext uc, Mandant client, String uuid)
uc
- UserContext
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(UserContext uc, Mandant client, UUID uuid)
uc
- 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.