|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaeTax | |
com.retek.component.salesaudit | |
com.retek.component.salesaudit.impl | |
com.retek.component.salesaudit.test |
Uses of SaeTax in com.retek.component.salesaudit |
Methods in com.retek.component.salesaudit that return SaeTax | |
SaeTax |
SaeAccommodation.getTax()
Return the accommodation tax credit tax element. |
SaeTax |
SalesAuditManager.buildSaeTaxInstance(SaeStoreTransactionContainer storeTxnContainer)
Build a new tax element. |
SaeTax |
SaeService.getTax()
Return the tax element for the service. |
SaeTax |
SaeItem.getTax()
Return the tax element for the item. |
Methods in com.retek.component.salesaudit with parameters of type SaeTax | |
void |
SaeAccommodation.setTax(SaeTax accommodationTax)
|
void |
SaeService.setTax(SaeTax saeTax)
|
void |
SaeElementVisitor.visit(SaeTax tax)
Visit a tax element. |
void |
SalesAuditExportTestCase.SalesAuditTransactionElementCounter.visit(SaeTax tax)
|
void |
SaeItem.setTax(SaeTax tax)
|
Uses of SaeTax in com.retek.component.salesaudit.impl |
Classes in com.retek.component.salesaudit.impl that implement SaeTax | |
class |
SaeTaxImpl
|
Methods in com.retek.component.salesaudit.impl that return SaeTax | |
SaeTax |
SaeServiceImpl.getTax()
|
SaeTax |
SaeItemImpl.getTax()
|
SaeTax |
SaeAccommodationImpl.getTax()
|
SaeTax |
SalesAuditManagerImpl.buildSaeTaxInstance(SaeStoreTransactionContainer storeTxnContainer)
|
Methods in com.retek.component.salesaudit.impl with parameters of type SaeTax | |
void |
SaeServiceImpl.setTax(SaeTax tax)
|
void |
SaeItemImpl.setTax(SaeTax tax)
|
void |
SaeAccommodationImpl.setTax(SaeTax tax)
|
Uses of SaeTax in com.retek.component.salesaudit.test |
Methods in com.retek.component.salesaudit.test that return SaeTax | |
static SaeTax |
SalesAuditObjectMaster.createSaeTax(SaeStoreTransactionContainer container)
|
static SaeTax |
SalesAuditObjectMaster.createSaeTax(SaeStoreTransactionContainer container,
Money taxAmount)
|
Methods in com.retek.component.salesaudit.test with parameters of type SaeTax | |
static java.lang.String |
SalesAuditObjectMaster.getExpectedTaxXml(SaeTax saeTax)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |