Interface IRolleHandler
- 
- All Superinterfaces:
 IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
 RolleHandler
public interface IRolleHandler extends IGenericHandler
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RolleaddModulToRolle(UserContext uc, Rolle rolle, Modul newModul)Deprecated.Modules no longer exists.RollegetAdminRolle(UserContext uc, Mandant mandant)RollegetByUUID(UserContext uc, Mandant client, String uuid)Returns the role with the given UUIDRollegetByUUID(UserContext uc, Mandant client, UUID uuid)Returns the role with the given UUIDList<Rolle>getRollenByModul(UserContext uc, Modul modul)Deprecated.- 
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
- 
getRollenByModul
@Deprecated List<Rolle> getRollenByModul(UserContext uc, Modul modul)
Deprecated. 
- 
getAdminRolle
Rolle getAdminRolle(UserContext uc, Mandant mandant)
 
- 
getByUUID
Rolle getByUUID(UserContext uc, Mandant client, String uuid)
Returns the role with the given UUID- Parameters:
 uc-UserContextto useclient-Mandantcontext in which to look for roleuuid-StringUUID of the role- Returns:
 Rollefor the given UUID and client- Since:
 - 6.x.x
 
 
- 
getByUUID
Rolle getByUUID(UserContext uc, Mandant client, UUID uuid)
Returns the role with the given UUID- Parameters:
 uc-UserContextto useclient-Mandantcontext in which to look for roleuuid-UUIDUUID of the role- Returns:
 Rollefor the given UUID and client- Since:
 - 6.x.x
 
 
- 
addModulToRolle
@Deprecated Rolle addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Deprecated.Modules no longer exists. 
 - 
 
 -