Uses of Interface
com.elasticpath.domain.order.OrderPaymentStatus

Packages that use OrderPaymentStatus
com.elasticpath.cmweb.ajaxbean   
com.elasticpath.cmweb.ajaxbean.impl   
com.elasticpath.domain.order   
com.elasticpath.domain.order.impl   
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of OrderPaymentStatus in com.elasticpath.cmweb.ajaxbean
 

Methods in com.elasticpath.cmweb.ajaxbean that return OrderPaymentStatus
 OrderPaymentStatus OrderInfoAjaxBean.getPaymentStatus()
          Get the order payment status.
 

Methods in com.elasticpath.cmweb.ajaxbean with parameters of type OrderPaymentStatus
 void OrderInfoAjaxBean.setPaymentStatus(OrderPaymentStatus paymentStatus)
          Set the payment status.
 

Uses of OrderPaymentStatus in com.elasticpath.cmweb.ajaxbean.impl
 

Methods in com.elasticpath.cmweb.ajaxbean.impl that return OrderPaymentStatus
 OrderPaymentStatus OrderInfoAjaxBeanImpl.getPaymentStatus()
          Get the order payment status.
 

Methods in com.elasticpath.cmweb.ajaxbean.impl with parameters of type OrderPaymentStatus
 void OrderInfoAjaxBeanImpl.setPaymentStatus(OrderPaymentStatus paymentStatus)
          Set the payment status.
 

Uses of OrderPaymentStatus in com.elasticpath.domain.order
 

Methods in com.elasticpath.domain.order that return OrderPaymentStatus
 OrderPaymentStatus OrderPayment.getStatus()
          Get the status of the order payment.
 

Methods in com.elasticpath.domain.order with parameters of type OrderPaymentStatus
 void OrderPayment.setStatus(OrderPaymentStatus status)
          Set the status of the order payment.
 

Uses of OrderPaymentStatus in com.elasticpath.domain.order.impl
 

Classes in com.elasticpath.domain.order.impl that implement OrderPaymentStatus
 class OrderPaymentStatusImpl
          The default implementation of OrderPaymentStatus.
 

Methods in com.elasticpath.domain.order.impl that return OrderPaymentStatus
 OrderPaymentStatus OrderPaymentImpl.getStatus()
          Get the status of the order payment.
 

Methods in com.elasticpath.domain.order.impl with parameters of type OrderPaymentStatus
 void OrderPaymentImpl.setStatus(OrderPaymentStatus status)
          Set the status of the order payment.
 

Uses of OrderPaymentStatus in com.elasticpath.service.order
 

Fields in com.elasticpath.service.order declared as OrderPaymentStatus
static OrderPaymentStatus OrderPaymentStatusFactory.APPROVED
          The OrderPaymentStatus instance for "Approved".
static OrderPaymentStatus OrderPaymentStatusFactory.FAILED
          The OrderPaymentStatus instance for "Failed".
static OrderPaymentStatus OrderPaymentStatusFactory.PENDING
          The OrderPaymentStatus instance for "Pending".
 

Methods in com.elasticpath.service.order that return OrderPaymentStatus
 OrderPaymentStatus OrderPaymentStatusFactory.getOrderPaymentStatus(int statusCode)
          Return the OrderPaymentStatus instance based on the given status code.
 

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

Methods in com.elasticpath.service.order.impl that return OrderPaymentStatus
 OrderPaymentStatus OrderPaymentStatusFactoryImpl.getOrderPaymentStatus(int statusCode)
          Return the OrderPaymentStatus instance based on the given status code.