public class SubGcDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<SubGcEntity,String>
| Constructor and Description |
|---|
SubGcDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<SubGcEntity> |
getStaffByGc(Long gcId,
int offset,
int limit) |
int |
getSubCatsByGcCount(Long gcId) |
List<SubContractorEntity> |
getSubsByGc(Long gcId,
int offset,
int limit) |
public List<SubGcEntity> getStaffByGc(Long gcId, int offset, int limit)
public List<SubContractorEntity> getSubsByGc(Long gcId, int offset, int limit)
public int getSubCatsByGcCount(Long gcId)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.