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
Modifier and TypeMethodDescriptionfindByName(String name, long projectID) findHighestRankStatusByProject(long projectId) findLowestRankStatusByProject(Long projectId) getStatuses(long projectId) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findLowestRankStatusByProject
-
findHighestRankStatusByProject
-
findByName
-
getStatuses
-