Package de.xima.fc.api.entity
Class ModulAPI
Deprecated.
Moduls no longer exist.
API class for manipulation of
Modul entities.- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllByMandant(UserContext uc, Mandant mandant) Deprecated.Method for determining all modules by a client.getAllByRolle(UserContext uc, Rolle rolle) Deprecated.Method for determining all modules by a role.getModulByName(UserContext uc, Mandant mandant, String name) Deprecated.Method for determining of a defined module by the name and associated client.Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, updateMethods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
Constructor Details
-
ModulAPI
public ModulAPI()Deprecated.
-
-
Method Details
-
getAllByMandant
Deprecated.Method for determining all modules by a client.- Parameters:
uc-UserContextthe user context in which the action is to be performed.mandant-Mandantwhose modules are to be determined.- Returns:
ListofModules which were found.- Since:
- 2.4.3
-
getAllByRolle
Deprecated.Method for determining all modules by a role.- Parameters:
uc-UserContextthe user context in which the action is to be performed.rolle-Rollewhose modules are to be determined.- Returns:
ListofModules.- Since:
- 2.4.3
-
getModulByName
Deprecated.Method for determining of a defined module by the name and associated client.- Parameters:
uc-UserContextthe user context in which the action is to be performed.mandant-Mandantto which the module is assigned.name-Stringof the modules.- Returns:
Modulwith the name ornull, if no match occurs.
-