Uses of Class
de.hybris.platform.acceleratorservices.payment.data.CreateSubscriptionResult
-
-
Uses of CreateSubscriptionResult in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators with parameters of type CreateSubscriptionResult Modifier and Type Method Description voidCreateSubscriptionResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target) -
Uses of CreateSubscriptionResult in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.response with parameters of type CreateSubscriptionResult Modifier and Type Method Description voidAuthReplyResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target)voidCustomerInfoResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target)voidOrderInfoResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target)voidPaymentInfoResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target)voidSignatureResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target)voidSubscriptionInfoResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target)voidSubscriptionSignatureResultPopulator. populate(java.util.Map<java.lang.String,java.lang.String> source, CreateSubscriptionResult target) -
Uses of CreateSubscriptionResult in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return CreateSubscriptionResult Modifier and Type Method Description CreateSubscriptionResultDefaultPaymentResponseInterpretationStrategy. interpretResponse(java.util.Map<java.lang.String,java.lang.String> params, java.lang.String clientRef, java.util.Map<java.lang.String,PaymentErrorField> errors)CreateSubscriptionResultHopPaymentResponseInterpretationStrategy. interpretResponse(java.util.Map<java.lang.String,java.lang.String> responseParams, java.lang.String clientRef, java.util.Map<java.lang.String,PaymentErrorField> errors)Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return types with arguments of type CreateSubscriptionResult Modifier and Type Method Description protected Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult>DefaultPaymentResponseInterpretationStrategy. getCreateSubscriptionResultConverter()protected Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult>HopPaymentResponseInterpretationStrategy. getCreateSubscriptionResultConverter()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type CreateSubscriptionResult Modifier and Type Method Description java.util.Map<java.lang.String,PaymentErrorField>DefaultCreateSubscriptionResultValidationStrategy. validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors, CreateSubscriptionResult response)Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type CreateSubscriptionResult Modifier and Type Method Description voidDefaultPaymentResponseInterpretationStrategy. setCreateSubscriptionResultConverter(Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult> createSubscriptionResultConverter)voidHopPaymentResponseInterpretationStrategy. setCreateSubscriptionResultConverter(Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult> createSubscriptionResultConverter) -
Uses of CreateSubscriptionResult in de.hybris.platform.acceleratorservices.payment.impl
Methods in de.hybris.platform.acceleratorservices.payment.impl with parameters of type CreateSubscriptionResult Modifier and Type Method Description protected voidDefaultAcceleratorPaymentService. markPaymentValidated(CreateSubscriptionResult response) -
Uses of CreateSubscriptionResult in de.hybris.platform.acceleratorservices.payment.strategies
Methods in de.hybris.platform.acceleratorservices.payment.strategies that return CreateSubscriptionResult Modifier and Type Method Description CreateSubscriptionResultPaymentResponseInterpretationStrategy. interpretResponse(java.util.Map<java.lang.String,java.lang.String> responseParams, java.lang.String clientRef, java.util.Map<java.lang.String,PaymentErrorField> errors)This method defines how to interpret aCreateSubscriptionResultthat represents the set of parameters returned from of a profile creation request with an external payment service.Methods in de.hybris.platform.acceleratorservices.payment.strategies with parameters of type CreateSubscriptionResult Modifier and Type Method Description java.util.Map<java.lang.String,PaymentErrorField>CreateSubscriptionResultValidationStrategy. validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors, CreateSubscriptionResult response) -
Uses of CreateSubscriptionResult in de.hybris.platform.integration.cis.payment.populators
Methods in de.hybris.platform.integration.cis.payment.populators with parameters of type CreateSubscriptionResult Modifier and Type Method Description voidCisCreateSubscriptionResultPopulator. populate(CisPaymentProfileResult cisPaymentProfileResult, CreateSubscriptionResult target) -
Uses of CreateSubscriptionResult in de.hybris.platform.integration.cis.payment.strategies.impl
Methods in de.hybris.platform.integration.cis.payment.strategies.impl that return CreateSubscriptionResult Modifier and Type Method Description CreateSubscriptionResultCisPaymentResponseInterpretationStrategy. interpretResponse(java.util.Map<java.lang.String,java.lang.String> responseParams, java.lang.String clientRef, java.util.Map<java.lang.String,PaymentErrorField> errors)Methods in de.hybris.platform.integration.cis.payment.strategies.impl that return types with arguments of type CreateSubscriptionResult Modifier and Type Method Description protected Converter<CisPaymentProfileResult,CreateSubscriptionResult>CisPaymentResponseInterpretationStrategy. getCisCreateSubscriptionResultConverter()Method parameters in de.hybris.platform.integration.cis.payment.strategies.impl with type arguments of type CreateSubscriptionResult Modifier and Type Method Description voidCisPaymentResponseInterpretationStrategy. setCisCreateSubscriptionResultConverter(Converter<CisPaymentProfileResult,CreateSubscriptionResult> cisCreateSubscriptionResultConverter)
-