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 ConsentServicegetConsentService()java.lang.StringgetProfileId()protected SessionServicegetSessionService()voidload(CxPersonalizationProcessModel process)protected voidsetConsentGiven(java.lang.Boolean value)voidsetConsentService(ConsentService consentService)protected voidsetProfileId(java.lang.String profileId)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)
-
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)
-
-