Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static int PRECEDENCE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      CdsCxOccInterceptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • 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
    • Constructor Detail

      • CdsCxOccInterceptor

        public CdsCxOccInterceptor()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • 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: 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.