com.retek.component.internet.impl
Class CustomerConverter

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

public class CustomerConverter
extends java.lang.Object


Constructor Summary
CustomerConverter()
           
 
Method Summary
static Customer createCustomer(ExACustomerRequest customerRequest, DistributedContext context)
           
static Customer getCustomer(ExACustomerImpl exaCustomer, DistributedContext context)
           
static java.util.Set getCustomerSet(java.util.List customers)
           
static ExACustomer getExACustomer(Customer customer)
           
static Customer getExistingCustomer(java.lang.String customerNumber, DistributedContext context)
           
static Customer updateCustomer(ExACustomerRequest customerRequest, DistributedContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerConverter

public CustomerConverter()
Method Detail

getCustomerSet

public static java.util.Set getCustomerSet(java.util.List customers)
                                    throws SystemException
Throws:
SystemException

getCustomer

public static Customer getCustomer(ExACustomerImpl exaCustomer,
                                   DistributedContext context)
                            throws SystemException,
                                   BusinessException,
                                   ExABusinessException,
                                   ExASystemException
Throws:
SystemException
BusinessException
ExABusinessException
ExASystemException

createCustomer

public static Customer createCustomer(ExACustomerRequest customerRequest,
                                      DistributedContext context)
                               throws SystemException,
                                      ExABusinessException,
                                      ExASystemException,
                                      BusinessException
Throws:
SystemException
ExABusinessException
ExASystemException
BusinessException

updateCustomer

public static Customer updateCustomer(ExACustomerRequest customerRequest,
                                      DistributedContext context)
                               throws SystemException,
                                      ExABusinessException,
                                      ExASystemException,
                                      BusinessException
Throws:
SystemException
ExABusinessException
ExASystemException
BusinessException

getExACustomer

public static ExACustomer getExACustomer(Customer customer)
                                  throws SystemException
Throws:
SystemException

getExistingCustomer

public static Customer getExistingCustomer(java.lang.String customerNumber,
                                           DistributedContext context)
                                    throws BusinessException,
                                           SystemException,
                                           ExABusinessException,
                                           ExASystemException
Throws:
BusinessException
SystemException
ExABusinessException
ExASystemException


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