Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ChannelRef
Packages that use ChannelRef
Package
Description
-
Uses of ChannelRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.channelref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.channelref with parameters of type ChannelRefModifier and TypeMethodDescriptionvoidChannelRefHrefAttributeMapper.populateTargetAttributeFromSource(PriceRowChannel source, ChannelRef target, ma.glasnost.orika.MappingContext context) voidChannelRefIdAttributeMapper.populateTargetAttributeFromSource(PriceRowChannel source, ChannelRef target, ma.glasnost.orika.MappingContext context) voidChannelRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(PriceRowChannel source, ChannelRef target, ma.glasnost.orika.MappingContext context) -
Uses of ChannelRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ChannelRefModifier and TypeMethodDescriptionChannelRef.atreferredType(String atreferredType) @Valid ChannelRefRecommendation.getChannel()Get channelMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ChannelRefModifier and TypeMethodDescription@Valid List<ChannelRef>ProdOfferPriceAllowance.getChannel()Get channel@Valid List<ChannelRef>ProductOffering.getChannel()Get channel@Valid List<ChannelRef>ProductOfferingPrice.getChannel()Get channel@Valid List<ChannelRef>ProductOfferingUnderscoreCreate.getChannel()Get channel@Valid List<ChannelRef>ProductOfferingUnderscoreUpdate.getChannel()Get channelMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ChannelRefModifier and TypeMethodDescriptionProdOfferPriceAllowance.addChannelItem(ChannelRef channelItem) ProductOffering.addChannelItem(ChannelRef channelItem) ProductOfferingPrice.addChannelItem(ChannelRef channelItem) ProductOfferingUnderscoreCreate.addChannelItem(ChannelRef channelItem) ProductOfferingUnderscoreUpdate.addChannelItem(ChannelRef channelItem) Recommendation.channel(ChannelRef channel) voidRecommendation.setChannel(ChannelRef channel) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ChannelRefModifier and TypeMethodDescriptionProdOfferPriceAllowance.channel(List<ChannelRef> channel) ProductOffering.channel(List<ChannelRef> channel) ProductOfferingPrice.channel(List<ChannelRef> channel) ProductOfferingUnderscoreCreate.channel(List<ChannelRef> channel) ProductOfferingUnderscoreUpdate.channel(List<ChannelRef> channel) voidProdOfferPriceAllowance.setChannel(List<ChannelRef> channel) voidProductOffering.setChannel(List<ChannelRef> channel) voidProductOfferingPrice.setChannel(List<ChannelRef> channel) voidProductOfferingUnderscoreCreate.setChannel(List<ChannelRef> channel) voidProductOfferingUnderscoreUpdate.setChannel(List<ChannelRef> channel) -
Uses of ChannelRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type ChannelRefModifier and TypeMethodDescription@Valid List<ChannelRef>PriceContext.getChannel()Get channel@Valid List<ChannelRef>ProductOffering.getChannel()Not SentMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type ChannelRefModifier and TypeMethodDescriptionPriceContext.addChannelItem(ChannelRef channelItem) ProductOffering.addChannelItem(ChannelRef channelItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type ChannelRefModifier and TypeMethodDescriptionPriceContext.channel(List<ChannelRef> channel) ProductOffering.channel(List<ChannelRef> channel) voidPriceContext.setChannel(List<ChannelRef> channel) voidProductOffering.setChannel(List<ChannelRef> channel)