Interface AdminPaymentProcessor

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

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

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

The default "paymentProcessorImplementer" is PaymentProcessor.

Author:
David Tobey