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 AbstractCxOccInterceptor
Deprecated, 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.OCCConsentLayerFilter
Interceptor for personalization process called in Commerce Web Services (OCC) which set attributes needed by CDS
  • Field Details

    • PRECEDENCE

      public static final int PRECEDENCE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • CdsCxOccInterceptor

      public CdsCxOccInterceptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • 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: CxOccInterceptor
      Method called before final vote will be executed
      Parameters:
      request - Http request
      vote - 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.