Package de.xima.fc.dao.interfaces
Interface IModulDao
-
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<Modul,Long,IEntityContext>
,IGenericDao<Modul>
,IMandantDependentBaseDao<Modul>
- All Known Implementing Classes:
ModulDao
public interface IModulDao extends IMandantDependentBaseDao<Modul>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Boolean
addAllModulesToMandantAdmin(IEntityContext ec)
Modul
addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)
Deprecated.user regular update methodModul
readByName(IEntityContext ec, Mandant mandant, String name)
-
Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
-
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
getEntityRefs, read
-
-
-
-
Method Detail
-
addModulToRolle
@Deprecated Modul addModulToRolle(IEntityContext ec, Rolle rolle, Modul newModul)
Deprecated.user regular update method
-
addAllModulesToMandantAdmin
Boolean addAllModulesToMandantAdmin(IEntityContext ec)
-
readByName
Modul readByName(IEntityContext ec, Mandant mandant, String name)
-
-