@Service(value="blNullPaymentGatewayConfiguration") public class NullPaymentGatewayConfigurationImpl extends Object implements NullPaymentGatewayConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected int |
failureReportingThreshold |
protected boolean |
performAuthorizeAndCapture |
| Constructor and Description |
|---|
NullPaymentGatewayConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailureReportingThreshold() |
org.broadleafcommerce.common.payment.PaymentGatewayType |
getGatewayType() |
String |
getTransparentRedirectReturnUrl() |
String |
getTransparentRedirectUrl() |
boolean |
handlesAuthorize() |
boolean |
handlesAuthorizeAndCapture() |
boolean |
handlesCapture() |
boolean |
handlesMultiplePayments() |
boolean |
handlesMultipleShipment() |
boolean |
handlesPartialCapture() |
boolean |
handlesRecurringPayment() |
boolean |
handlesRefund() |
boolean |
handlesReverseAuthorize() |
boolean |
handlesSavedCustomerPayment() |
boolean |
handlesVoid() |
boolean |
isPerformAuthorizeAndCapture() |
void |
setFailureReportingThreshold(int failureReportingThreshold) |
void |
setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture) |
protected int failureReportingThreshold
protected boolean performAuthorizeAndCapture
public String getTransparentRedirectUrl()
getTransparentRedirectUrl in interface NullPaymentGatewayConfigurationpublic String getTransparentRedirectReturnUrl()
getTransparentRedirectReturnUrl in interface NullPaymentGatewayConfigurationpublic boolean isPerformAuthorizeAndCapture()
isPerformAuthorizeAndCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic void setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture)
setPerformAuthorizeAndCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic int getFailureReportingThreshold()
getFailureReportingThreshold in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic void setFailureReportingThreshold(int failureReportingThreshold)
setFailureReportingThreshold in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesAuthorize()
handlesAuthorize in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesCapture()
handlesCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesAuthorizeAndCapture()
handlesAuthorizeAndCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesReverseAuthorize()
handlesReverseAuthorize in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesVoid()
handlesVoid in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesRefund()
handlesRefund in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesPartialCapture()
handlesPartialCapture in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesMultipleShipment()
handlesMultipleShipment in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesRecurringPayment()
handlesRecurringPayment in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesSavedCustomerPayment()
handlesSavedCustomerPayment in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic boolean handlesMultiplePayments()
handlesMultiplePayments in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationpublic org.broadleafcommerce.common.payment.PaymentGatewayType getGatewayType()
getGatewayType in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfigurationCopyright © 2018. All rights reserved.