Interface CustomerWishListProcessor

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

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

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

The default "customerWishListProcessorImplementer" is BasicCustomerWishListProcessor.

Author:
Jason McWilliams