Interface TaxRateProcessor
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
BasicTaxRateProcessor
Interface for business logic methods having to do with basic tax rates.
Created in the Struts layer in response to requests for viewing, editing,
adding, and deleting basic tax rates.
When the application needs to create an instance that implements
TaxRateProcessor
,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"taxRateProcessorImplementer" setting in the
appComponents.properties
file.
The default "taxRateProcessorImplementer" is
BasicTaxRateProcessor
.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionaddTaxRate
(Map parameters) void
deleteTaxRate
(Map parameters) editDeleteTaxRates
(Map parameters) editTaxRate
(Map parameters) loadBasicTaxRateFromID
(Map parameters) loadBasicTaxRatesAndCount
(Map parameters) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize