Interface IRolleHandler
- All Superinterfaces:
IAPIHandler,IGenericHandler,Serializable
- All Known Implementing Classes:
RolleHandler
-
Method Summary
Modifier and TypeMethodDescriptionaddModulToRolle(UserContext uc, Rolle rolle, Modul newModul) Deprecated.Modules no longer exists.getAdminRolle(UserContext uc, Mandant mandant) getByUUID(UserContext uc, Mandant client, String uuid) Returns the role with the given UUIDgetByUUID(UserContext uc, Mandant client, UUID uuid) Returns the role with the given UUIDgetRollenByModul(UserContext uc, Modul modul) Deprecated.Methods 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
-
Method Details
-
getRollenByModul
Deprecated. -
getAdminRolle
-
getByUUID
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
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.Modules no longer exists.
-