Interface CategoryProcessor

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

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

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

The default "categoryProcessorImplementer" is CategoryProcessor.

Author:
David Tobey