Class DefaultCommercePaymentAuthorizationStrategy
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.impl.DefaultCommercePaymentAuthorizationStrategy
-
- All Implemented Interfaces:
CommercePaymentAuthorizationStrategy
- Direct Known Subclasses:
SapDigitalCommercePaymentAuthorizationStrategy
public class DefaultCommercePaymentAuthorizationStrategy extends java.lang.Object implements CommercePaymentAuthorizationStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCommercePaymentAuthorizationStrategy()
-
Method Summary
-
-
-
Method Detail
-
authorizePaymentAmount
public PaymentTransactionEntryModel authorizePaymentAmount(CommerceCheckoutParameter parameter)
- Specified by:
authorizePaymentAmountin interfaceCommercePaymentAuthorizationStrategy
-
beforeAuthorizePaymentAmount
protected void beforeAuthorizePaymentAmount(CommerceCheckoutParameter parameter)
-
afterAuthorizePaymentAmount
protected void afterAuthorizePaymentAmount(CommerceCheckoutParameter parameter, PaymentTransactionEntryModel paymentTransactionEntryModel)
-
getGenerateMerchantTransactionCodeStrategy
protected GenerateMerchantTransactionCodeStrategy getGenerateMerchantTransactionCodeStrategy()
-
setGenerateMerchantTransactionCodeStrategy
public void setGenerateMerchantTransactionCodeStrategy(GenerateMerchantTransactionCodeStrategy generateMerchantTransactionCodeStrategy)
-
getI18nService
protected I18NService getI18nService()
-
setI18nService
public void setI18nService(I18NService i18nService)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getPaymentService
protected PaymentService getPaymentService()
-
setPaymentService
public void setPaymentService(PaymentService paymentService)
-
getAuthorizePaymentHooks
protected java.util.List<AuthorizePaymentMethodHook> getAuthorizePaymentHooks()
-
setAuthorizePaymentHooks
public void setAuthorizePaymentHooks(java.util.List<AuthorizePaymentMethodHook> authorizePaymentHooks)
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-