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