@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.PortalExceptionCookiesBannerConfiguration getCookiesBannerConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.ExceptionCookiesConsentConfiguration getCookiesConsentConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.ExceptionCookiesPreferenceHandlingConfiguration getCookiesPreferenceHandlingConfiguration(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exceptionjava.lang.String getGroupConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getSystemConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isCookiesPreferenceHandlingConfigurationDefined(com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK)
throws java.lang.Exception
java.lang.Exceptionboolean 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.ConfigurationExceptionvoid updateCookiesPreferenceHandlingConfiguration(boolean enabled,
boolean explicitConsentMode,
com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.Scope scope,
long scopePK)
throws java.lang.Exception
java.lang.Exception