Uses of Class
de.hybris.platform.europe1.enums.PriceRowChannel
-
Packages that use PriceRowChannel Package Description de.hybris.platform.europe1.channel.strategies de.hybris.platform.europe1.channel.strategies.impl de.hybris.platform.europe1.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.europe1.jalo de.hybris.platform.europe1.model Contains generated models for each type of de.hybris.platform.europe1.jalo package.de.hybris.platform.order.strategies.calculation.impl.servicelayer -
-
Uses of PriceRowChannel in de.hybris.platform.europe1.channel.strategies
Methods in de.hybris.platform.europe1.channel.strategies that return PriceRowChannel Modifier and Type Method Description PriceRowChannelRetrieveChannelStrategy. getChannel(SessionContext sessionContext)Methods in de.hybris.platform.europe1.channel.strategies that return types with arguments of type PriceRowChannel Modifier and Type Method Description java.util.List<PriceRowChannel>RetrieveChannelStrategy. getAllChannels() -
Uses of PriceRowChannel in de.hybris.platform.europe1.channel.strategies.impl
Methods in de.hybris.platform.europe1.channel.strategies.impl that return PriceRowChannel Modifier and Type Method Description PriceRowChannelDefaultRetrieveChannelStrategy. getChannel(SessionContext ctx)Methods in de.hybris.platform.europe1.channel.strategies.impl that return types with arguments of type PriceRowChannel Modifier and Type Method Description java.util.List<PriceRowChannel>DefaultRetrieveChannelStrategy. getAllChannels() -
Uses of PriceRowChannel in de.hybris.platform.europe1.enums
Fields in de.hybris.platform.europe1.enums declared as PriceRowChannel Modifier and Type Field Description static PriceRowChannelPriceRowChannel. DESKTOPGenerated enum value for PriceRowChannel.desktop declared at extension europe1.static PriceRowChannelPriceRowChannel. MOBILEGenerated enum value for PriceRowChannel.mobile declared at extension europe1.Methods in de.hybris.platform.europe1.enums that return PriceRowChannel Modifier and Type Method Description static PriceRowChannelPriceRowChannel. valueOf(java.lang.String code)Returns a PriceRowChannel instance representing the specified enum value. -
Uses of PriceRowChannel in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo with parameters of type PriceRowChannel Modifier and Type Method Description protected java.util.List<PriceRow>Europe1PriceFactory. filterPriceRows4Info(java.util.Collection<PriceRow> rows, Currency curr, java.util.Date date, PriceRowChannel channel)Filters price rows which do not match the given parameters.protected java.util.List<PriceRow>Europe1PriceFactory. filterPriceRows4Price(java.util.Collection<PriceRow> rows, long _quantity, Unit unit, Currency curr, java.util.Date date, boolean giveAwayMode, PriceRowChannel channel)Filters price rows which do not match the given parameters. -
Uses of PriceRowChannel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return PriceRowChannel Modifier and Type Method Description PriceRowChannelPriceRowModel. getChannel()Generated method - Getter of thePriceRow.channelattribute defined at extensioneurope1.Methods in de.hybris.platform.europe1.model with parameters of type PriceRowChannel Modifier and Type Method Description voidPriceRowModel. setChannel(PriceRowChannel value)Generated method - Setter ofPriceRow.channelattribute defined at extensioneurope1. -
Uses of PriceRowChannel in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return PriceRowChannel Modifier and Type Method Description PriceRowChannelDefaultSLRetrieveChannelStrategy. getChannel(SessionContext sessionContext)Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return types with arguments of type PriceRowChannel Modifier and Type Method Description java.util.List<PriceRowChannel>DefaultSLRetrieveChannelStrategy. getAllChannels()
-