Package de.xima.fc.dao.interfaces
Interface IBedingungDao
- 
- All Superinterfaces:
 de.xima.cmn.dao.interfaces.IAbstractDao<Bedingung,Long,IEntityContext>,IGenericDao<Bedingung>
- All Known Implementing Classes:
 BedingungDao
@Deprecated public interface IBedingungDao extends IGenericDao<Bedingung>
Deprecated.This is part of the old workflow, use the new workflow engine. The closest analog to theBedingungis aWorkflowNodeoftypeEWorkflowNodeType.FC_MULTIPLE_CONDITIONfrom the new workflow.Data access object for creating, updating, and deletingBedingungentities.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
- 
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 
 - 
 
 -