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

Packages that use OrderShipmentStatusFactory
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of OrderShipmentStatusFactory in com.elasticpath.service.order
 

Methods in com.elasticpath.service.order with parameters of type OrderShipmentStatusFactory
 void OrderService.setOrderShipmentStatusFactory(OrderShipmentStatusFactory orderShipmentStatusFactory)
          Sets the OrderShipmentStatusFactory instance.
 

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

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

Methods in com.elasticpath.service.order.impl with parameters of type OrderShipmentStatusFactory
 void OrderServiceImpl.setOrderShipmentStatusFactory(OrderShipmentStatusFactory orderShipmentStatusFactory)
          Sets the OrderShipmentStatusFactory instance.