Class BasicOrderProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, OrderProcessor

public class BasicOrderProcessor extends BaseBusinessProcessor implements OrderProcessor
Processes business logic affecting orders and other related objects. BasicOrderProcessor is the default implementation of the OrderProcessor interface for the application.
Author:
David Tobey
See Also: