com.retek.component.internet.impl
Class AddressConverter

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

public class AddressConverter
extends java.lang.Object


Constructor Summary
AddressConverter()
           
 
Method Summary
static CustomerSalutation findSalutation(java.lang.String salutationCode, DistributedContext context)
           
static CustomerSuffix findSuffix(java.lang.String suffixCode, DistributedContext context)
           
static Country getCountry(java.lang.String countryCode, DistributedContext context)
           
static CustomerAddress getCustomerAddress(Customer customer, ExAAddress exaAddress, DistributedContext context)
           
static EmailAddress getEmailAddress(java.lang.String emailAddress)
           
static ExAAddress getExAAddress(CustomerAddress customerAddress)
           
static java.util.Set getExAAddressSet(java.util.List customerAddresses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressConverter

public AddressConverter()
Method Detail

getCustomerAddress

public static CustomerAddress getCustomerAddress(Customer customer,
                                                 ExAAddress exaAddress,
                                                 DistributedContext context)
                                          throws SystemException,
                                                 BusinessException
Throws:
SystemException
BusinessException

getExAAddress

public static ExAAddress getExAAddress(CustomerAddress customerAddress)
                                throws SystemException
Throws:
SystemException

findSalutation

public static CustomerSalutation findSalutation(java.lang.String salutationCode,
                                                DistributedContext context)
                                         throws SystemException
Throws:
SystemException

findSuffix

public static CustomerSuffix findSuffix(java.lang.String suffixCode,
                                        DistributedContext context)
                                 throws SystemException
Throws:
SystemException

getEmailAddress

public static EmailAddress getEmailAddress(java.lang.String emailAddress)

getCountry

public static Country getCountry(java.lang.String countryCode,
                                 DistributedContext context)
                          throws SystemException
Throws:
SystemException

getExAAddressSet

public static java.util.Set getExAAddressSet(java.util.List customerAddresses)
                                      throws SystemException
Throws:
SystemException


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