@Service(value="blCustomerCreditConfiguration")
public class CustomerCreditConfigurationImpl
extends org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
Modifier and Type | Field and Description |
---|---|
protected int |
failureReportingThreshold |
protected boolean |
performAuthorizeAndCapture |
Constructor and Description |
---|
CustomerCreditConfigurationImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getFailureReportingThreshold() |
org.broadleafcommerce.common.payment.PaymentGatewayType |
getGatewayType() |
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 boolean isPerformAuthorizeAndCapture()
isPerformAuthorizeAndCapture
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
isPerformAuthorizeAndCapture
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public void setPerformAuthorizeAndCapture(boolean performAuthorizeAndCapture)
setPerformAuthorizeAndCapture
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
setPerformAuthorizeAndCapture
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public int getFailureReportingThreshold()
getFailureReportingThreshold
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
getFailureReportingThreshold
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public void setFailureReportingThreshold(int failureReportingThreshold)
setFailureReportingThreshold
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
setFailureReportingThreshold
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesAuthorize()
handlesAuthorize
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesAuthorize
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesCapture()
handlesCapture
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesCapture
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesAuthorizeAndCapture()
handlesAuthorizeAndCapture
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesAuthorizeAndCapture
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesReverseAuthorize()
handlesReverseAuthorize
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesReverseAuthorize
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesVoid()
handlesVoid
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesVoid
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesRefund()
handlesRefund
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesRefund
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesPartialCapture()
handlesPartialCapture
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesPartialCapture
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesMultipleShipment()
handlesMultipleShipment
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesMultipleShipment
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesRecurringPayment()
handlesRecurringPayment
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesRecurringPayment
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesSavedCustomerPayment()
handlesSavedCustomerPayment
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesSavedCustomerPayment
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public boolean handlesMultiplePayments()
handlesMultiplePayments
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
handlesMultiplePayments
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
public org.broadleafcommerce.common.payment.PaymentGatewayType getGatewayType()
getGatewayType
in interface org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
getGatewayType
in class org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayConfiguration
Copyright © 2019. All rights reserved.