Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaIdentificationModel
-
Packages that use TmaIdentificationModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.b2ctelcoservices.daos de.hybris.platform.b2ctelcoservices.daos.impl de.hybris.platform.b2ctelcoservices.interceptors de.hybris.platform.b2ctelcoservices.model Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.de.hybris.platform.b2ctelcoservices.services de.hybris.platform.b2ctelcoservices.services.impl de.hybris.platform.core.model.security 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 TmaIdentificationModel Modifier and Type Method Description protected 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 TmaIdentificationModel Modifier and Type Method Description voidTmaIdentificationPopulator. 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 TmaIdentificationModel Constructor Description TmaCustomerIdentificationsPopulator(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 TmaIdentificationModel Modifier and Type Method Description TmaIdentificationModelTmaIdentificationDao. getTmaIdentificationModelForTypeAndNumber(java.lang.String identificationType, java.lang.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 TmaIdentificationModel Modifier and Type Method Description TmaIdentificationModelDefaultTmaIdentificationDao. getTmaIdentificationModelForTypeAndNumber(java.lang.String identificationType, java.lang.String identificationNumber) -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.interceptors
Methods in de.hybris.platform.b2ctelcoservices.interceptors with parameters of type TmaIdentificationModel Modifier and Type Method Description voidTmaIdentificationValidateInterceptor. 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 TmaIdentificationModel Modifier and Type Method Description java.util.Set<TmaIdentificationModel>TmaBusinessPartnerModel. getIdentifications()Generated method - Getter of theTmaBusinessPartner.identificationsattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type TmaIdentificationModel Modifier and Type Method Description voidTmaBusinessPartnerModel. setIdentifications(java.util.Set<TmaIdentificationModel> value)Generated method - Setter ofTmaBusinessPartner.identificationsattribute defined at extensionb2ctelcoservices. -
Uses of TmaIdentificationModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return TmaIdentificationModel Modifier and Type Method Description TmaIdentificationModelTmaIdentificationService. findIdentificationByTypeAndNumber(java.lang.String identificationType, java.lang.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 TmaIdentificationModel Modifier and Type Method Description TmaIdentificationModelDefaultTmaIdentificationService. findIdentificationByTypeAndNumber(java.lang.String identificationType, java.lang.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 TmaIdentificationModel Modifier and Type Method Description java.util.Set<TmaIdentificationModel>PrincipalModel. getIdentifications()Generated method - Getter of thePrincipal.identificationsattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.core.model.security with type arguments of type TmaIdentificationModel Modifier and Type Method Description voidPrincipalModel. setIdentifications(java.util.Set<TmaIdentificationModel> value)Generated method - Setter ofPrincipal.identificationsattribute defined at extensionb2ctelcoservices.
-