Interface TaxRateProcessor

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
BasicTaxRateProcessor

public interface TaxRateProcessor extends BusinessObject
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