|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |