Package de.xima.fc.api.entity
Class ModulAPI
- java.lang.Object
-
- de.xima.fc.api.ASubAPI
-
- de.xima.fc.api.entity.AEntityAPI<Modul>
-
- de.xima.fc.api.entity.ModulAPI
-
@Deprecated public class ModulAPI extends AEntityAPI<Modul>
Deprecated.Moduls no longer exist.API class for manipulation ofModul
entities.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
-
Constructor Summary
Constructors Constructor Description ModulAPI()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Modul>
getAllByMandant(UserContext uc, Mandant mandant)
Deprecated.Method for determining all modules by a client.List<Modul>
getAllByRolle(UserContext uc, Rolle rolle)
Deprecated.Method for determining all modules by a role.Modul
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, getPagedResult, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
-
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
-
-
-
Method Detail
-
getAllByMandant
public List<Modul> getAllByMandant(UserContext uc, Mandant mandant)
Deprecated.Method for determining all modules by a client.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.mandant
-Mandant
whose modules are to be determined.- Returns:
List
ofModul
es which were found.- Since:
- 2.4.3
-
getAllByRolle
public List<Modul> getAllByRolle(UserContext uc, Rolle rolle)
Deprecated.Method for determining all modules by a role.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.rolle
-Rolle
whose modules are to be determined.- Returns:
List
ofModul
es.- Since:
- 2.4.3
-
getModulByName
public Modul getModulByName(UserContext uc, Mandant mandant, String name)
Deprecated.Method for determining of a defined module by the name and associated client.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.mandant
-Mandant
to which the module is assigned.name
-String
of the modules.- Returns:
Modul
with the name ornull
, if no match occurs.
-
-