Uses of Class
de.hybris.platform.europe1.enums.PriceRowChannel
Packages that use PriceRowChannel
Package
Description
Contains generated models for each type of de.hybris.platform.b2ctelcoservices.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.europe1.jalo package.
-
Uses of PriceRowChannel in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.price
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.price with parameters of type PriceRowChannelModifier and TypeMethodDescriptionvoidTmaChannelIdAttributeMapper.populateTargetAttributeFromSource(PriceRowChannel source, ChannelWsDTO target, ma.glasnost.orika.MappingContext context) -
Uses of PriceRowChannel in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return types with arguments of type PriceRowChannelModifier and TypeMethodDescriptionTmaProductOfferingModel.getDistributionChannels()Generated method - Getter of theTmaProductOffering.distributionChannelsattribute defined at extensiontuadatacommonsservices.Method parameters in de.hybris.platform.b2ctelcoservices.model with type arguments of type PriceRowChannelModifier and TypeMethodDescriptionvoidTmaProductOfferingModel.setDistributionChannels(Set<PriceRowChannel> value) Generated method - Setter ofTmaProductOffering.distributionChannelsattribute defined at extensiontuadatacommonsservices. -
Uses of PriceRowChannel in de.hybris.platform.b2ctelcoservices.pricing.dao
Methods in de.hybris.platform.b2ctelcoservices.pricing.dao that return PriceRowChannelModifier and TypeMethodDescriptionprotected PriceRowChannelTmaPriceRowChannelConditionBuilder.getSessionChannel()Deprecated.Returns the session price row channel.protected PriceRowChannelTmaSppChannelConditionBuilder.getSessionChannel()Returns the session price row channel. -
Uses of PriceRowChannel in de.hybris.platform.b2ctelcotmfwebservices.mappers.channelref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.channelref with parameters of type PriceRowChannelModifier 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 PriceRowChannel in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type PriceRowChannelMethod parameters in de.hybris.platform.commercefacades.product.data with type arguments of type PriceRowChannelModifier and TypeMethodDescriptionvoidPriceData.setDistributionChannels(Set<PriceRowChannel> distributionChannels) -
Uses of PriceRowChannel in de.hybris.platform.europe1.enums
Fields in de.hybris.platform.europe1.enums declared as PriceRowChannelModifier and TypeFieldDescriptionstatic final PriceRowChannelPriceRowChannel.DESKTOPGenerated enum value for PriceRowChannel.desktop declared at extension europe1.static final PriceRowChannelPriceRowChannel.MOBILEGenerated enum value for PriceRowChannel.mobile declared at extension europe1.Methods in de.hybris.platform.europe1.enums that return PriceRowChannelModifier and TypeMethodDescriptionstatic PriceRowChannelReturns a PriceRowChannel instance representing the specified enum value. -
Uses of PriceRowChannel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return PriceRowChannelModifier and TypeMethodDescriptionPriceRowModel.getChannel()Generated method - Getter of thePriceRow.channelattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model that return types with arguments of type PriceRowChannelModifier and TypeMethodDescriptionPriceRowModel.getDistributionChannels()Generated method - Getter of thePriceRow.distributionChannelsattribute defined at extensiontuadatacommonsservices.Methods in de.hybris.platform.europe1.model with parameters of type PriceRowChannelModifier and TypeMethodDescriptionvoidPriceRowModel.setChannel(PriceRowChannel value) Generated method - Setter ofPriceRow.channelattribute defined at extensioneurope1.Method parameters in de.hybris.platform.europe1.model with type arguments of type PriceRowChannelModifier and TypeMethodDescriptionvoidPriceRowModel.setDistributionChannels(Set<PriceRowChannel> value) Generated method - Setter ofPriceRow.distributionChannelsattribute defined at extensiontuadatacommonsservices.