Interface RetrieveChannelStrategy
-
- All Known Implementing Classes:
DefaultRetrieveChannelStrategy,DefaultSLRetrieveChannelStrategy
public interface RetrieveChannelStrategyStrategy for retrieving the channel information from session context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PriceRowChannel>getAllChannels()PriceRowChannelgetChannel(SessionContext sessionContext)
-
-
-
Method Detail
-
getChannel
PriceRowChannel getChannel(SessionContext sessionContext)
-
getAllChannels
java.util.List<PriceRowChannel> getAllChannels()
-
-