@Component public class CategoryServiceImpl extends Object implements CategoryService
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
CategoryServiceImpl(org.springframework.cache.CacheManager cacheManager,
CategoryServiceUtil categoryServiceUtil,
BreadCrumbHelper breadCrumbHelper) |
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) |
@Autowired public CategoryServiceImpl(@Qualifier(value="categoryManager") org.springframework.cache.CacheManager cacheManager, CategoryServiceUtil categoryServiceUtil, BreadCrumbHelper breadCrumbHelper)
public List<org.apache.wink.json4j.JSONObject> getCatBySeoTokens(String storeId, List<String> seoTokens) throws CustomException
CategoryService
getCatBySeoTokens
in interface CategoryService
storeId
- the store idseoTokens
- the seo tokensCustomException
- the custom exceptionpublic List<org.apache.wink.json4j.JSONObject> getCatBySeoTokenswithBC(String storeId, List<String> seoTokens) throws CustomException
getCatBySeoTokenswithBC
in interface CategoryService
CustomException
public org.apache.wink.json4j.JSONObject getCategoryByIdentifier(String storeId, String identifier) throws CustomException
getCategoryByIdentifier
in interface CategoryService
CustomException
Copyright © 2021. All rights reserved.