See: Description
Interface | Description |
---|---|
PaymentsAdminInterface |
This interface defines the payment merchant administration logic at a middle level (between the commands called by UI and payment merchant information in database).
|
PaymentsInterface |
This interface defines payment processing logic at a middle level (between business logic and payment protocol).
|
PPCConstants |
This interface contains most of the constants use by Payment Plug-in Controller and plug-ins for the different transactions and other needs.
|
Class | Description |
---|---|
Credit |
This class is the value object in Payment Plugin Controller interface which PDP can gets and sets Credit related information.
|
FinancialTransaction |
This class represents the value object of the Financial Transaction object.
|
Payment |
This class is the value object in Payment Plugin Controller interface which PDP can gets and sets Credit related information.
|
PaymentInstruction |
This class is the plugin instruction that represents all the data the plugins will need to issue any payment action, in terms of representing the payment method.
|
PaymentsAccessor |
This utility is used to find the local interface of session bean PluginController.
|
PaymentsJDBCHelperAccessor |
This utility is used to find the local interface of session bean PluginController.
|
PluginController |
This class contains all the implementation logics of PaymentsInterface.
|
PPCDataConverter |
This class is a utility class which only has the static function.
|
PPCInitializer |
This class initializes the logger of PPC and the default logger for plug-ins.
|
PPCTextConstants |
This class defines constants for debug properties, text excerpts, and any other text messages that don't get globalized and are for human consumption.
|
Result |
This class stores information of a transaction in a payment backend system.
|