Class SAPCxSegmentIDsParameterStrategy
java.lang.Object
de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
com.sap.sapsegmentationservices.process.strategy.SAPCxSegmentIDsParameterStrategy
- All Implemented Interfaces:
de.hybris.platform.personalizationservices.process.strategies.CxProcessParameterStrategy
public class SAPCxSegmentIDsParameterStrategy
extends de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
Parameter Strategy to transfer URL Segments from Session to Process model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.servicelayer.session.SessionServicevoidload(CxPersonalizationProcessModel process) Transfers the URL Segments from process model to Session for recalculationvoidsetSessionService(de.hybris.platform.servicelayer.session.SessionService sessionService) voidstore(CxPersonalizationProcessModel process) Transfers the URL Segments from Session to process model for recalculationMethods inherited from class de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
consumeProcessParameter, getProcessParameterHelper, getSupportedParameters, setProcessParameterHelper, setSupportedParameters, supports
-
Constructor Details
-
SAPCxSegmentIDsParameterStrategy
public SAPCxSegmentIDsParameterStrategy()
-
-
Method Details
-
load
Transfers the URL Segments from process model to Session for recalculation -
store
Transfers the URL Segments from Session to process model for recalculation -
getSessionService
public de.hybris.platform.servicelayer.session.SessionService getSessionService() -
setSessionService
public void setSessionService(de.hybris.platform.servicelayer.session.SessionService sessionService)
-