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
getNameMethods 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-UserContextto useclient-Mandantcontext in which to look for user groupuuid-StringUUID string of the user group- Returns:
BenutzerGruppefor the given UUID and client- Since:
- 6.x.x
-
getByUUID
Returns the user group with the given UUID- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for user groupuuid-UUIDUUID of the user group- Returns:
BenutzerGruppefor the given UUID and client- Since:
- 6.x.x
-