Uses of Class
com.hybris.cis.client.payment.models.CisPaymentProfileResult
-
-
Uses of CisPaymentProfileResult in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock that return CisPaymentProfileResult Modifier and Type Method Description CisPaymentProfileResultPaymentClientMock. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String profileId, CisPaymentProfileRequest cisPaymentProfileRequest)Methods in com.hybris.cis.client.mock that return types with arguments of type CisPaymentProfileResult Modifier and Type Method Description com.hybris.charon.RawResponse<CisPaymentProfileResult>PaymentClientMock. addCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String documentId, CisExternalPaymentRequest cisExternalPayment) -
Uses of CisPaymentProfileResult in com.hybris.cis.client.payment
Methods in com.hybris.cis.client.payment that return CisPaymentProfileResult Modifier and Type Method Description CisPaymentProfileResultPaymentClient. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String profileId, CisPaymentProfileRequest cisPaymentProfileRequest)Methods in com.hybris.cis.client.payment that return types with arguments of type CisPaymentProfileResult Modifier and Type Method Description com.hybris.charon.RawResponse<CisPaymentProfileResult>PaymentClient. addCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String documentId, CisExternalPaymentRequest cisExternalPayment) -
Uses of CisPaymentProfileResult in com.hybris.cis.service
Methods in com.hybris.cis.service that return CisPaymentProfileResult Modifier and Type Method Description CisPaymentProfileResultCisClientPaymentService. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.net.URI profileLocation, CisPaymentProfileRequest cisPaymentProfileRequest)Updates a customer profileMethods in com.hybris.cis.service that return types with arguments of type CisPaymentProfileResult Modifier and Type Method Description com.hybris.charon.RawResponse<CisPaymentProfileResult>CisClientPaymentService. addCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String documentId, CisExternalPaymentRequest cisExternalPayment)Add a customer profile -
Uses of CisPaymentProfileResult in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl that return CisPaymentProfileResult Modifier and Type Method Description CisPaymentProfileResultDefaultCisClientPaymentService. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.net.URI profileLocation, CisPaymentProfileRequest cisPaymentProfileRequest)Methods in com.hybris.cis.service.impl that return types with arguments of type CisPaymentProfileResult Modifier and Type Method Description com.hybris.charon.RawResponse<CisPaymentProfileResult>DefaultCisClientPaymentService. addCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String documentId, CisExternalPaymentRequest cisExternalPayment) -
Uses of CisPaymentProfileResult in de.hybris.platform.integration.cis.payment.populators
Methods in de.hybris.platform.integration.cis.payment.populators with parameters of type CisPaymentProfileResult Modifier and Type Method Description voidCisCreateSubscriptionResultPopulator. populate(CisPaymentProfileResult cisPaymentProfileResult, CreateSubscriptionResult target) -
Uses of CisPaymentProfileResult in de.hybris.platform.integration.cis.payment.strategies.impl
Methods in de.hybris.platform.integration.cis.payment.strategies.impl that return types with arguments of type CisPaymentProfileResult 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 CisPaymentProfileResult Modifier and Type Method Description voidCisPaymentResponseInterpretationStrategy. setCisCreateSubscriptionResultConverter(Converter<CisPaymentProfileResult,CreateSubscriptionResult> cisCreateSubscriptionResultConverter)
-