public interface CategoryService
Modifier and Type | Method and Description |
---|---|
List<org.apache.wink.json4j.JSONObject> |
getCatBySeoTokens(String storeId,
List<String> seoTokens)
Gets the cat by seo tokens.
|
List<org.apache.wink.json4j.JSONObject> |
getCatBySeoTokenswithBC(String storeId,
List<String> seoTokens) |
org.apache.wink.json4j.JSONObject |
getCategoryByIdentifier(String storeId,
String identifier) |
List<org.apache.wink.json4j.JSONObject> getCatBySeoTokens(String storeId, List<String> seoTokens) throws CustomException
storeId
- the store idseoTokens
- the seo tokensCustomException
- the custom exceptionList<org.apache.wink.json4j.JSONObject> getCatBySeoTokenswithBC(String storeId, List<String> seoTokens) throws CustomException
CustomException
org.apache.wink.json4j.JSONObject getCategoryByIdentifier(String storeId, String identifier) throws CustomException
CustomException
Copyright © 2021. All rights reserved.