Interface IStatusDao

All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<Status,Long,IEntityContext>, IGenericDao<Status>
All Known Implementing Classes:
StatusDao

@Deprecated public interface IStatusDao extends IGenericDao<Status>
Deprecated.
This is part of the old workflow, use the new workflow engine. The closest analog to the Status is a WorkflowState from the new workflow.
Data access object for creating, updating, and deleting Status entities.
Author:
XIMA MEDIA GmbH