Class DefaultSLRetrieveChannelStrategy
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.impl.servicelayer.DefaultSLRetrieveChannelStrategy
-
- All Implemented Interfaces:
RetrieveChannelStrategy
public class DefaultSLRetrieveChannelStrategy extends java.lang.Object implements RetrieveChannelStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultSLRetrieveChannelStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PriceRowChannel>getAllChannels()PriceRowChannelgetChannel(SessionContext sessionContext)voidsetEnumerationService(EnumerationService enumerationService)voidsetSessionService(SessionService sessionService)
-
-
-
Method Detail
-
getChannel
public PriceRowChannel getChannel(SessionContext sessionContext)
- Specified by:
getChannelin interfaceRetrieveChannelStrategy
-
getAllChannels
public java.util.List<PriceRowChannel> getAllChannels()
- Specified by:
getAllChannelsin interfaceRetrieveChannelStrategy
-
setEnumerationService
public void setEnumerationService(EnumerationService enumerationService)
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-