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

Packages that use ProductSkuService
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.cmweb.controller.impl   
com.elasticpath.domain.rules.impl   
com.elasticpath.service.catalog.impl   
com.elasticpath.sfweb.ajax.service.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of ProductSkuService in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice with parameters of type ProductSkuService
 void InventoryAjaxService.setProductSkuService(ProductSkuService productSkuService)
           
 

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

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type ProductSkuService
 void InventoryAjaxServiceImpl.setProductSkuService(ProductSkuService productSkuService)
           
 void CatalogAjaxServiceImpl.setProductSkuService(ProductSkuService productSkuService)
          Set the product sku service used to retrieve product sku information.
 

Uses of ProductSkuService in com.elasticpath.cmweb.controller.impl
 

Methods in com.elasticpath.cmweb.controller.impl with parameters of type ProductSkuService
 void InventoryUploadControllerImpl.setProductSkuService(ProductSkuService productSkuService)
           
 

Uses of ProductSkuService in com.elasticpath.domain.rules.impl
 

Methods in com.elasticpath.domain.rules.impl with parameters of type ProductSkuService
 void PromotionRuleDelegateImpl.setProductSkuService(ProductSkuService productSkuService)
          Set the ProductSkuService.
 

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

Classes in com.elasticpath.service.catalog.impl that implement ProductSkuService
 class ProductSkuServiceImpl
          The default implementation of ProductSkuService.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type ProductSkuService
 void InventoryServiceImpl.setProductSkuService(ProductSkuService skuService)
          Set method for the product sku service.
 

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

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type ProductSkuService
 void SkuConfigurationServiceImpl.setProductSkuService(ProductSkuService productSkuService)
          Set a reference to the product sku service.
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type ProductSkuService
 void MoveToWishListControllerImpl.setProductSkuService(ProductSkuService productSkuService)
          Sets the product service.
 void AddToWishListControllerImpl.setProductSkuService(ProductSkuService productSkuService)
          Sets the product service.
 void AddToCartSimpleControllerImpl.setProductSkuService(ProductSkuService productSkuService)
          Sets the product service.
 void MoveToCartControllerImpl.setProductSkuService(ProductSkuService productSkuService)
          Sets the product service.