Uses of Class
de.hybris.platform.core.enums.CreditCardType
-
Packages that use CreditCardType Package Description de.hybris.platform.commercefacades.order.converters.populator de.hybris.platform.core.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.core.model.order.payment Contains generated models for each type of de.hybris.platform.jalo.order.payment package.de.hybris.platform.order.strategies.paymentinfo de.hybris.platform.order.strategies.paymentinfo.impl de.hybris.platform.payment.commands.result de.hybris.platform.payment.dto de.hybris.platform.payment.methods de.hybris.platform.payment.methods.impl -
-
Uses of CreditCardType in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type CreditCardType Modifier and Type Method Description protected Converter<CreditCardType,CardTypeData>CreditCardPaymentInfoPopulator. getCardTypeConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CreditCardType Modifier and Type Method Description voidCardTypePopulator. populate(CreditCardType source, CardTypeData target)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type CreditCardType Modifier and Type Method Description voidCreditCardPaymentInfoPopulator. setCardTypeConverter(Converter<CreditCardType,CardTypeData> cardTypeConverter) -
Uses of CreditCardType in de.hybris.platform.core.enums
Methods in de.hybris.platform.core.enums that return CreditCardType Modifier and Type Method Description static CreditCardTypeCreditCardType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CreditCardType[]CreditCardType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CreditCardType in de.hybris.platform.core.model.order.payment
Methods in de.hybris.platform.core.model.order.payment that return CreditCardType Modifier and Type Method Description CreditCardTypeCreditCardPaymentInfoModel. getType()Generated method - Getter of theCreditCardPaymentInfo.typeattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order.payment with parameters of type CreditCardType Modifier and Type Method Description voidCreditCardPaymentInfoModel. setType(CreditCardType value)Generated method - Setter ofCreditCardPaymentInfo.typeattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.order.payment with parameters of type CreditCardType Constructor Description CreditCardPaymentInfoModel(java.lang.String _ccOwner, java.lang.String _code, java.lang.String _number, CreditCardType _type, UserModel _user, java.lang.String _validToMonth, java.lang.String _validToYear)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreditCardPaymentInfoModel(java.lang.String _ccOwner, java.lang.String _code, java.lang.String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, java.lang.String _validToMonth, java.lang.String _validToYear)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CreditCardType in de.hybris.platform.order.strategies.paymentinfo
Methods in de.hybris.platform.order.strategies.paymentinfo with parameters of type CreditCardType Modifier and Type Method Description booleanCreditCardNumberHelper. isValidCardNumber(java.lang.String cardNumber, CreditCardType type)Validates Credit card number according to the given card type. -
Uses of CreditCardType in de.hybris.platform.order.strategies.paymentinfo.impl
Methods in de.hybris.platform.order.strategies.paymentinfo.impl with parameters of type CreditCardType Modifier and Type Method Description protected java.lang.StringDefaultCreditCardNumberHelper. findPatternForCardType(CreditCardType cardType)booleanDefaultCreditCardNumberHelper. isValidCardNumber(java.lang.String cardNumber, CreditCardType type) -
Uses of CreditCardType in de.hybris.platform.payment.commands.result
Methods in de.hybris.platform.payment.commands.result that return CreditCardType Modifier and Type Method Description CreditCardTypeCardValidationResult. getCardType()Methods in de.hybris.platform.payment.commands.result with parameters of type CreditCardType Modifier and Type Method Description voidCardValidationResult. setCardType(CreditCardType cardType) -
Uses of CreditCardType in de.hybris.platform.payment.dto
Methods in de.hybris.platform.payment.dto that return CreditCardType Modifier and Type Method Description CreditCardTypeCardInfo. getCardType()CreditCardTypeCardType. getCode()Methods in de.hybris.platform.payment.dto with parameters of type CreditCardType Modifier and Type Method Description voidCardInfo. setCardType(CreditCardType cardType)Constructors in de.hybris.platform.payment.dto with parameters of type CreditCardType Constructor Description CardType(java.lang.String id, CreditCardType code, java.lang.String description) -
Uses of CreditCardType in de.hybris.platform.payment.methods
Methods in de.hybris.platform.payment.methods that return types with arguments of type CreditCardType Modifier and Type Method Description java.util.List<CreditCardType>CardValidator. getSupportedCardSchemes()Returns the card schemes supported by the system.Methods in de.hybris.platform.payment.methods with parameters of type CreditCardType Modifier and Type Method Description booleanCardValidator. isCardSchemeSupported(CreditCardType cardScheme)Determines if the provided card scheme is supported by the system. -
Uses of CreditCardType in de.hybris.platform.payment.methods.impl
Methods in de.hybris.platform.payment.methods.impl that return types with arguments of type CreditCardType Modifier and Type Method Description java.util.List<CreditCardType>CardValidatorImpl. getSupportedCardSchemes()Methods in de.hybris.platform.payment.methods.impl with parameters of type CreditCardType Modifier and Type Method Description booleanCardValidatorImpl. isCardSchemeSupported(CreditCardType cardScheme)Method parameters in de.hybris.platform.payment.methods.impl with type arguments of type CreditCardType Modifier and Type Method Description voidCardValidatorImpl. setCv2ExemptCardSchemes(java.util.List<CreditCardType> cv2ExemptCardSchemes)Sets a list of cards that do not require cv2 numbers.voidCardValidatorImpl. setSupportedCardSchemes(java.util.List<CreditCardType> supportedCardSchemes)Set all the card schemes that are supported by the site.
-