Class DefaultCommercePaymentAuthorizationStrategy
java.lang.Object
de.hybris.platform.commerceservices.order.impl.DefaultCommercePaymentAuthorizationStrategy
- All Implemented Interfaces:
CommercePaymentAuthorizationStrategy
public class DefaultCommercePaymentAuthorizationStrategy
extends Object
implements CommercePaymentAuthorizationStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterAuthorizePaymentAmount(CommerceCheckoutParameter parameter, PaymentTransactionEntryModel paymentTransactionEntryModel) authorizePaymentAmount(CommerceCheckoutParameter parameter) protected voidprotected List<AuthorizePaymentMethodHook>protected ConfigurationServiceprotected GenerateMerchantTransactionCodeStrategyprotected I18NServiceprotected ModelServiceprotected PaymentServicevoidsetAuthorizePaymentHooks(List<AuthorizePaymentMethodHook> authorizePaymentHooks) voidsetConfigurationService(ConfigurationService configurationService) voidsetGenerateMerchantTransactionCodeStrategy(GenerateMerchantTransactionCodeStrategy generateMerchantTransactionCodeStrategy) voidsetI18nService(I18NService i18nService) voidsetModelService(ModelService modelService) voidsetPaymentService(PaymentService paymentService)
-
Constructor Details
-
DefaultCommercePaymentAuthorizationStrategy
public DefaultCommercePaymentAuthorizationStrategy()
-
-
Method Details
-
authorizePaymentAmount
- Specified by:
authorizePaymentAmountin interfaceCommercePaymentAuthorizationStrategy
-
beforeAuthorizePaymentAmount
-
afterAuthorizePaymentAmount
protected void afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter, PaymentTransactionEntryModel paymentTransactionEntryModel) -
getGenerateMerchantTransactionCodeStrategy
-
setGenerateMerchantTransactionCodeStrategy
public void setGenerateMerchantTransactionCodeStrategy(GenerateMerchantTransactionCodeStrategy generateMerchantTransactionCodeStrategy) -
getI18nService
-
setI18nService
-
getModelService
-
setModelService
-
getPaymentService
-
setPaymentService
-
getAuthorizePaymentHooks
-
setAuthorizePaymentHooks
-
getConfigurationService
-
setConfigurationService
-