Class CdsCxOccInterceptor
- java.lang.Object
-
- de.hybris.platform.personalizationservices.occ.impl.AbstractCxOccInterceptor
-
- de.hybris.platform.personalizationyprofile.occ.CdsCxOccInterceptor
-
- All Implemented Interfaces:
CxOccInterceptor,org.springframework.core.Ordered,org.springframework.integration.context.Orderable
@Deprecated(since="2005", forRemoval=true) public class CdsCxOccInterceptor extends AbstractCxOccInterceptorDeprecated, for removal: This API element is subject to removal in a future version.Since 2005 This functionality is already covered by com.hybris.yprofile.consent.filters.OCCConsentLayerFilterInterceptor for personalization process called in Commerce Web Services (OCC) which set attributes needed by CDS
-
-
Field Summary
Fields Modifier and Type Field Description static intPRECEDENCEDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description CdsCxOccInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbeforeVoteExecution(javax.servlet.http.HttpServletRequest request, Vote vote)Deprecated, for removal: This API element is subject to removal in a future version.Method called before final vote will be executedprotected booleangetConsentGivenValue(javax.servlet.http.HttpServletRequest request)Deprecated, for removal: This API element is subject to removal in a future version.protected ConsentServicegetConsentService()Deprecated, for removal: This API element is subject to removal in a future version.protected SessionServicegetSessionService()Deprecated, for removal: This API element is subject to removal in a future version.booleanisEnabled()Deprecated, for removal: This API element is subject to removal in a future version.voidsetConsentService(ConsentService consentService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetEnabled(boolean enabled)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSessionService(SessionService sessionService)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.personalizationservices.occ.impl.AbstractCxOccInterceptor
getDefaultVote, getOrder, setOrder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.personalizationservices.occ.CxOccInterceptor
afterVoteExecution, beforeGetVote, shouldPersonalizeRequest, shouldPersonalizeRequestVote
-
-
-
-
Field Detail
-
PRECEDENCE
public static final int PRECEDENCE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Method Detail
-
beforeVoteExecution
public void beforeVoteExecution(javax.servlet.http.HttpServletRequest request, Vote vote)Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CxOccInterceptorMethod called before final vote will be executed- Parameters:
request- Http requestvote- Final vote which will be executed
-
getConsentGivenValue
protected boolean getConsentGivenValue(javax.servlet.http.HttpServletRequest request)
Deprecated, for removal: This API element is subject to removal in a future version.
-
isEnabled
public boolean isEnabled()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setEnabled
public void setEnabled(boolean enabled)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSessionService
protected SessionService getSessionService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSessionService
public void setSessionService(SessionService sessionService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getConsentService
protected ConsentService getConsentService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setConsentService
public void setConsentService(ConsentService consentService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-