Class BasicAdminPaymentProcessor

All Implemented Interfaces:
BusinessObject, BusinessProcessor, AdminPaymentProcessor

public class BasicAdminPaymentProcessor extends BaseBusinessProcessor implements AdminPaymentProcessor
Processes business logic having to do with payments. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting payments.

BasicPaymentProcessor is the default implementation of the PaymentProcessor interface for the application.

Author:
David Tobey