Uses of Class
de.hybris.platform.tuadatamodel.model.TuaOtherNameModel
Packages that use TuaOtherNameModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaOtherNameModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaOtherNameModelModifier and TypeMethodDescriptionvoidTuaOtherNamePrepareInterceptor.onPrepare(TuaOtherNameModel otherNameModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaOtherNameModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaOtherNameModelModifier and TypeMethodDescriptionTuaPartyModel.getOtherNames()Generated method - Getter of theTuaParty.otherNamesattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaOtherNameModelModifier and TypeMethodDescriptionvoidTuaPartyModel.setOtherNames(List<TuaOtherNameModel> value) Generated method - Setter ofTuaParty.otherNamesattribute defined at extensiontuadatamodel. -
Uses of TuaOtherNameModel in de.hybris.platform.tuawebservicesresources.mappers.individual
Methods in de.hybris.platform.tuawebservicesresources.mappers.individual that return types with arguments of type TuaOtherNameModelModifier and TypeMethodDescriptionIndividualOtherNameAttributeMapper.getTuaOtherNameEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.individual with type arguments of type TuaOtherNameModelModifierConstructorDescriptionIndividualOtherNameAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OtherNameIndividual, TuaOtherNameModel> tuaOtherNameEntityResourceNormalizer) -
Uses of TuaOtherNameModel in de.hybris.platform.tuawebservicesresources.mappers.organization
Methods in de.hybris.platform.tuawebservicesresources.mappers.organization that return types with arguments of type TuaOtherNameModelModifier and TypeMethodDescriptionOrganizationOtherNameAttributeMapper.getTuaOtherNameEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.organization with type arguments of type TuaOtherNameModelModifierConstructorDescriptionOrganizationOtherNameAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OtherNameOrganization, TuaOtherNameModel> tuaOtherNameEntityResourceNormalizer) -
Uses of TuaOtherNameModel in de.hybris.platform.tuawebservicesresources.mappers.othernameindividual
Methods in de.hybris.platform.tuawebservicesresources.mappers.othernameindividual with parameters of type TuaOtherNameModelModifier and TypeMethodDescriptionvoidOtherNameIndividualTitleAttributeMapper.populateSourceAttributeFromTarget(OtherNameIndividual target, TuaOtherNameModel source, ma.glasnost.orika.MappingContext context) voidOtherNameIndividualValidForAttributeMapper.populateSourceAttributeFromTarget(OtherNameIndividual target, TuaOtherNameModel source, ma.glasnost.orika.MappingContext context) voidOtherNameIndividualAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameIndividual target, ma.glasnost.orika.MappingContext context) voidOtherNameIndividualAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameIndividual target, ma.glasnost.orika.MappingContext context) voidOtherNameIndividualTitleAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameIndividual target, ma.glasnost.orika.MappingContext context) voidOtherNameIndividualValidForAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameIndividual target, ma.glasnost.orika.MappingContext context) -
Uses of TuaOtherNameModel in de.hybris.platform.tuawebservicesresources.mappers.othernameorganization
Methods in de.hybris.platform.tuawebservicesresources.mappers.othernameorganization with parameters of type TuaOtherNameModelModifier and TypeMethodDescriptionvoidOtherNameOrganizationValidForAttributeMapper.populateSourceAttributeFromTarget(OtherNameOrganization source, TuaOtherNameModel target, ma.glasnost.orika.MappingContext context) voidOtherNameOrganizationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameOrganization target, ma.glasnost.orika.MappingContext context) voidOtherNameOrganizationAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameOrganization target, ma.glasnost.orika.MappingContext context) voidOtherNameOrganizationValidForAttributeMapper.populateTargetAttributeFromSource(TuaOtherNameModel source, OtherNameOrganization target, ma.glasnost.orika.MappingContext context)