Interface StatusHandler

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<Status,Long>
All Known Implementing Classes:
StatusDAOImpl

public interface StatusHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Status,Long>
  • Method Details

    • findLowestRankStatusByProject

      Status findLowestRankStatusByProject(Long projectId)
    • findHighestRankStatusByProject

      Status findHighestRankStatusByProject(long projectId)
    • findByName

      Status findByName(String name, long projectID)
    • getStatuses

      List<Status> getStatuses(long projectId)