Uses of Class
de.hybris.platform.chineseprofilefacades.data.MobileNumberVerificationData
Packages that use MobileNumberVerificationData
Package
Description
-
Uses of MobileNumberVerificationData in de.hybris.platform.chineseprofilefacades.customer
Methods in de.hybris.platform.chineseprofilefacades.customer that return types with arguments of type MobileNumberVerificationDataModifier and TypeMethodDescriptionChineseCustomerFacade.getVerificationCode(String mobileNumber) Gets verification code for mobile number.Methods in de.hybris.platform.chineseprofilefacades.customer with parameters of type MobileNumberVerificationDataModifier and TypeMethodDescriptionvoidChineseCustomerFacade.saveVerificationCode(MobileNumberVerificationData data) Saves verification code. -
Uses of MobileNumberVerificationData in de.hybris.platform.chineseprofilefacades.customer.impl
Methods in de.hybris.platform.chineseprofilefacades.customer.impl that return types with arguments of type MobileNumberVerificationDataModifier and TypeMethodDescriptionDefaultChineseCustomerFacade.getVerificationCode(String mobileNumber) Methods in de.hybris.platform.chineseprofilefacades.customer.impl with parameters of type MobileNumberVerificationDataModifier and TypeMethodDescriptionvoidDefaultChineseCustomerFacade.saveVerificationCode(MobileNumberVerificationData data) -
Uses of MobileNumberVerificationData in de.hybris.platform.chineseprofilefacades.populators
Methods in de.hybris.platform.chineseprofilefacades.populators with parameters of type MobileNumberVerificationDataModifier and TypeMethodDescriptionvoidMobileNumberVerificationPopulator.populate(MobileNumberVerificationModel source, MobileNumberVerificationData target) voidMobileNumberVerificationReversePopulator.populate(MobileNumberVerificationData source, MobileNumberVerificationModel target) -
Uses of MobileNumberVerificationData in de.hybris.platform.chineseprofilefacades.strategies
Methods in de.hybris.platform.chineseprofilefacades.strategies that return types with arguments of type MobileNumberVerificationDataModifier and TypeMethodDescriptionVerificationCodeStrategy.getVerificationCode(String mobileNumber) Gets verification code by mobile number.Methods in de.hybris.platform.chineseprofilefacades.strategies with parameters of type MobileNumberVerificationDataModifier and TypeMethodDescriptionvoidVerificationCodeStrategy.saveVerificationCode(MobileNumberVerificationData data) Saves mobile number verification code. -
Uses of MobileNumberVerificationData in de.hybris.platform.chineseprofilefacades.strategies.impl
Methods in de.hybris.platform.chineseprofilefacades.strategies.impl that return types with arguments of type MobileNumberVerificationDataModifier and TypeMethodDescriptionChineseVerificationCodeStrategy.getVerificationCode(String mobileNumber) ChineseVerificationCodeStrategy.getVerificationCodeReverseConverter()ChineseVerificationCodeStrategy.getVerificationConverter()Methods in de.hybris.platform.chineseprofilefacades.strategies.impl with parameters of type MobileNumberVerificationDataModifier and TypeMethodDescriptionvoidChineseVerificationCodeStrategy.saveVerificationCode(MobileNumberVerificationData data) Constructor parameters in de.hybris.platform.chineseprofilefacades.strategies.impl with type arguments of type MobileNumberVerificationDataModifierConstructorDescriptionChineseVerificationCodeStrategy(ModelService modelService, ChineseCustomerAccountService chineseCustomerAccountService, Converter<MobileNumberVerificationData, MobileNumberVerificationModel> verificationCodeReverseConverter, Converter<MobileNumberVerificationModel, MobileNumberVerificationData> verificationConverter, UserIdDecorationService userIdDecorationService)