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

Packages that use OrderStatusFactory
com.elasticpath.cmweb.reportservice.impl   
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of OrderStatusFactory in com.elasticpath.cmweb.reportservice.impl
 

Methods in com.elasticpath.cmweb.reportservice.impl with parameters of type OrderStatusFactory
 void OrderReportServiceImpl.setOrderStatusFactory(OrderStatusFactory orderStatusFactory)
          Sets the OrderStatusFactory instance.
 

Uses of OrderStatusFactory in com.elasticpath.service.order
 

Methods in com.elasticpath.service.order with parameters of type OrderStatusFactory
 void OrderService.setOrderStatusFactory(OrderStatusFactory orderStatusFactory)
          Sets the OrderStatusFactory instance.
 

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

Classes in com.elasticpath.service.order.impl that implement OrderStatusFactory
 class OrderStatusFactoryImpl
          Represet a default implementation of OrderStatusFactory.
 

Methods in com.elasticpath.service.order.impl with parameters of type OrderStatusFactory
 void OrderServiceImpl.setOrderStatusFactory(OrderStatusFactory orderStatusFactory)
          Sets the OrderStatusFactory instance.