Uses of Enum Class
de.hybris.platform.ycommercewebservices.populator.options.PaymentInfoOption
Packages that use PaymentInfoOption
Package
Description
-
Uses of PaymentInfoOption in de.hybris.platform.ycommercewebservices.populator
Method parameters in de.hybris.platform.ycommercewebservices.populator with type arguments of type PaymentInfoOptionModifier and TypeMethodDescriptionvoidHttpRequestPaymentInfoPopulator.populate(javax.servlet.http.HttpServletRequest request, CCPaymentInfoData target, Collection<PaymentInfoOption> options) -
Uses of PaymentInfoOption in de.hybris.platform.ycommercewebservices.populator.options
Methods in de.hybris.platform.ycommercewebservices.populator.options that return PaymentInfoOptionModifier and TypeMethodDescriptionstatic PaymentInfoOptionReturns the enum constant of this class with the specified name.static PaymentInfoOption[]PaymentInfoOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PaymentInfoOption in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return types with arguments of type PaymentInfoOptionModifier and TypeMethodDescriptionprotected ConfigurablePopulator<javax.servlet.http.HttpServletRequest,CCPaymentInfoData, PaymentInfoOption> BaseCommerceController.getHttpRequestPaymentInfoPopulator()Method parameters in de.hybris.platform.ycommercewebservices.v2.controller with type arguments of type PaymentInfoOptionModifier and TypeMethodDescriptionprotected voidBaseCommerceController.setHttpRequestPaymentInfoPopulator(ConfigurablePopulator<javax.servlet.http.HttpServletRequest, CCPaymentInfoData, PaymentInfoOption> httpRequestPaymentInfoPopulator)