Uses of Class
de.hybris.platform.tuadatamodel.model.TuaIdentificationModel
Packages that use TuaIdentificationModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaIdentificationModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaIdentificationModelModifier and TypeMethodDescriptionvoidTuaIdentificationPrepareInterceptor.onPrepare(TuaIdentificationModel identificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaIdentificationModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaIdentificationModelModifier and TypeMethodDescriptionTuaPartyModel.getIdentifications()Generated method - Getter of theTuaParty.identificationsattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaIdentificationModelModifier and TypeMethodDescriptionvoidTuaPartyModel.setIdentifications(List<TuaIdentificationModel> value) Generated method - Setter ofTuaParty.identificationsattribute defined at extensiontuadatamodel. -
Uses of TuaIdentificationModel in de.hybris.platform.tuawebservicesresources.mappers.individual
Methods in de.hybris.platform.tuawebservicesresources.mappers.individual that return types with arguments of type TuaIdentificationModelModifier and TypeMethodDescriptionIndividualIdentificationAttributeMapper.getTuaIdentificationEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.individual with type arguments of type TuaIdentificationModelModifierConstructorDescriptionIndividualIdentificationAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<IndividualIdentification, TuaIdentificationModel> tuaIdentificationEntityResourceNormalizer) -
Uses of TuaIdentificationModel in de.hybris.platform.tuawebservicesresources.mappers.individualidentification
Methods in de.hybris.platform.tuawebservicesresources.mappers.individualidentification with parameters of type TuaIdentificationModelModifier and TypeMethodDescriptionvoidIndividualIdentificationAttachmentAttributeMapper.populateSourceAttributeFromTarget(IndividualIdentification target, TuaIdentificationModel source, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationValidForAttributeMapper.populateSourceAttributeFromTarget(IndividualIdentification target, TuaIdentificationModel source, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationAttachmentAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) voidIndividualIdentificationValidForAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, IndividualIdentification target, ma.glasnost.orika.MappingContext context) -
Uses of TuaIdentificationModel in de.hybris.platform.tuawebservicesresources.mappers.organization
Methods in de.hybris.platform.tuawebservicesresources.mappers.organization that return types with arguments of type TuaIdentificationModelModifier and TypeMethodDescriptionOrganizationIdentificationAttributeMapper.getTuaOrganizationIdentificationEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.organization with type arguments of type TuaIdentificationModelModifierConstructorDescriptionOrganizationIdentificationAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OrganizationIdentification, TuaIdentificationModel> tuaOrganizationIdentificationEntityResourceNormalizer) -
Uses of TuaIdentificationModel in de.hybris.platform.tuawebservicesresources.mappers.organizationidentification
Methods in de.hybris.platform.tuawebservicesresources.mappers.organizationidentification with parameters of type TuaIdentificationModelModifier and TypeMethodDescriptionvoidOrganizationIdentificationValidForAttributeMapper.populateSourceAttributeFromTarget(OrganizationIdentification source, TuaIdentificationModel target, ma.glasnost.orika.MappingContext context) voidOrganizationIdentificationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, OrganizationIdentification target, ma.glasnost.orika.MappingContext context) voidOrganizationIdentificationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, OrganizationIdentification target, ma.glasnost.orika.MappingContext context) voidOrganizationIdentificationValidForAttributeMapper.populateTargetAttributeFromSource(TuaIdentificationModel source, OrganizationIdentification target, ma.glasnost.orika.MappingContext context)