public interface StatusHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Status,Long>
| Modifier and Type | Method and Description |
|---|---|
Status |
findByName(String name,
long projectID) |
Status |
findHighestRankStatusByProject(long projectId) |
Status |
findLowestRankStatusByProject(Long projectId) |
List<Status> |
getStatuses(long projectId) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.