Interface ManufacturerProcessor

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

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

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

The default "manufacturerProcessorImplementer" is ManufacturerProcessor.

Author:
David Tobey