public class StatusDAOImpl extends CommonJPADAO<Status,Long> implements StatusHandler
clz| Constructor and Description |
|---|
StatusDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
Status |
findByName(String name,
long projectID) |
List<Status> |
findByNamedQuery(String query,
Map<String,Object> params,
int limit) |
Status |
findHighestRankStatusByProject(long projectId) |
Status |
findLowestRankStatusByProject(Long projectId) |
List<Status> |
getStatuses(long projectId) |
buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCachecount, createAll, delete, deleteAll, deleteAll, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllpublic Status findLowestRankStatusByProject(Long projectId)
findLowestRankStatusByProject in interface StatusHandlerpublic Status findHighestRankStatusByProject(long projectId)
findHighestRankStatusByProject in interface StatusHandlerpublic Status findByName(String name, long projectID)
findByName in interface StatusHandlerpublic List<Status> getStatuses(long projectId)
getStatuses in interface StatusHandlerCopyright © 2003–2019 eXo Platform SAS. All rights reserved.