Interface ProductReviewProcessor

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

public interface ProductReviewProcessor extends BusinessProcessor
Interface for business logic methods affecting products and other related objects.

Instances implementing ProductReviewProcessor are usually created in the Struts layer in response to a request from a user for product review information. The ProductReviewProcessor object uses data access objects to look up the information, and return it to the Struts layer.

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

The default "productReviewProcessorImplementer" is BasicProductReviewProcessor.

Author:
Tony Zakula