Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.ExternalReference
Packages that use ExternalReference
Package
Description
-
Uses of ExternalReference in de.hybris.platform.tuawebservicesresources.mappers.externalReference
Methods in de.hybris.platform.tuawebservicesresources.mappers.externalReference with parameters of type ExternalReferenceModifier 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 ExternalReference in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionPartyExternalReferenceAttributeMapper.getTuaExternalReferenceEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.party with type arguments of type ExternalReferenceModifierConstructorDescriptionPartyExternalReferenceAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<ExternalReference, TuaExternalReferenceModel> tuaExternalReferenceEntityResourceNormalizer) -
Uses of ExternalReference in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return ExternalReferenceModifier and TypeMethodDescriptionExternalReference.atBaseType(String atBaseType) ExternalReference.atSchemaLocation(String atSchemaLocation) ExternalReference.externalReferenceType(String externalReferenceType) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type ExternalReferenceModifier and TypeMethodDescription@Valid List<ExternalReference>Party.getExternalReference()Get externalReferenceMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type ExternalReferenceModifier and TypeMethodDescriptionParty.addExternalReferenceItem(ExternalReference externalReferenceItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionParty.externalReference(List<ExternalReference> externalReference) voidParty.setExternalReference(List<ExternalReference> externalReference)