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
public class BenutzerGruppeHandler extends GenericHandler implements IBenutzerGruppeHandler
The Class BenutzerHandler.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BenutzerGruppeHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<BenutzerGruppe>getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)Deprecated.List<BenutzerGruppe>getByBenutzer(UserContext uc, Benutzer ben)Deprecated.List<BenutzerGruppe>getByProjekt(UserContext uc, Long projektId)BenutzerGruppegetByUUID(UserContext uc, Mandant client, String uuid)Returns the user group with the given UUID stringBenutzerGruppegetByUUID(UserContext uc, Mandant client, UUID uuid)Returns the user group with the given UUIDList<BenutzerGruppe>getEditorgruppenByProjekt(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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getByProjekt
public List<BenutzerGruppe> getByProjekt(UserContext uc, Long projektId)
- Specified by:
 getByProjektin interfaceIBenutzerGruppeHandler
 
- 
getEditorgruppenByProjekt
public List<BenutzerGruppe> getEditorgruppenByProjekt(UserContext uc, Long projektId)
- Specified by:
 getEditorgruppenByProjektin interfaceIBenutzerGruppeHandler
 
- 
getBenutzerGruppenUsageRightByStatus
@Deprecated public List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
Deprecated.- Specified by:
 getBenutzerGruppenUsageRightByStatusin interfaceIBenutzerGruppeHandler
 
- 
getByBenutzer
@Deprecated public List<BenutzerGruppe> getByBenutzer(UserContext uc, Benutzer ben)
Deprecated.- Specified by:
 getByBenutzerin interfaceIBenutzerGruppeHandler
 
- 
getByUUID
public BenutzerGruppe getByUUID(UserContext uc, Mandant client, String uuid)
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
public BenutzerGruppe getByUUID(UserContext uc, Mandant client, UUID uuid)
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
 
 - 
 
 -