Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaIdentificationModel
Packages that use TmaIdentificationModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.security package.
-
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcofacades.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type TmaIdentificationModelModifier 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 TmaIdentificationModelModifier 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 TmaIdentificationModelModifierConstructorDescriptionTmaCustomerIdentificationsPopulator(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 TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return TmaIdentificationModelModifier and TypeMethodDescriptionTmaIdentificationDao.getTmaIdentificationModelForTypeAndNumber(String identificationType, String identificationNumber) ReturnsTmaIdentificationModelbased on the identificationType and identificationNumber. -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return TmaIdentificationModelModifier and TypeMethodDescriptionDefaultTmaIdentificationDao.getTmaIdentificationModelForTypeAndNumber(String identificationType, String identificationNumber) -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.interceptors
Methods in de.hybris.platform.b2ctelcoservices.interceptors with parameters of type TmaIdentificationModelModifier and TypeMethodDescriptionvoidTmaIdentificationValidateInterceptor.onValidate(TmaIdentificationModel identificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type TmaIdentificationModelModifier and TypeMethodDescriptionTmaBusinessPartnerModel.getIdentifications()Generated method - Getter of theTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaIdentificationModelModifier and TypeMethodDescriptionvoidTmaBusinessPartnerModel.setIdentifications(Set<TmaIdentificationModel> value) Generated method - Setter ofTmaBusinessPartner.identificationsattribute defined at extensiontuadatacommonsservices. -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return TmaIdentificationModelModifier and TypeMethodDescriptionTmaIdentificationService.findIdentificationByTypeAndNumber(String identificationType, String identificationNumber) Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber. -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return TmaIdentificationModelModifier and TypeMethodDescriptionDefaultTmaIdentificationService.findIdentificationByTypeAndNumber(String identificationType, String identificationNumber) -
Uses of TmaIdentificationModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return types with arguments of type TmaIdentificationModelModifier and TypeMethodDescriptionPrincipalModel.getIdentifications()Generated method - Getter of thePrincipal.identificationsattribute defined at extensiontuadatacommonsservices.Method parameters in de.hybris.platform.core.model.security with type arguments of type TmaIdentificationModelModifier and TypeMethodDescriptionvoidPrincipalModel.setIdentifications(Set<TmaIdentificationModel> value) Generated method - Setter ofPrincipal.identificationsattribute defined at extensiontuadatacommonsservices.