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

Packages that use OrderReturn
com.elasticpath.domain.order   
com.elasticpath.domain.order.impl   
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of OrderReturn in com.elasticpath.domain.order
 

Methods in com.elasticpath.domain.order with parameters of type OrderReturn
 void Order.addReturn(OrderReturn orderReturn)
          Add a return to the order.
 

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

Classes in com.elasticpath.domain.order.impl that implement OrderReturn
 class OrderReturnImpl
          OrderReturn represents a customer's order return.
 

Methods in com.elasticpath.domain.order.impl with parameters of type OrderReturn
 void OrderImpl.addReturn(OrderReturn orderReturn)
          Add a return to the order.
 

Uses of OrderReturn in com.elasticpath.service.order
 

Methods in com.elasticpath.service.order that return OrderReturn
 OrderReturn OrderService.recalculateOrderReturn(long orderUid, OrderReturn orderReturn)
          Recalculate the order return taxes, before-tax total and total.
 

Methods in com.elasticpath.service.order with parameters of type OrderReturn
 Order OrderService.addOrderReturn(long orderUid, OrderReturn orderReturn)
          Add the given OrderReturn to the order with given uid.
 OrderReturn OrderService.recalculateOrderReturn(long orderUid, OrderReturn orderReturn)
          Recalculate the order return taxes, before-tax total and total.
 

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

Methods in com.elasticpath.service.order.impl that return OrderReturn
 OrderReturn OrderServiceImpl.recalculateOrderReturn(long orderUid, OrderReturn orderReturn)
          Recalculate the order return taxes, before-tax total and total.
 

Methods in com.elasticpath.service.order.impl with parameters of type OrderReturn
 Order OrderServiceImpl.addOrderReturn(long orderUid, OrderReturn orderReturn)
          Add the given OrderReturn to the order with given uid.
 OrderReturn OrderServiceImpl.recalculateOrderReturn(long orderUid, OrderReturn orderReturn)
          Recalculate the order return taxes, before-tax total and total.