Interface ShippingMethodProcessor

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
BasicShippingMethodProcessor

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

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

The default "shippingMethodProcessorImplementer" is BasicShippingMethodProcessor.

Author:
David Tobey