Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaIdentificationData
Packages that use TmaIdentificationData
Package
Description
-
Uses of TmaIdentificationData in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type TmaIdentificationDataModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationData,TmaIdentificationModel> TmaCustomerReversePopulator.getIdentificationReverseConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationModel,TmaIdentificationData> TmaCustomerIdentificationsPopulator.getTmaIdentificationConverter()Methods in de.hybris.platform.b2ctelcofacades.converters.populator with parameters of type TmaIdentificationDataModifier and TypeMethodDescriptionvoidTmaIdentificationPopulator.populate(TmaIdentificationModel source, TmaIdentificationData target) voidTmaIdentificationReversePopulator.populate(TmaIdentificationData source, TmaIdentificationModel target) Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type TmaIdentificationDataModifierConstructorDescriptionTmaCustomerIdentificationsPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationModel, TmaIdentificationData> tmaIdentificationConverter) TmaCustomerReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaIdentificationData, TmaIdentificationModel> identificationReverseConverter, TmaIdentificationService tmaIdentificationService) -
Uses of TmaIdentificationData in de.hybris.platform.b2ctelcotmfwebservices.mappers.partyrole
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.partyrole with parameters of type TmaIdentificationDataModifier and TypeMethodDescriptionvoidPartyRoleIdentificationIdAttributeMapper.populateTargetAttributeFromSource(TmaIdentificationData source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) -
Uses of TmaIdentificationData in de.hybris.platform.commercefacades.user.data
Methods in de.hybris.platform.commercefacades.user.data that return types with arguments of type TmaIdentificationDataModifier and TypeMethodDescriptionPrincipalData.getIdentifications()RegisterData.getIdentifications()Method parameters in de.hybris.platform.commercefacades.user.data with type arguments of type TmaIdentificationDataModifier and TypeMethodDescriptionvoidPrincipalData.setIdentifications(List<TmaIdentificationData> identifications) voidRegisterData.setIdentifications(List<TmaIdentificationData> identifications)