Class DefaultRetrieveChannelStrategy
- java.lang.Object
-
- de.hybris.platform.europe1.channel.strategies.impl.DefaultRetrieveChannelStrategy
-
- All Implemented Interfaces:
RetrieveChannelStrategy
public class DefaultRetrieveChannelStrategy extends java.lang.Object implements RetrieveChannelStrategy
Default strategy implementation for retrieving channels from theSessionContext.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCHANNELprotected static java.lang.StringDETECTED_UI_EXPERIENCE_LEVEL
-
Constructor Summary
Constructors Constructor Description DefaultRetrieveChannelStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PriceRowChannel>getAllChannels()PriceRowChannelgetChannel(SessionContext ctx)voidsetEnumerationService(EnumerationService enumerationService)
-
-
-
Field Detail
-
CHANNEL
protected static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
-
DETECTED_UI_EXPERIENCE_LEVEL
protected static final java.lang.String DETECTED_UI_EXPERIENCE_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getChannel
public PriceRowChannel getChannel(SessionContext ctx)
- Specified by:
getChannelin interfaceRetrieveChannelStrategy
-
getAllChannels
public java.util.List<PriceRowChannel> getAllChannels()
- Specified by:
getAllChannelsin interfaceRetrieveChannelStrategy
-
setEnumerationService
public void setEnumerationService(EnumerationService enumerationService)
-
-