public class ProcNoOpProcessPaymentGroup extends ProcProcessPaymentGroup
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
SUCCESSSERVICE_INFO_KEYSTOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACKDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
ProcNoOpProcessPaymentGroup() |
| Modifier and Type | Method and Description |
|---|---|
PaymentStatus |
authorizePaymentGroup(PaymentManagerPipelineArgs pParams)
Returns a PaymentSuccess indicating an authorization success.
|
protected PaymentStatus |
createSuccessStatus(PaymentManagerPipelineArgs pParams)
Helper method used to construct a PaymentStatus indicating a transaction success.
|
PaymentStatus |
creditPaymentGroup(PaymentManagerPipelineArgs pParams)
Returns a PaymentSuccess indicating an credit payment success.
|
PaymentStatus |
debitPaymentGroup(PaymentManagerPipelineArgs pParams)
Returns a PaymentSuccess indicating an debit payment success.
|
decreaseAuthorizationForPaymentGroup, getRetCodes, invokeProcessorAction, runProcessaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic PaymentStatus authorizePaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
authorizePaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorCommerceExceptionpublic PaymentStatus debitPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
debitPaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorCommerceExceptionpublic PaymentStatus creditPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
creditPaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorCommerceExceptionprotected PaymentStatus createSuccessStatus(PaymentManagerPipelineArgs pParams)
pParams - params handed to pipeline processor