Class CxProcessParameterConsentReferenceStrategy
- java.lang.Object
-
- de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
-
- de.hybris.platform.personalizationyprofile.strategy.impl.CxProcessParameterConsentReferenceStrategy
-
- All Implemented Interfaces:
CxProcessParameterStrategy
public class CxProcessParameterConsentReferenceStrategy extends AbstractCxProcessParameterStrategy
-
-
Constructor Summary
Constructors Constructor Description CxProcessParameterConsentReferenceStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConsentService
getConsentService()
java.lang.String
getProfileId()
protected SessionService
getSessionService()
void
load(CxPersonalizationProcessModel process)
protected void
setConsentGiven(java.lang.Boolean value)
void
setConsentService(ConsentService consentService)
protected void
setProfileId(java.lang.String profileId)
void
setSessionService(SessionService sessionService)
void
store(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)
-
setProfileId
protected void setProfileId(java.lang.String profileId)
-
getProfileId
public java.lang.String getProfileId()
-
setConsentGiven
protected void setConsentGiven(java.lang.Boolean value)
-
getConsentService
protected ConsentService getConsentService()
-
setConsentService
public void setConsentService(ConsentService consentService)
-
getSessionService
protected SessionService getSessionService()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-