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
Deprecated.
Table no longer exists
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.addModulToRolle
(IEntityContext ec, Rolle rolle, Modul newModul) Deprecated.user regular update methodreadByName
(IEntityContext ec, Mandant mandant, String name) Deprecated.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
count, findAll, findSingle, getEntityRefs, read
-
Method Details
-
addModulToRolle
Deprecated.user regular update method -
addAllModulesToMandantAdmin
Deprecated. -
readByName
Deprecated.
-