Uses of Interface
com.elasticpath.service.shipping.ShippingServiceLevelService

Packages that use ShippingServiceLevelService
com.elasticpath.service.shipping.impl   
com.elasticpath.service.shoppingcart   
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of ShippingServiceLevelService in com.elasticpath.service.shipping.impl
 

Classes in com.elasticpath.service.shipping.impl that implement ShippingServiceLevelService
 class ShippingServiceLevelServiceImpl
          Provide shipping service level-related business service.
 

Uses of ShippingServiceLevelService in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type ShippingServiceLevelService
 void CheckoutService.setShippingServiceLevelService(ShippingServiceLevelService shippingServiceLevelService)
          Set the shippingServiceLevel service.
 

Uses of ShippingServiceLevelService in com.elasticpath.service.shoppingcart.impl
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type ShippingServiceLevelService
 void CheckoutServiceImpl.setShippingServiceLevelService(ShippingServiceLevelService shippingServiceLevelService)
          Set the shippingServiceLevel service.
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type ShippingServiceLevelService
 void ShoppingCartControllerImpl.setShippingServiceLevelService(ShippingServiceLevelService shippingServiceLevelService)
          Set the ShippingServiceLevelService singleton to retrieve the country/subcountry map with shipping service configured.