public interface SubCatGroupRelationStorage
| Modifier and Type | Method and Description |
|---|---|
SubCatGroupEntity |
createSubCatGroupRelation(String subGroupId,
String subCatId,
String subId,
String subName,
String catId,
String catName,
String groupName) |
void |
deleteSubCatGroupRelation(String id) |
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) |
SubCatGroupEntity createSubCatGroupRelation(String subGroupId, String subCatId, String subId, String subName, String catId, String catName, String groupName) throws Exception
Exceptionvoid deleteSubCatGroupRelation(String id) throws Exception
ExceptionList<SubCatGroupEntity> getRelationShipBySubCatId(String subCatId, int offset, int limit) throws Exception
ExceptionList<SubCatGroupEntity> getRelationShipBySubGroupId(String subGroupId, int offset, int limit) throws Exception
ExceptionList<SubCatGroupEntity> getRelationShipBySubId(String subId, int offset, int limit) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.