public class ProcProcessInStorePayment extends ProcProcessPaymentGroup
InStorePaymentProcessor| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
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 |
|---|
ProcProcessInStorePayment() |
| Modifier and Type | Method and Description |
|---|---|
PaymentStatus |
authorizePaymentGroup(PaymentManagerPipelineArgs pParams)
Method called to perform an authorization of a PaymentGroup.
|
PaymentStatus |
creditPaymentGroup(PaymentManagerPipelineArgs pParams)
Method called to perform a credit of a PaymentGroup.
|
PaymentStatus |
debitPaymentGroup(PaymentManagerPipelineArgs pParams)
Method called to perform a debit of a PaymentGroup.
|
decreaseAuthorizationForPaymentGroup, getRetCodes, invokeProcessorAction, runProcessaddLogListener, clearAbsoluteNameAndContext, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, isStartServiceComplete, 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, stopService, toStringvlogDebug, 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
ProcProcessPaymentGroupauthorizePaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorPaymentStatus valueCommerceException - if an error occurspublic PaymentStatus debitPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
ProcProcessPaymentGroupdebitPaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorPaymentStatus valueCommerceException - if an error occurspublic PaymentStatus creditPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
ProcProcessPaymentGroupcreditPaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorPaymentStatus valueCommerceException - if an error occurs