Package org.exoplatform.task.dao
Interface StatusHandler
-
- All Known Implementing Classes:
StatusDAOImpl
public interface StatusHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Status,Long>
- Version:
- $Revision$
- Author:
- Trong Tran
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusfindByName(String name, long projectID)StatusfindHighestRankStatusByProject(long projectId)StatusfindLowestRankStatusByProject(Long projectId)List<Status>getStatuses(long projectId)
-