| Package | Description |
|---|---|
| org.exoplatform.ps.DAO | |
| org.exoplatform.ps.storage.api | |
| org.exoplatform.ps.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatGroupEntity> |
SubCatGroupDAO.getRelationShipBySubCatId(String subCatId,
int offset,
int limit) |
List<SubCatGroupEntity> |
SubCatGroupDAO.getRelationShipBySubGroupId(String subGroupId,
int offset,
int limit) |
List<SubCatGroupEntity> |
SubCatGroupDAO.getRelationShipBySubId(String subId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
SubCatGroupEntity |
SubCatGroupRelationStorage.createSubCatGroupRelation(String subGroupId,
String subCatId,
String subId,
String subName,
String catId,
String catName,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatGroupEntity> |
SubCatGroupRelationStorage.getRelationShipBySubCatId(String subCatId,
int offset,
int limit) |
List<SubCatGroupEntity> |
SubCatGroupRelationStorage.getRelationShipBySubGroupId(String subGroupId,
int offset,
int limit) |
List<SubCatGroupEntity> |
SubCatGroupRelationStorage.getRelationShipBySubId(String subId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
SubCatGroupEntity |
SubCatGroupRelationStorageImpl.createSubCatGroupRelation(String subGroupId,
String subCatId,
String subId,
String subName,
String catId,
String catName,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatGroupEntity> |
SubCatGroupRelationStorageImpl.getRelationShipBySubCatId(String subCatId,
int offset,
int limit) |
List<SubCatGroupEntity> |
SubCatGroupRelationStorageImpl.getRelationShipBySubGroupId(String subGroupId,
int offset,
int limit) |
List<SubCatGroupEntity> |
SubCatGroupRelationStorageImpl.getRelationShipBySubId(String subId,
int offset,
int limit) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.