Interface SKUProcessor

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

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

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

The default "skuProcessorImplementer" is SKUProcessor.

Author:
David Tobey