public class ProjectSubDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProjectSubEntity,String>
| Constructor and Description |
|---|
ProjectSubDAO() |
public List<ProjectSubEntity> getRelationShipBySubId(String subId, int offset, int limit)
public List<ProjectSubEntity> getRelationShipBySubCat(String subId, String catId, int offset, int limit)
public List<ProjectSubEntity> getRelationShipByProjectIdAndStatus(String projectId, String status, int offset, int limit)
public List<ProjectSubEntity> getRelationShipByProjectId(String projectId, int offset, int limit)
public List<ProjectSubEntity> getRelationShipByProjectIdAndCatId(String projectId, String catId, int offset, int limit)
public List<ProjectSubEntity> getRelationShipBySubIdAndStatus(String subId, String status, int offset, int limit)
public ProjectSubEntity getRelationShip(String subId, String projectId, String catId)
public List<ProjectSubEntity> getRelationShipByProjectIdAndSubId(String projectId, String subId, int offset, int limit)
public int getRelationShipCountByProjectIdAndCatId(String projectId, String catId)
public int getRelationShipCountBySubId(String subId)
public int getRelationShipCountByProjectId(String projectId)
public int getRelationShipsCountbyProjectIdCatIdAndstatus(String projectId, String catId, String status)
public int getRelationShipCountByProjectIdAndSubId(String projectId, String subId)
public int getRelationShipCountBySubIdAndStatus(String subId, String status)
public int getRelationShipCountByProjectIdAndStatus(String projectId, String status)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.