Interface IModulHandler
-
- All Superinterfaces:
IAPIHandler
,IGenericHandler
,Serializable
- All Known Implementing Classes:
ModulHandler
@Deprecated public interface IModulHandler extends IGenericHandler
Deprecated.Table no longer exists
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Modul
getModulByName(UserContext uc, Mandant mandant, String name)
Deprecated.List<Modul>
getModuleByRolle(UserContext uc, Rolle rolle)
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 Detail
-
getModuleByRolle
List<Modul> getModuleByRolle(UserContext uc, Rolle rolle)
Deprecated.
-
getModulByName
Modul getModulByName(UserContext uc, Mandant mandant, String name)
Deprecated.
-
-