Interface IBenutzerGruppeHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 BenutzerGruppeHandler
public interface IBenutzerGruppeHandler extends IGenericHandler
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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 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
List<BenutzerGruppe> getByProjekt(UserContext uc, Long projektId)
 
- 
getEditorgruppenByProjekt
List<BenutzerGruppe> getEditorgruppenByProjekt(UserContext uc, Long projektId)
 
- 
getBenutzerGruppenUsageRightByStatus
@Deprecated List<BenutzerGruppe> getBenutzerGruppenUsageRightByStatus(UserContext uc, Long stateId)
Deprecated. 
- 
getByBenutzer
@Deprecated List<BenutzerGruppe> getByBenutzer(UserContext uc, Benutzer ben)
Deprecated. 
- 
getByUUID
BenutzerGruppe getByUUID(UserContext uc, Mandant client, String uuid)
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
BenutzerGruppe getByUUID(UserContext uc, Mandant client, UUID uuid)
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
 
 
 - 
 
 -