@ProviderType
public interface CookiesConfigurationProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
CookiesBannerConfiguration |
getCookiesBannerConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
CookiesConsentConfiguration |
getCookiesConsentConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
CookiesPreferenceHandlingConfiguration |
getCookiesPreferenceHandlingConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getGroupConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getSystemConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isCookiesPreferenceHandlingConfigurationDefined(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK) |
boolean |
isCookiesPreferenceHandlingEnabled(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK) |
boolean |
isCookiesPreferenceHandlingExplicitConsentMode(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK) |
void |
resetCookiesPreferenceHandlingConfiguration(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK) |
void |
updateCookiesPreferenceHandlingConfiguration(boolean enabled,
boolean explicitConsentMode,
com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK) |
java.lang.String getCompanyConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CookiesBannerConfiguration getCookiesBannerConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
CookiesConsentConfiguration getCookiesConsentConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
CookiesPreferenceHandlingConfiguration getCookiesPreferenceHandlingConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
java.lang.String getGroupConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getSystemConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isCookiesPreferenceHandlingConfigurationDefined(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws java.lang.Exception
java.lang.Exception
boolean isCookiesPreferenceHandlingEnabled(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
boolean isCookiesPreferenceHandlingExplicitConsentMode(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK)
void resetCookiesPreferenceHandlingConfiguration(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void updateCookiesPreferenceHandlingConfiguration(boolean enabled, boolean explicitConsentMode, com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope, long scopePK) throws java.lang.Exception
java.lang.Exception