Package de.xima.fc.handler.entity
Class RolleHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.RolleHandler
- All Implemented Interfaces:
IAPIHandler
,IGenericHandler
,IRolleHandler
,Serializable
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddModulToRolle
(UserContext uc, Rolle rolle, Modul newModul) Deprecated.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 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
-
Constructor Details
-
RolleHandler
public RolleHandler()
-
-
Method Details
-
getRollenByModul
Deprecated.- Specified by:
getRollenByModul
in interfaceIRolleHandler
-
getAdminRolle
- Specified by:
getAdminRolle
in interfaceIRolleHandler
-
getByUUID
Description copied from interface:IRolleHandler
Returns the role with the given UUID- Specified by:
getByUUID
in interfaceIRolleHandler
- 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
-
getByUUID
Description copied from interface:IRolleHandler
Returns the role with the given UUID- Specified by:
getByUUID
in interfaceIRolleHandler
- 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
-
addModulToRolle
Deprecated.- Specified by:
addModulToRolle
in interfaceIRolleHandler
-