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

Packages that use OrderShipment
com.elasticpath.domain.order   
com.elasticpath.domain.order.impl   
 

Uses of OrderShipment in com.elasticpath.domain.order
 

Methods in com.elasticpath.domain.order with parameters of type OrderShipment
 void Order.addShipment(OrderShipment orderShipment)
          Add an order shipment.
 

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

Classes in com.elasticpath.domain.order.impl that implement OrderShipment
 class OrderShipmentImpl
          OrderShipment represents a customer's order shipment.
 

Methods in com.elasticpath.domain.order.impl with parameters of type OrderShipment
 void OrderImpl.addShipment(OrderShipment orderShipment)
          Add an order shipment.