public interface SubCatStorage
| Modifier and Type | Method and Description |
|---|---|
SubCatEntity |
createSubCat(String subcatId,
CategoryEntity cat,
SubContractorEntity sub,
String subRank) |
SubCatEntity |
createSubCat(String subId,
String catId,
SubContractorEntity userProfile,
String subRank,
String catAbrDesc,
String catFullDesc,
String catCsiDesc) |
void |
deleteSubCat(String subCatName) |
SubCatEntity |
getSubCat(String subCatName) |
List<SubCatEntity> |
getSubCatsByCatId(String catId,
int offset,
int limit) |
List<SubCatEntity> |
getSubCatsBySubId(String subId,
int offset,
int limit) |
List<SubCatEntity> |
subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
int |
subCatSearchCount(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include) |
void |
updateSubCat(String subCatName,
SubContractorEntity userProfile,
String subRank) |
SubCatEntity createSubCat(String subId, String catId, SubContractorEntity userProfile, String subRank, String catAbrDesc, String catFullDesc, String catCsiDesc) throws Exception
ExceptionSubCatEntity createSubCat(String subcatId, CategoryEntity cat, SubContractorEntity sub, String subRank) throws Exception
Exceptionvoid updateSubCat(String subCatName, SubContractorEntity userProfile, String subRank) throws Exception
ExceptionSubCatEntity getSubCat(String subCatName) throws Exception
ExceptionList<SubCatEntity> getSubCatsBySubId(String subId, int offset, int limit) throws Exception
ExceptionList<SubCatEntity> getSubCatsByCatId(String catId, int offset, int limit) throws Exception
ExceptionList<SubCatEntity> subCatSearch(boolean isVendor, String searchCondition, List<String> SearchConditions, List<SubCatEntity> excluded, List<SubCatEntity> include, String orderBy, String order, long offset, long limit) throws Exception
Exceptionint subCatSearchCount(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include)
throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.