Package de.xima.fc.handler.entity
Class BenutzerGruppeHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.BenutzerGruppeHandler
- All Implemented Interfaces:
IAPIHandler,IBenutzerGruppeHandler,IGenericHandler,Serializable
The Class BenutzerHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG -
Constructor Summary
Constructors -
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 class de.xima.fc.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updateMethods inherited from class de.xima.fc.handler.AMSApiHandler
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
BenutzerGruppeHandler
public BenutzerGruppeHandler()
-
-
Method Details
-
getByProjekt
- Specified by:
getByProjektin interfaceIBenutzerGruppeHandler
-
getEditorgruppenByProjekt
- Specified by:
getEditorgruppenByProjektin interfaceIBenutzerGruppeHandler
-
getBenutzerGruppenUsageRightByStatus
@Deprecated public List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId) Deprecated.- Specified by:
getBenutzerGruppenUsageRightByStatusin interfaceIBenutzerGruppeHandler
-
getByBenutzer
Deprecated.- Specified by:
getByBenutzerin interfaceIBenutzerGruppeHandler
-
getByUUID
Description copied from interface:IBenutzerGruppeHandlerReturns the user group with the given UUID string- Specified by:
getByUUIDin interfaceIBenutzerGruppeHandler- 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
-
getByUUID
Description copied from interface:IBenutzerGruppeHandlerReturns the user group with the given UUID- Specified by:
getByUUIDin interfaceIBenutzerGruppeHandler- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for user groupuuid-UUIDUUID of the user group- Returns:
BenutzerGruppefor the given UUID and client
-