Class BasicCustomerAddressProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, CustomerAddressProcessor

public class BasicCustomerAddressProcessor extends BaseBusinessProcessor implements CustomerAddressProcessor
Processes business logic having to do with a customer's delivery address. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting delivery addresses.

BasicCustomerAddressProcessor is the default implementation of the CustomerAddressProcessor interface for the application.

Author:
David Tobey