Uses of Class
de.hybris.platform.partytmfwebservices.v1.dto.ExternalReference
Packages that use ExternalReference
Package
Description
-
Uses of ExternalReference in de.hybris.platform.partytmfwebservices.v1.dto
Methods in de.hybris.platform.partytmfwebservices.v1.dto that return ExternalReferenceModifier and TypeMethodDescriptionExternalReference.atBaseType(String atBaseType) Deprecated.ExternalReference.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.ExternalReference.externalReferenceType(String externalReferenceType) Deprecated.Deprecated.Methods in de.hybris.platform.partytmfwebservices.v1.dto that return types with arguments of type ExternalReferenceModifier and TypeMethodDescription@Valid List<ExternalReference>Party.getExternalReference()Deprecated.Get externalReferenceMethods in de.hybris.platform.partytmfwebservices.v1.dto with parameters of type ExternalReferenceModifier and TypeMethodDescriptionParty.addExternalReferenceItem(ExternalReference externalReferenceItem) Deprecated.Method parameters in de.hybris.platform.partytmfwebservices.v1.dto with type arguments of type ExternalReferenceModifier and TypeMethodDescriptionParty.externalReference(List<ExternalReference> externalReference) Deprecated.voidParty.setExternalReference(List<ExternalReference> externalReference) Deprecated. -
Uses of ExternalReference in de.hybris.platform.partytmfwebservices.v1.mappers.externalReference
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.externalReference with parameters of type ExternalReferenceModifier and TypeMethodDescriptionvoidExternalReferenceAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PmExternalReferenceModel source, ExternalReference target, ma.glasnost.orika.MappingContext context) Deprecated.voidExternalReferenceAtTypeAttributeMapper.populateTargetAttributeFromSource(PmExternalReferenceModel source, ExternalReference target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of ExternalReference in de.hybris.platform.partytmfwebservices.v1.mappers.party
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.party that return types with arguments of type ExternalReferenceModifier and TypeMethodDescriptionPartyExternalReferenceAttributeMapper.getPmExternalReferenceEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.party with type arguments of type ExternalReferenceModifierConstructorDescriptionPartyExternalReferenceAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<ExternalReference, PmExternalReferenceModel> pmExternalReferenceEntityResourceNormalizer) Deprecated.