Uses of Class
de.hybris.platform.acceleratorservices.payment.data.CreateSubscriptionResult
Packages that use CreateSubscriptionResult
Package
Description
-
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 CreateSubscriptionResultModifier and TypeMethodDescriptionvoidCreateSubscriptionResultPopulator.populate(Map<String, 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 CreateSubscriptionResultModifier and TypeMethodDescriptionvoidAuthReplyResultPopulator.populate(Map<String, String> source, CreateSubscriptionResult target) voidCustomerInfoResultPopulator.populate(Map<String, String> source, CreateSubscriptionResult target) voidOrderInfoResultPopulator.populate(Map<String, String> source, CreateSubscriptionResult target) voidPaymentInfoResultPopulator.populate(Map<String, String> source, CreateSubscriptionResult target) voidSignatureResultPopulator.populate(Map<String, String> source, CreateSubscriptionResult target) voidSubscriptionInfoResultPopulator.populate(Map<String, String> source, CreateSubscriptionResult target) voidSubscriptionSignatureResultPopulator.populate(Map<String, 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 CreateSubscriptionResultModifier and TypeMethodDescriptionDefaultPaymentResponseInterpretationStrategy.interpretResponse(Map<String, String> params, String clientRef, Map<String, PaymentErrorField> errors) HopPaymentResponseInterpretationStrategy.interpretResponse(Map<String, String> responseParams, String clientRef, Map<String, PaymentErrorField> errors) Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return types with arguments of type CreateSubscriptionResultModifier and TypeMethodDescriptionprotected Converter<Map<String,String>, CreateSubscriptionResult> DefaultPaymentResponseInterpretationStrategy.getCreateSubscriptionResultConverter()protected Converter<Map<String,String>, CreateSubscriptionResult> HopPaymentResponseInterpretationStrategy.getCreateSubscriptionResultConverter()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type CreateSubscriptionResultModifier and TypeMethodDescriptionDefaultCreateSubscriptionResultValidationStrategy.validateCreateSubscriptionResult(Map<String, PaymentErrorField> errors, CreateSubscriptionResult response) Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type CreateSubscriptionResultModifier and TypeMethodDescriptionvoidDefaultPaymentResponseInterpretationStrategy.setCreateSubscriptionResultConverter(Converter<Map<String, String>, CreateSubscriptionResult> createSubscriptionResultConverter) voidHopPaymentResponseInterpretationStrategy.setCreateSubscriptionResultConverter(Converter<Map<String, 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 CreateSubscriptionResultModifier and TypeMethodDescriptionprotected voidDefaultAcceleratorPaymentService.markPaymentValidated(CreateSubscriptionResult response) -
Uses of CreateSubscriptionResult in de.hybris.platform.acceleratorservices.payment.strategies
Methods in de.hybris.platform.acceleratorservices.payment.strategies that return CreateSubscriptionResultModifier and TypeMethodDescriptionPaymentResponseInterpretationStrategy.interpretResponse(Map<String, String> responseParams, String clientRef, Map<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 CreateSubscriptionResultModifier and TypeMethodDescriptionCreateSubscriptionResultValidationStrategy.validateCreateSubscriptionResult(Map<String, PaymentErrorField> errors, CreateSubscriptionResult response)