public class SubCatGroupDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<SubCatGroupEntity,String>
| Constructor and Description |
|---|
SubCatGroupDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatGroupEntity> |
getRelationShipBySubCatId(String subCatId,
int offset,
int limit) |
List<SubCatGroupEntity> |
getRelationShipBySubGroupId(String subGroupId,
int offset,
int limit) |
List<SubCatGroupEntity> |
getRelationShipBySubId(String subId,
int offset,
int limit) |
public List<SubCatGroupEntity> getRelationShipBySubCatId(String subCatId, int offset, int limit)
public List<SubCatGroupEntity> getRelationShipBySubGroupId(String subGroupId, int offset, int limit)
public List<SubCatGroupEntity> getRelationShipBySubId(String subId, int offset, int limit)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.