Class CategoryController
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.products.controller.CategoryController
-
@Controller @RequestMapping("/v1/sites/{siteId}/categories") public class CategoryController extends java.lang.ObjectController to retrieve Product Categories by its item composed key. For more details about how to generate the item composed key, refer to the documentation about theUniqueItemIdentifierService.
-
-
Constructor Summary
Constructors Constructor Description CategoryController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryWsDTOgetCategoryByCode(java.lang.String code)protected ProductSearchFacadegetCmsSeProductSearchFacade()protected DataMappergetDataMapper()protected WebPaginationUtilsgetWebPaginationUtils()voidsetCmsSeProductSearchFacade(ProductSearchFacade cmsSeProductSearchFacade)voidsetDataMapper(DataMapper dataMapper)voidsetWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
-
-
Method Detail
-
getCategoryByCode
@RequestMapping(value="/{code}", method=GET) @ResponseBody public CategoryWsDTO getCategoryByCode(@PathVariable java.lang.String code)
-
getCmsSeProductSearchFacade
protected ProductSearchFacade getCmsSeProductSearchFacade()
-
setCmsSeProductSearchFacade
public void setCmsSeProductSearchFacade(ProductSearchFacade cmsSeProductSearchFacade)
-
getWebPaginationUtils
protected WebPaginationUtils getWebPaginationUtils()
-
setWebPaginationUtils
public void setWebPaginationUtils(WebPaginationUtils webPaginationUtils)
-
getDataMapper
protected DataMapper getDataMapper()
-
setDataMapper
public void setDataMapper(DataMapper dataMapper)
-
-