Interface ShippingRuleProcessor

All Superinterfaces:
BusinessObject, BusinessProcessor
All Known Implementing Classes:
BasicShippingRuleProcessor

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

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

The default "shippingRuleProcessorImplementer" is BasicShippingRuleProcessor.

Author:
Jason McWilliams