Interface OrderDiscountProcessor

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

public interface OrderDiscountProcessor extends BusinessProcessor
Interface for business logic methods having to do with order discounts. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting order discountss.

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

The default "orderDiscountProcessorImplementer" is OrderDiscountProcessor.

Author:
David Tobey