Interface CookiesConfigurationProvider


@ProviderType public interface CookiesConfigurationProvider
  • Method Details

    • getCompanyConfigurationURL

      String getCompanyConfigurationURL(jakarta.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCookiesBannerConfiguration

      CookiesBannerConfiguration getCookiesBannerConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception
    • getCookiesConsentConfiguration

      CookiesConsentConfiguration getCookiesConsentConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception
    • getCookiesPreferenceHandlingConfiguration

      CookiesPreferenceHandlingConfiguration getCookiesPreferenceHandlingConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception
    • getGroupConfigurationURL

      String getGroupConfigurationURL(jakarta.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSystemConfigurationURL

      String getSystemConfigurationURL(jakarta.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isCookiesPreferenceHandlingConfigurationDefined

      boolean isCookiesPreferenceHandlingConfigurationDefined(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws Exception
      Throws:
      Exception
    • isCookiesPreferenceHandlingEnabled

      boolean isCookiesPreferenceHandlingEnabled(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
    • isCookiesPreferenceHandlingExplicitConsentMode

      boolean isCookiesPreferenceHandlingExplicitConsentMode(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
    • resetCookiesPreferenceHandlingConfiguration

      void resetCookiesPreferenceHandlingConfiguration(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • updateCookiesPreferenceHandlingConfiguration

      void updateCookiesPreferenceHandlingConfiguration(boolean enabled, boolean explicitConsentMode, com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws Exception
      Throws:
      Exception