Package de.xima.fc.dao.interfaces
Interface IMandantMailDataDao
-
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<MandantMailData,Long,IEntityContext>
,IGenericDao<MandantMailData>
- All Known Implementing Classes:
MandantMailDataDao
public interface IMandantMailDataDao extends IGenericDao<MandantMailData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MandantMailData
getByMandant(IEntityContext ec, Mandant mandant)
-
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
-
getByMandant
MandantMailData getByMandant(IEntityContext ec, Mandant mandant)
-
-