public class EDPServices
extends java.lang.Object
implements java.io.Serializable
OMFAccessor
: The accessor of the object model facade for payment related tables
RefundFacadeAccessor
: The accessor of the object model facade for refund related tables
EDPJDBCHelperAccessor
: The accessor of the JDBCHelper of Payment Rules component
ActivityLoggerAccessor
: The accessor of payment activity logger
PaymentsAccessor
: The accessor of Plugin Controller
QueryHandler
: The accessor of query handler
RuleReader
: The accessor of payment rules reader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.edp.activitylog.ActivityLoggerAccessor |
getActivityLoggerAccessor()
This method returns the accessor of payment activity logger accessor as
the facade of payment activity history.
|
com.ibm.commerce.edp.helperbeans.EDPJDBCHelperAccessor |
getEdpJdbcHelperAccessor()
This method returns the accessor of the JDBCHelper of Payment Rules component.
|
com.ibm.commerce.edp.model.OMFAccessor |
getOmfAccessor()
This method returns the accessor of the object model facade for payment
related tables
|
PaymentsAccessor |
getPaymentsAccessor()
This method returns the accessor of the WebSphere Commerce Payments.
|
static QueryHandler |
getQueryHandler()
This method returns the accessor of query handler, which provides the
facade of querying the payment information in WebSphere Commerce
Payments.
|
com.ibm.commerce.edp.refunds.RefundFacadeAccessor |
getRefundsAccessor()
This method returns the accessor of the object model facade for refund related tables.
|
static RuleReader |
getRuleReader()
This method returns the accessor of Payment Rules reader
|
static EDPServices |
getServices()
This method returns a singleton instance of this class.
|
static void |
resetServices()
This method resets the Payment Rules services.
|
public static final java.lang.String COPYRIGHT
public static final EDPServices getServices() throws J2EEException
J2EEException
- If a reference to payment services cannot be retrievedpublic static QueryHandler getQueryHandler() throws J2EEException
J2EEException
- If a reference to payment services cannot be retrievedpublic static RuleReader getRuleReader() throws J2EEException
J2EEException
- If a reference to payment services cannot be retrievedpublic final com.ibm.commerce.edp.activitylog.ActivityLoggerAccessor getActivityLoggerAccessor()
public final com.ibm.commerce.edp.model.OMFAccessor getOmfAccessor()
public final com.ibm.commerce.edp.refunds.RefundFacadeAccessor getRefundsAccessor()
public com.ibm.commerce.edp.helperbeans.EDPJDBCHelperAccessor getEdpJdbcHelperAccessor()
public PaymentsAccessor getPaymentsAccessor()
public static void resetServices()