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>
    Version:
    $Revision$
    Author:
    Trong Tran
    • Method Detail

      • findLowestRankStatusByProject

        Status findLowestRankStatusByProject​(Long projectId)
      • findHighestRankStatusByProject

        Status findHighestRankStatusByProject​(long projectId)
      • findByName

        Status findByName​(String name,
                          long projectID)
      • getStatuses

        List<Status> getStatuses​(long projectId)