Interface ShippingRateProcessor

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
BasicShippingRateProcessor

public interface ShippingRateProcessor extends BusinessObject
Interface for business logic methods having to do with shipping rates. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting shipping rates.

When the application needs to create an instance that implements ShippingRateProcessor, BusinessObjectFactory finds the name of the Java class to instantiate from the "shippingRateProcessorImplementer" setting in the appComponents.properties file.

The default "shippingRateProcessorImplementer" is ShippingRateProcessor.

Author:
David Tobey