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

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

Uses of OrderPaymentStatusFactory in com.elasticpath.service.order
 

Methods in com.elasticpath.service.order with parameters of type OrderPaymentStatusFactory
 void OrderService.setOrderPaymentStatusFactory(OrderPaymentStatusFactory orderPaymentStatusFactory)
          Sets the OrderPaymentStatusFactory instance.
 

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

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

Methods in com.elasticpath.service.order.impl with parameters of type OrderPaymentStatusFactory
 void OrderServiceImpl.setOrderPaymentStatusFactory(OrderPaymentStatusFactory orderPaymentStatusFactory)
          Sets the OrderPaymentStatusFactory instance.