Class BasicCustomerWishListProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, CustomerWishListProcessor

public class BasicCustomerWishListProcessor extends BaseBusinessProcessor implements CustomerWishListProcessor
Processes business logic having to do with a customer's wish lists. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting wish lists.

BasicCustomerWishListProcessor is the default implementation of the CustomerWishListProcessor interface for the application.

Author:
Jason McWilliams