Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PoRelationshipRef
Packages that use PoRelationshipRef
Package
Description
-
Uses of PoRelationshipRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.porelationshipref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.porelationshipref with parameters of type PoRelationshipRefModifier and TypeMethodDescriptionvoidPoRelationshipRefHrefAttributeMapper.populateTargetAttributeFromSource(ProductData source, PoRelationshipRef target, ma.glasnost.orika.MappingContext context) voidPoRelationshipRefIdAttributeMapper.populateTargetAttributeFromSource(ProductData source, PoRelationshipRef target, ma.glasnost.orika.MappingContext context) voidPoRelationshipRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(ProductData source, PoRelationshipRef target, ma.glasnost.orika.MappingContext context) -
Uses of PoRelationshipRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PoRelationshipRefModifier and TypeMethodDescriptionPoRelationshipRef.atreferredType(String atreferredType) PoRelationshipRef.poAttributeType(PoRelationshipRef.PoAttributeTypeEnum poAttributeType) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PoRelationshipRefModifier and TypeMethodDescription@Valid List<PoRelationshipRef>ProdOfferPriceAllowance.getPoRelationship()Represents the product offering affected, or required by the price.@Valid List<PoRelationshipRef>ProductOfferingPrice.getPoRelationship()Represents the product offering affected, or required by the price.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PoRelationshipRefModifier and TypeMethodDescriptionProdOfferPriceAllowance.addPoRelationshipItem(PoRelationshipRef poRelationshipItem) ProductOfferingPrice.addPoRelationshipItem(PoRelationshipRef poRelationshipItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PoRelationshipRefModifier and TypeMethodDescriptionProdOfferPriceAllowance.poRelationship(List<PoRelationshipRef> poRelationship) ProductOfferingPrice.poRelationship(List<PoRelationshipRef> poRelationship) voidProdOfferPriceAllowance.setPoRelationship(List<PoRelationshipRef> poRelationship) voidProductOfferingPrice.setPoRelationship(List<PoRelationshipRef> poRelationship) -
Uses of PoRelationshipRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type PoRelationshipRefModifier and TypeMethodDescription@Valid List<PoRelationshipRef>PriceContext.getPoRelationship()Represents the product offering affected, or required by the price.Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PoRelationshipRefModifier and TypeMethodDescriptionPriceContext.addPoRelationshipItem(PoRelationshipRef poRelationshipItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type PoRelationshipRefModifier and TypeMethodDescriptionPriceContext.poRelationship(List<PoRelationshipRef> poRelationship) voidPriceContext.setPoRelationship(List<PoRelationshipRef> poRelationship)