Class BasicShippingMethodProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, ShippingMethodProcessor

public class BasicShippingMethodProcessor extends BaseBusinessProcessor implements ShippingMethodProcessor
Processes business logic having to do with shipping methods. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting shipping methods.

BasicShippingMethodProcessor is the default implementation of the ShippingMethodProcessor interface for the application.

Author:
David Tobey