Uses of Class
com.retek.component.internet.ExAAddress

Packages that use ExAAddress
com.retek.component.internet   
com.retek.component.internet.impl   
com.retek.component.internet.test   
 

Uses of ExAAddress in com.retek.component.internet
 

Methods in com.retek.component.internet that return ExAAddress
 ExAAddress ExACustomer.getBillToAddress()
           
 ExAAddress ExACustomer.getPrimaryShipToAddress()
           
 ExAAddress ExAOrder.getBillToAddress()
           
 ExAAddress ExACustomerSearchCriteria.getAddress()
           
 ExAAddress ExAShipToLabel.getAddress()
           
 

Methods in com.retek.component.internet with parameters of type ExAAddress
 void ExACustomer.setBillToAddress(ExAAddress billToAddress)
           
 void ExACustomer.addShipToAddress(ExAAddress shipToAddress)
           
 void ExAShipToLabelRequest.setAddress(ExAAddress shipTo)
           
 void ExAOrderRequest.setBillToAddress(ExAAddress billToAddress)
           
 void ExACustomerRequest.setBillToAddress(ExAAddress billToAddress)
           
 void ExACustomerRequest.addShipToAddress(ExAAddress shipToAddress)
           
 void ExACustomerSearchCriteria.setAddress(ExAAddress address)
           
 

Uses of ExAAddress in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return ExAAddress
 ExAAddress ExAShipToLabelImpl.getAddress()
           
static ExAAddress AddressConverter.getExAAddress(CustomerAddress customerAddress)
           
 ExAAddress ExACustomerImpl.getBillToAddress()
           
 ExAAddress ExACustomerImpl.getPrimaryShipToAddress()
           
 ExAAddress ExAOrderImpl.getBillToAddress()
           
 

Methods in com.retek.component.internet.impl with parameters of type ExAAddress
static boolean ExAAddressValidator.validate(ExAAddress exaAddress)
           
 void ExAShipToLabelImpl.setAddress(ExAAddress shipTo)
           
static CustomerAddress AddressConverter.getCustomerAddress(Customer customer, ExAAddress exaAddress, DistributedContext context)
           
protected static boolean ExAValidator.validateAddress(ExAAddress address)
           
protected static boolean ExAValidator.validateOptionalAddress(ExAAddress address)
           
 void ExACustomerImpl.setBillToAddress(ExAAddress billToAddress)
           
 void ExACustomerImpl.addShipToAddress(ExAAddress address)
           
 void ExACustomerImpl.setPrimaryShipToAddress(ExAAddress primaryShipToAddress)
           
 void ExAOrderImpl.setBillToAddress(ExAAddress billToAddress)
           
 

Uses of ExAAddress in com.retek.component.internet.test
 

Methods in com.retek.component.internet.test that return ExAAddress
protected  ExAAddress InternetWizardCustomer.getCustomerInfo(java.io.BufferedReader stdin, ExACustomerRequest customerRequest)
           
static ExAAddress ExAObjectMaster.createBillToAddress()
           
static ExAAddress ExAObjectMaster.createShipToAddress()
           
static ExAAddress ExAObjectMaster.createAlternateShipToAddress()
           
 

Methods in com.retek.component.internet.test with parameters of type ExAAddress
 void ExAWizCreateOrderSummaryCommand.setBillToAddress(ExAAddress billTo)
           
 void ExAWizCreateCustomerCommand.setAddress(ExAAddress address)
           
protected  void ExAWizCustomerCommand.displayAddress(ExAAddress address)
           
protected  void ExATestCase.assertAddressesEquals(CustomerAddress custAddress, ExAAddress exaAddress)
           
protected  void ExATestCase.assertExAAddressEquals(ExAAddress exaAddress1, ExAAddress exaAddress2)
           
protected  void ExAWizOrderCommand.displayAddress(ExAAddress address)
           
 void ExAWizObtainCustomerInfoCommand.setAddress(ExAAddress address)
           
 



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