Uses of Class
de.hybris.platform.payment.dto.CardType
-
-
Uses of CardType in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CardType Modifier and Type Method Description voidPaymentCardTypePopulator. populate(CardType source, CardTypeData target) -
Uses of CardType in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CardType Modifier and Type Method Description protected Converter<CardType,CardTypeData>DefaultCheckoutFacade. getCardTypeConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CardType Modifier and Type Method Description voidDefaultCheckoutFacade. setCardTypeConverter(Converter<CardType,CardTypeData> cardTypeConverter) -
Uses of CardType in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return CardType Modifier and Type Method Description CardTypeCommerceCardTypeService. getCardTypeForCode(java.lang.String code)Gets a card type by codeMethods in de.hybris.platform.commerceservices.order that return types with arguments of type CardType Modifier and Type Method Description java.util.Collection<CardType>CommerceCardTypeService. getCardTypes()Get all credit card types -
Uses of CardType in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return CardType Modifier and Type Method Description CardTypeDefaultCommerceCardTypeService. getCardTypeForCode(java.lang.String code)Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type CardType Modifier and Type Method Description java.util.Collection<CardType>DefaultCommerceCardTypeService. getCardTypes()
-