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, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
public List<BenutzerGruppe> getByProjekt(UserContext uc, Long projektId)
getByProjekt
in interface IBenutzerGruppeHandler
public List<BenutzerGruppe> getEditorgruppenByProjekt(UserContext uc, Long projektId)
getEditorgruppenByProjekt
in interface IBenutzerGruppeHandler
public List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
getBenutzerGruppenUsageRightByStatus
in interface IBenutzerGruppeHandler
public List<BenutzerGruppe> getByBenutzer(UserContext uc, Benutzer ben)
getByBenutzer
in interface IBenutzerGruppeHandler
public BenutzerGruppe getByUUID(UserContext uc, Mandant client, String uuid)
IBenutzerGruppeHandler
getByUUID
in interface IBenutzerGruppeHandler
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 clientpublic BenutzerGruppe getByUUID(UserContext uc, Mandant client, UUID uuid)
IBenutzerGruppeHandler
getByUUID
in interface IBenutzerGruppeHandler
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 © 2021 XIMA MEDIA GmbH. All rights reserved.