Interface OrderItemProcessor

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

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

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

The default "orderItemProcessorImplementer" is OrderItemProcessor.

Author:
David Tobey