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

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

Uses of OrderReturnReason in com.elasticpath.domain.order
 

Methods in com.elasticpath.domain.order that return OrderReturnReason
 OrderReturnReason OrderReturn.getReturnReason()
          Get the return reason.
 

Methods in com.elasticpath.domain.order with parameters of type OrderReturnReason
 void OrderReturn.setReturnReason(OrderReturnReason returnReason)
          Set the return reason.
 

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

Classes in com.elasticpath.domain.order.impl that implement OrderReturnReason
 class OrderReturnReasonImpl
          The default implementation of the OrderReturnReason.
 

Methods in com.elasticpath.domain.order.impl that return OrderReturnReason
 OrderReturnReason OrderReturnImpl.getReturnReason()
          Get the return reason.
 

Methods in com.elasticpath.domain.order.impl with parameters of type OrderReturnReason
 void OrderReturnImpl.setReturnReason(OrderReturnReason returnReason)
          Set the return reason.
 

Uses of OrderReturnReason in com.elasticpath.service.order
 

Fields in com.elasticpath.service.order declared as OrderReturnReason
static OrderReturnReason OrderReturnReasonFactory.FAULTY
          The OrderReturnReason instance for "Faulty".
static OrderReturnReason OrderReturnReasonFactory.INCORRECT_ITEM
          The OrderReturnReason instance for "Incorrect Item".
static OrderReturnReason OrderReturnReasonFactory.UNWANTED_GIFT
          The OrderReturnReason instance for "Unwanted Gift".
 

Methods in com.elasticpath.service.order that return OrderReturnReason
 OrderReturnReason OrderReturnReasonFactory.getOrderReturnReason(int reasonCode)
          Return the OrderReturnReason instance based on the given reason code.
 

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

Methods in com.elasticpath.service.order.impl that return OrderReturnReason
 OrderReturnReason OrderReturnReasonFactoryImpl.getOrderReturnReason(int reasonCode)
          Return the OrderReturnReason instance based on the given reason code.