com.retek.component.internet.impl
Class CustomerOrderConverter

java.lang.Object
  extended bycom.retek.component.internet.impl.CustomerOrderConverter

public class CustomerOrderConverter
extends java.lang.Object


Constructor Summary
CustomerOrderConverter()
           
 
Method Summary
static void convertAndSetOrderLine(CustomerOrder order, ExAOrderLineImpl exAOrderLine, User user, ExAShipToLabel shipToLabel, DistributedContext context)
           
static void convertAndSetOrderLines(CustomerOrder order, java.util.Set shipToLabelSet, User user, DistributedContext context)
           
static void convertAndSetOrderReturnLine(CustomerOrder order, ExAReturnLineImpl exAReturnLine, User user, ExAShipToLabel shipToLabel, DistributedContext context)
           
static ExAOrderCancelReasonImpl getExACancelReason(OrderCancelReason cancelReason)
           
static ExAOrder getExAOrder(CustomerOrder order, DistributedContext context)
           
static ExAReturnReasonImpl getExAReturnReason(ReturnReason returnReason)
           
static CustomerOrder getOrder(ExAOrderImpl exaOrder, DistributedContext context)
           
static java.util.Set getOrderSet(java.util.Set orders, DistributedContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerOrderConverter

public CustomerOrderConverter()
Method Detail

getExAOrder

public static ExAOrder getExAOrder(CustomerOrder order,
                                   DistributedContext context)
                            throws SystemException,
                                   BusinessException
Throws:
SystemException
BusinessException

getOrderSet

public static java.util.Set getOrderSet(java.util.Set orders,
                                        DistributedContext context)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

getOrder

public static CustomerOrder getOrder(ExAOrderImpl exaOrder,
                                     DistributedContext context)
                              throws ExABusinessException,
                                     ExASystemException,
                                     SystemException,
                                     BusinessException
Throws:
ExABusinessException
ExASystemException
SystemException
BusinessException

convertAndSetOrderLines

public static void convertAndSetOrderLines(CustomerOrder order,
                                           java.util.Set shipToLabelSet,
                                           User user,
                                           DistributedContext context)
                                    throws SystemException,
                                           BusinessException
Throws:
SystemException
BusinessException

convertAndSetOrderLine

public static void convertAndSetOrderLine(CustomerOrder order,
                                          ExAOrderLineImpl exAOrderLine,
                                          User user,
                                          ExAShipToLabel shipToLabel,
                                          DistributedContext context)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException

convertAndSetOrderReturnLine

public static void convertAndSetOrderReturnLine(CustomerOrder order,
                                                ExAReturnLineImpl exAReturnLine,
                                                User user,
                                                ExAShipToLabel shipToLabel,
                                                DistributedContext context)
                                         throws SystemException,
                                                BusinessException
Throws:
SystemException
BusinessException

getExACancelReason

public static ExAOrderCancelReasonImpl getExACancelReason(OrderCancelReason cancelReason)
                                                   throws SystemException
Throws:
SystemException

getExAReturnReason

public static ExAReturnReasonImpl getExAReturnReason(ReturnReason returnReason)
                                              throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28