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, update
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
BenutzerGruppeHandler
public BenutzerGruppeHandler()
-
-
Method Details
-
getByProjekt
- Specified by:
getByProjekt
in interfaceIBenutzerGruppeHandler
-
getEditorgruppenByProjekt
- Specified by:
getEditorgruppenByProjekt
in interfaceIBenutzerGruppeHandler
-
getBenutzerGruppenUsageRightByStatus
@Deprecated public List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId) Deprecated.- Specified by:
getBenutzerGruppenUsageRightByStatus
in interfaceIBenutzerGruppeHandler
-
getByBenutzer
Deprecated.- Specified by:
getByBenutzer
in interfaceIBenutzerGruppeHandler
-
getByUUID
Description copied from interface:IBenutzerGruppeHandler
Returns the user group with the given UUID string- Specified by:
getByUUID
in interfaceIBenutzerGruppeHandler
- 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
-
getByUUID
Description copied from interface:IBenutzerGruppeHandler
Returns the user group with the given UUID- Specified by:
getByUUID
in interfaceIBenutzerGruppeHandler
- 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
-