Uses of Interface
com.elasticpath.service.order.OrderService

Packages that use OrderService
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.domain.rules.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.order.impl   
com.elasticpath.service.shoppingcart   
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.sfweb.controller.impl   
 

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

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type OrderService
 void OrderAjaxServiceImpl.setOrderService(OrderService orderService)
          Set the orderService instance.
 

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

Methods in com.elasticpath.domain.rules.impl with parameters of type OrderService
 void PromotionRuleDelegateImpl.setOrderService(OrderService orderService)
          Set the OrderService.
 

Uses of OrderService in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog with parameters of type OrderService
 void TopSellerService.setOrderService(OrderService orderService)
          Set the order service.
 

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

Methods in com.elasticpath.service.catalog.impl with parameters of type OrderService
 void TopSellerServiceImpl.setOrderService(OrderService orderService)
          Set the order service.
 

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

Methods in com.elasticpath.service.index.impl with parameters of type OrderService
 void OrderIndexBuildServiceImpl.setOrderService(OrderService orderService)
          Sets the order service.
 

Uses of OrderService in com.elasticpath.service.order.impl
 

Classes in com.elasticpath.service.order.impl that implement OrderService
 class OrderServiceImpl
          Provides storage and access to Order objects.
 

Uses of OrderService in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type OrderService
 void CheckoutService.setOrderService(OrderService orderService)
          Set the order service.
 

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

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type OrderService
 void CheckoutServiceImpl.setOrderService(OrderService orderService)
          Set the order service.
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type OrderService
 void ViewOrderControllerImpl.setOrderService(OrderService orderService)
          Sets the order service.
 void ManageAccountControllerImpl.setOrderService(OrderService orderService)
          Sets the order service.