@ProviderType
public interface SegmentsConfigurationProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompanyConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isRoleSegmentationEnabled() |
boolean |
isRoleSegmentationEnabled(long companyId) |
boolean |
isSegmentationEnabled() |
boolean |
isSegmentationEnabled(long companyId) |
boolean |
isSegmentsCompanyConfigurationDefined(long companyId) |
void |
resetSegmentsCompanyConfiguration(long companyId) |
void |
updateSegmentsCompanyConfiguration(long companyId,
SegmentsCompanyConfiguration segmentsCompanyConfiguration) |
java.lang.String getCompanyConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isRoleSegmentationEnabled()
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionboolean isRoleSegmentationEnabled(long companyId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionboolean isSegmentationEnabled()
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionboolean isSegmentationEnabled(long companyId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionboolean isSegmentsCompanyConfigurationDefined(long companyId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionvoid resetSegmentsCompanyConfiguration(long companyId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionvoid updateSegmentsCompanyConfiguration(long companyId,
SegmentsCompanyConfiguration segmentsCompanyConfiguration)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException