Uses of Class
de.hybris.platform.tuadatamodel.model.TuaExternalReferenceModel
Packages that use TuaExternalReferenceModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaExternalReferenceModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaExternalReferenceModelModifier and TypeMethodDescriptionvoidTuaExternalReferencePrepareInterceptor.onPrepare(TuaExternalReferenceModel externalReferenceModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaExternalReferenceModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaExternalReferenceModelModifier and TypeMethodDescriptionTuaPartyModel.getExternalReferences()Generated method - Getter of theTuaParty.externalReferencesattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaExternalReferenceModelModifier and TypeMethodDescriptionvoidTuaPartyModel.setExternalReferences(List<TuaExternalReferenceModel> value) Generated method - Setter ofTuaParty.externalReferencesattribute defined at extensiontuadatamodel. -
Uses of TuaExternalReferenceModel in de.hybris.platform.tuawebservicesresources.mappers.externalReference
Methods in de.hybris.platform.tuawebservicesresources.mappers.externalReference with parameters of type TuaExternalReferenceModelModifier and TypeMethodDescriptionvoidExternalReferenceAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaExternalReferenceModel source, ExternalReference target, ma.glasnost.orika.MappingContext context) voidExternalReferenceAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaExternalReferenceModel source, ExternalReference target, ma.glasnost.orika.MappingContext context) -
Uses of TuaExternalReferenceModel in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party that return types with arguments of type TuaExternalReferenceModelModifier and TypeMethodDescriptionPartyExternalReferenceAttributeMapper.getTuaExternalReferenceEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.party with type arguments of type TuaExternalReferenceModelModifierConstructorDescriptionPartyExternalReferenceAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<ExternalReference, TuaExternalReferenceModel> tuaExternalReferenceEntityResourceNormalizer)