Uses of Interface
com.retek.component.internet.ExACustomer

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

Uses of ExACustomer in com.retek.component.internet
 

Methods in com.retek.component.internet that return ExACustomer
 ExACustomer ExAOrder.getCustomer()
           
 ExACustomer ExAManager.createCustomer(ExACustomerRequest customer)
          Createa a new customer.
 ExACustomer ExAManager.updateCustomer(ExACustomerRequest customer)
          Update an existing customer's information.
 

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

Classes in com.retek.component.internet.impl that implement ExACustomer
 class ExACustomerImpl
           
 

Methods in com.retek.component.internet.impl that return ExACustomer
static ExACustomer CustomerConverter.getExACustomer(Customer customer)
           
 ExACustomer ExAManagerImpl.createCustomer(ExACustomerRequest customerRequest)
           
 ExACustomer ExAManagerImpl.updateCustomer(ExACustomerRequest customerRequest)
           
 ExACustomer ExAOrderImpl.getCustomer()
           
 

Methods in com.retek.component.internet.impl with parameters of type ExACustomer
 void ExAOrderImpl.setCustomer(ExACustomer customer)
           
 

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

Methods in com.retek.component.internet.test that return ExACustomer
static ExACustomer ExAObjectMaster.createValidExACustomer(DistributedContext context)
           
 

Methods in com.retek.component.internet.test with parameters of type ExACustomer
protected  void ExAWizCustomerCommand.displayCustomer(ExACustomer customer)
           
protected  void ExATestCase.assertCustomerEquals(Customer customer, ExACustomer exaCustomer)
           
protected  void ExATestCase.assertCustomerEquals(ExACustomer exaCustomer1, ExACustomer exaCustomer2)
           
protected  void ExAWizOrderCommand.displayCustomer(ExACustomer customer)
           
 



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