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

Packages that use ProductService
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.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.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of ProductService in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice with parameters of type ProductService
 void SkuConfigurationService.setProductService(ProductService productService)
          Set a reference to the product service.
 void CatalogAjaxService.setProductService(ProductService productService)
          Set the product service used to retrieve product information.
 

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

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type ProductService
 void InventoryAjaxServiceImpl.setProductService(ProductService productService)
           
 void DashboardAjaxServiceImpl.setProductService(ProductService productService)
          Set the Product Service.
 void CatalogAjaxServiceImpl.setProductService(ProductService productService)
          Set the product service used to retrieve product information.
 void SkuConfigurationServiceImpl.setProductService(ProductService productService)
          Set a reference to the product service.
 

Uses of ProductService in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog with parameters of type ProductService
 void TopSellerService.setProductService(ProductService productService)
          Set the product service.
 void ProductRecommendationService.setProductService(ProductService productService)
          Set the product service.
 

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

Classes in com.elasticpath.service.catalog.impl that implement ProductService
 class ProductServiceImpl
          The default implementation of ProductService.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type ProductService
 void ProductXmlServiceImpl.setProductService(ProductService productService)
          Sets the product service.
 void TopSellerServiceImpl.setProductService(ProductService productService)
          Set the product service.
 void ProductRecommendationServiceImpl.setProductService(ProductService productService)
          Set the product service.
 void ProductCacheUpdateServiceImpl.setProductService(ProductService productService)
          Sets the product service.
 void ProductSkuServiceImpl.setProductService(ProductService productService)
          Set the product service.
 

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

Methods in com.elasticpath.service.catalogview.impl that return ProductService
 ProductService AbstractProductRetrieveStrategyImpl.getProductService()
          Returns the product service.
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type ProductService
 void AbstractProductRetrieveStrategyImpl.setProductService(ProductService productService)
          Sets the product service.
 void ProductViewServiceImpl.setProductService(ProductService productService)
          Sets the product service.
 void ProductCacheLoaderImpl.setProductService(ProductService productService)
          Set the product service.
 

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

Methods in com.elasticpath.service.dataimport.impl that return ProductService
 ProductService ImportGuidHelperImpl.getProductService()
          Returns the imbedded product service.
 

Methods in com.elasticpath.service.dataimport.impl with parameters of type ProductService
 void ImportGuidHelperImpl.setProductService(ProductService productService)
          Set the product service.
 

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

Methods in com.elasticpath.service.index.impl with parameters of type ProductService
 void ProductIndexForSfUseBuildServiceImpl.setProductService(ProductService productService)
          Sets the product service.
 void ProductIndexForCmUseBuildServiceImpl.setProductService(ProductService productService)
          Sets the product service.
 

Uses of ProductService in com.elasticpath.sfweb.ajax.service
 

Methods in com.elasticpath.sfweb.ajax.service with parameters of type ProductService
 void SkuConfigurationService.setProductService(ProductService productService)
          Set a reference to the product service.
 void ShoppingCartAjaxController.setProductService(ProductService productService)
           
 

Uses of ProductService in com.elasticpath.sfweb.ajax.service.impl
 

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type ProductService
 void SkuConfigurationServiceImpl.setProductService(ProductService productService)
          Set a reference to the product service.
 void ShoppingCartAjaxControllerImpl.setProductService(ProductService productService)
           
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type ProductService
 void SitemapControllerImpl.setProductService(ProductService productService)
           
 void ProductReviewControllerImpl.setProductService(ProductService productService)
          Sets the product service.
 void AddToCartControllerImpl.setProductService(ProductService productService)
          Sets the product service.
 void AddToCartSimpleControllerImpl.setProductService(ProductService productService)
          Sets the product service.
 void MoveToCartControllerImpl.setProductService(ProductService productService)
          Sets the product service.