Uses of Interface
com.retek.component.salesaudit.SaeCustomer

Packages that use SaeCustomer
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl   
com.retek.component.salesaudit.impl.remote.command   
com.retek.component.salesaudit.test   
 

Uses of SaeCustomer in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit that return SaeCustomer
 SaeCustomer SalesAuditManager.buildSaeCustomerInstance(SaeStoreTransactionContainer storeTxnContainer)
          Build a new customer element.
 SaeCustomer SaeTransaction.getBillToCustomer()
          Return bill-to customer element for the transaction.
 SaeCustomer SaeTransaction.getShipToCustomer()
          Return bill-to customer element for the transaction.
 

Methods in com.retek.component.salesaudit with parameters of type SaeCustomer
 void SaeElementVisitor.visit(SaeCustomer customer)
          Visit a customer element.
protected  void SalesAuditExportTestCase.assertCustomerElementContents(CustomerOrder order, CustomerAddress address, java.lang.String customerType, SaeCustomer customerElement)
           
 void SalesAuditExportTestCase.SalesAuditTransactionElementCounter.visit(SaeCustomer customer)
           
 void SaeTransaction.addCustomer(SaeCustomer customer)
           
 

Uses of SaeCustomer in com.retek.component.salesaudit.impl
 

Classes in com.retek.component.salesaudit.impl that implement SaeCustomer
 class SaeCustomerImpl
           
 

Methods in com.retek.component.salesaudit.impl that return SaeCustomer
 SaeCustomer SalesAuditManagerImpl.buildSaeCustomerInstance(SaeStoreTransactionContainer storeTxnContainer)
           
 SaeCustomer SaeTransactionImpl.getBillToCustomer()
           
 SaeCustomer SaeTransactionImpl.getShipToCustomer()
           
 

Methods in com.retek.component.salesaudit.impl with parameters of type SaeCustomer
 void SaeTransactionImpl.addCustomer(SaeCustomer customer)
           
 

Uses of SaeCustomer in com.retek.component.salesaudit.impl.remote.command
 

Methods in com.retek.component.salesaudit.impl.remote.command that return SaeCustomer
protected  SaeCustomer BaseTransactionConverter.createCustomerElement(Customer customer, CustomerAddress address, java.lang.String customerType)
           
 

Uses of SaeCustomer in com.retek.component.salesaudit.test
 

Methods in com.retek.component.salesaudit.test that return SaeCustomer
static SaeCustomer SalesAuditObjectMaster.createSaeCustomer(SaeStoreTransactionContainer container, java.lang.String customerType)
           
 

Methods in com.retek.component.salesaudit.test with parameters of type SaeCustomer
static java.lang.String SalesAuditObjectMaster.getExpectedCustomerXml(SaeCustomer customer)
           
 



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