Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PopRelationship
Packages that use PopRelationship
Package
Description
-
Uses of PopRelationship in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PopRelationshipModifier and TypeMethodDescriptionPopRelationship.atReferredType(String atReferredType) PopRelationship.relationshipType(String relationshipType) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PopRelationshipModifier and TypeMethodDescription@Valid List<PopRelationship>ProductOfferingPrice.getPopRelationship()Not Sent.@Valid List<PopRelationship>ProductOfferingPriceUnderscoreCreate.getPopRelationship()Get popRelationship@Valid List<PopRelationship>ProductOfferingPriceUnderscoreUpdate.getPopRelationship()Get popRelationshipMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PopRelationshipModifier and TypeMethodDescriptionProductOfferingPrice.addPopRelationshipItem(PopRelationship popRelationshipItem) ProductOfferingPriceUnderscoreCreate.addPopRelationshipItem(PopRelationship popRelationshipItem) ProductOfferingPriceUnderscoreUpdate.addPopRelationshipItem(PopRelationship popRelationshipItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PopRelationshipModifier and TypeMethodDescriptionProductOfferingPrice.popRelationship(List<PopRelationship> popRelationship) ProductOfferingPriceUnderscoreCreate.popRelationship(List<PopRelationship> popRelationship) ProductOfferingPriceUnderscoreUpdate.popRelationship(List<PopRelationship> popRelationship) voidProductOfferingPrice.setPopRelationship(List<PopRelationship> popRelationship) voidProductOfferingPriceUnderscoreCreate.setPopRelationship(List<PopRelationship> popRelationship) voidProductOfferingPriceUnderscoreUpdate.setPopRelationship(List<PopRelationship> popRelationship) -
Uses of PopRelationship in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type PopRelationshipModifier and TypeMethodDescription@Valid List<PopRelationship>ProductOfferingPrice.getPopRelationship()not sentMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PopRelationshipModifier and TypeMethodDescriptionProductOfferingPrice.addPopRelationshipItem(PopRelationship popRelationshipItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type PopRelationshipModifier and TypeMethodDescriptionProductOfferingPrice.popRelationship(List<PopRelationship> popRelationship) voidProductOfferingPrice.setPopRelationship(List<PopRelationship> popRelationship) -
Uses of PopRelationship in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.poprelationship
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.poprelationship with parameters of type PopRelationshipModifier and TypeMethodDescriptionvoidPopRelationshipAtTypeAttributeMapper.populateTargetAttributeFromSource(TmaProdOfferPriceAlterationData source, PopRelationship target, ma.glasnost.orika.MappingContext context) voidPopRelationshipHrefAttributeMapper.populateTargetAttributeFromSource(TmaProductOfferingPriceData source, PopRelationship target, ma.glasnost.orika.MappingContext context) voidPopRelationshipRefferedTypeAttributeMapper.populateTargetAttributeFromSource(TmaProdOfferPriceAlterationData source, PopRelationship target, ma.glasnost.orika.MappingContext context) voidPopRelationshipRelationshipTypeAttributeMapper.populateTargetAttributeFromSource(TmaProdOfferPriceAlterationData source, PopRelationship target, ma.glasnost.orika.MappingContext context)