Class CxProcessParameterUserConsentsStrategy
- java.lang.Object
-
- de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
-
- de.hybris.platform.personalizationservices.process.strategies.impl.CxProcessParameterUserConsentsStrategy
-
- All Implemented Interfaces:
CxProcessParameterStrategy
public class CxProcessParameterUserConsentsStrategy extends AbstractCxProcessParameterStrategy
-
-
Constructor Summary
Constructors Constructor Description CxProcessParameterUserConsentsStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getSessionConsents()protected SessionServicegetSessionService()voidload(CxPersonalizationProcessModel process)protected voidsetSessionConsents(java.util.Map sessionConsents)voidsetSessionService(SessionService sessionService)voidstore(CxPersonalizationProcessModel process)-
Methods inherited from class de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
consumeProcessParameter, getProcessParameterHelper, getSupportedParameters, setProcessParameterHelper, setSupportedParameters, supports
-
-
-
-
Method Detail
-
load
public void load(CxPersonalizationProcessModel process)
-
store
public void store(CxPersonalizationProcessModel process)
-
setSessionConsents
protected void setSessionConsents(java.util.Map sessionConsents)
-
getSessionConsents
public java.util.Map<java.lang.String,java.lang.String> getSessionConsents()
-
getSessionService
protected SessionService getSessionService()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-