Interface ProductSettingProcessor

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

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

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

The default "productSettingProcessorImplementer" is ProductSettingProcessor.

Author:
David Tobey