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

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

Uses of OrderShipmentStatus in com.elasticpath.cmweb.ajaxbean
 

Methods in com.elasticpath.cmweb.ajaxbean that return OrderShipmentStatus
 OrderShipmentStatus OrderInfoAjaxBean.getShipmentStatus()
          Get the order shipment status.
 

Methods in com.elasticpath.cmweb.ajaxbean with parameters of type OrderShipmentStatus
 void OrderInfoAjaxBean.setShipmentStatus(OrderShipmentStatus shipmentStatus)
          Set the order shipment status.
 

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

Methods in com.elasticpath.cmweb.ajaxbean.impl that return OrderShipmentStatus
 OrderShipmentStatus OrderInfoAjaxBeanImpl.getShipmentStatus()
          Get the order shipment status.
 

Methods in com.elasticpath.cmweb.ajaxbean.impl with parameters of type OrderShipmentStatus
 void OrderInfoAjaxBeanImpl.setShipmentStatus(OrderShipmentStatus shipmentStatus)
          Set the order shipment status.
 

Uses of OrderShipmentStatus in com.elasticpath.domain.order
 

Methods in com.elasticpath.domain.order that return OrderShipmentStatus
 OrderShipmentStatus OrderShipment.getStatus()
          Get the status of the shipment.
 

Methods in com.elasticpath.domain.order with parameters of type OrderShipmentStatus
 void OrderShipment.setStatus(OrderShipmentStatus status)
          Set the status of the shipment.
 

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

Classes in com.elasticpath.domain.order.impl that implement OrderShipmentStatus
 class OrderShipmentStatusImpl
          The default implementation of OrderShipmentStatus.
 

Methods in com.elasticpath.domain.order.impl that return OrderShipmentStatus
 OrderShipmentStatus OrderShipmentImpl.getStatus()
          Get the status of the shipment.
 

Methods in com.elasticpath.domain.order.impl with parameters of type OrderShipmentStatus
 void OrderShipmentImpl.setStatus(OrderShipmentStatus status)
          Set the status of the shipment.
 

Uses of OrderShipmentStatus in com.elasticpath.domain.search
 

Methods in com.elasticpath.domain.search that return OrderShipmentStatus
 OrderShipmentStatus OrderSearchCriteria.getShipmentStatus()
          Get the shipment status.
 

Methods in com.elasticpath.domain.search with parameters of type OrderShipmentStatus
 void OrderSearchCriteria.setShipmentStatus(OrderShipmentStatus shipmentStatus)
          Set the shipment status.
 

Uses of OrderShipmentStatus in com.elasticpath.domain.search.impl
 

Methods in com.elasticpath.domain.search.impl that return OrderShipmentStatus
 OrderShipmentStatus OrderSearchCriteriaImpl.getShipmentStatus()
          Get the shipment status.
 

Methods in com.elasticpath.domain.search.impl with parameters of type OrderShipmentStatus
 void OrderSearchCriteriaImpl.setShipmentStatus(OrderShipmentStatus shipmentStatus)
          Set the shipment status.
 

Uses of OrderShipmentStatus in com.elasticpath.service.order
 

Fields in com.elasticpath.service.order declared as OrderShipmentStatus
static OrderShipmentStatus OrderShipmentStatusFactory.AWAITING
          The OrderShipmentStatus instance for awaiting shipment.
static OrderShipmentStatus OrderShipmentStatusFactory.SHIPPED
          The OrderShipmentStatus instance for shipped.
 

Methods in com.elasticpath.service.order that return OrderShipmentStatus
 OrderShipmentStatus OrderShipmentStatusFactory.getOrderShipmentStatus(int statusCode)
          Return the OrderShipmentStatus instance based on the given status code.
 

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

Methods in com.elasticpath.service.order.impl that return OrderShipmentStatus
 OrderShipmentStatus OrderShipmentStatusFactoryImpl.getOrderShipmentStatus(int statusCode)
          Return the OrderShipmentStatus instance based on the given status code.