Uses of Interface
com.elasticpath.service.catalog.CategoryService

Packages that use CategoryService
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.domain.catalogview.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.catalogview.impl   
com.elasticpath.service.dataimport.impl   
com.elasticpath.service.index.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of CategoryService in com.elasticpath.cmweb.ajaxservice.impl
 

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type CategoryService
 void DashboardAjaxServiceImpl.setCategoryService(CategoryService categoryService)
          Set the category service.
 void CatalogAjaxServiceImpl.setCategoryService(CategoryService categoryService)
          Set the category service used to retrieve category information.
 

Uses of CategoryService in com.elasticpath.domain.catalogview.impl
 

Methods in com.elasticpath.domain.catalogview.impl that return CategoryService
 CategoryService CategoryFilterImpl.getCategoryService()
          Returns the category servcie.
 

Methods in com.elasticpath.domain.catalogview.impl with parameters of type CategoryService
 void CategoryFilterImpl.setCategoryService(CategoryService categoryService)
          Sets the category servcie.
 

Uses of CategoryService in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog with parameters of type CategoryService
 void TopSellerService.setCategoryService(CategoryService categoryService)
          Set the category service.
 

Uses of CategoryService in com.elasticpath.service.catalog.impl
 

Classes in com.elasticpath.service.catalog.impl that implement CategoryService
 class CategoryServiceImpl
          The default implementation of CategoryService.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type CategoryService
 void ProductServiceImpl.setCategoryService(CategoryService categoryService)
          Set the CategoryService singleton.
 void TopSellerServiceImpl.setCategoryService(CategoryService categoryService)
          Set the category service.
 void ProductSkuServiceImpl.setCategoryService(CategoryService categoryService)
          Set the CategoryService singleton.
 

Uses of CategoryService in com.elasticpath.service.catalogview.impl
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type CategoryService
 void BrowsingServiceImpl.setCategoryService(CategoryService categoryService)
          Sets the category service.
 void SearchServiceImpl.setCategoryService(CategoryService categoryService)
          Sets the CategoryService.
 

Uses of CategoryService in com.elasticpath.service.dataimport.impl
 

Methods in com.elasticpath.service.dataimport.impl that return CategoryService
 CategoryService ImportGuidHelperImpl.getCategoryService()
          Returns the imbedded category service.
 

Methods in com.elasticpath.service.dataimport.impl with parameters of type CategoryService
 void ImportGuidHelperImpl.setCategoryService(CategoryService categoryService)
          Set the category service.
 

Uses of CategoryService in com.elasticpath.service.index.impl
 

Methods in com.elasticpath.service.index.impl with parameters of type CategoryService
 void ProductIndexForCmUseBuildServiceImpl.setCategoryService(CategoryService categoryService)
          Sets the category service.
 void CategoryIndexBuildServiceImpl.setCategoryService(CategoryService categoryService)
          Sets the category service.
 

Uses of CategoryService in com.elasticpath.sfweb.controller.impl
 

Methods in com.elasticpath.sfweb.controller.impl with parameters of type CategoryService
 void SitemapControllerImpl.setCategoryService(CategoryService categoryService)
          Sets the category service.
 void BrowsingControllerImpl.setCategoryService(CategoryService categoryService)
          Sets the category service.