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
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 Details
-
getRollenByModul
Deprecated. -
getAdminRolle
-
getByUUID
Returns the role with the given UUID- Parameters:
uc
-UserContext
to useclient
-Mandant
context in which to look for roleuuid
-String
UUID of the role- Returns:
Rolle
for the given UUID and client- Since:
- 6.x.x
-
getByUUID
Returns the role with the given UUID- Parameters:
uc
-UserContext
to useclient
-Mandant
context in which to look for roleuuid
-UUID
UUID of the role- Returns:
Rolle
for the given UUID and client- Since:
- 6.x.x
-
addModulToRolle
Deprecated.Modules no longer exists.
-