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, updateMethods inherited from class de.xima.fc.handler.AMSApiHandler
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
RolleHandler
public RolleHandler()
-
-
Method Details
-
getRollenByModul
Deprecated.- Specified by:
getRollenByModulin interfaceIRolleHandler
-
getAdminRolle
- Specified by:
getAdminRollein interfaceIRolleHandler
-
getByUUID
Description copied from interface:IRolleHandlerReturns the role with the given UUID- Specified by:
getByUUIDin interfaceIRolleHandler- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for roleuuid-StringUUID of the role- Returns:
Rollefor the given UUID and client
-
getByUUID
Description copied from interface:IRolleHandlerReturns the role with the given UUID- Specified by:
getByUUIDin interfaceIRolleHandler- Parameters:
uc-UserContextto useclient-Mandantcontext in which to look for roleuuid-UUIDUUID of the role- Returns:
Rollefor the given UUID and client
-
addModulToRolle
Deprecated.- Specified by:
addModulToRollein interfaceIRolleHandler
-