Interface IBenutzerGruppeHandler
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
BenutzerGruppeHandler
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetBenutzerGruppenUsageRightByStatus
(UserContext uc, Long stateId) Deprecated.getByBenutzer
(UserContext uc, Benutzer ben) Deprecated.getByProjekt
(UserContext uc, Long projektId) getByUUID
(UserContext uc, Mandant client, String uuid) Returns the user group with the given UUID stringgetByUUID
(UserContext uc, Mandant client, UUID uuid) Returns the user group with the given UUIDgetEditorgruppenByProjekt
(UserContext uc, Long projektId) Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
Methods inherited from interface de.xima.fc.handler.interfaces.entity.IGenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
-
Method Details
-
getByProjekt
-
getEditorgruppenByProjekt
-
getBenutzerGruppenUsageRightByStatus
Deprecated. -
getByBenutzer
Deprecated. -
getByUUID
Returns the user group with the given UUID string- Parameters:
uc
-UserContext
to useclient
-Mandant
context in which to look for user groupuuid
-String
UUID string of the user group- Returns:
BenutzerGruppe
for the given UUID and client- Since:
- 6.x.x
-
getByUUID
Returns the user group with the given UUID- Parameters:
uc
-UserContext
to useclient
-Mandant
context in which to look for user groupuuid
-UUID
UUID of the user group- Returns:
BenutzerGruppe
for the given UUID and client- Since:
- 6.x.x
-