@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.PortalException
java.lang.String getConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isRoleSegmentationEnabled() throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean isRoleSegmentationEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean isSegmentationEnabled() throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean isSegmentationEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean isSegmentsCompanyConfigurationDefined(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void resetSegmentsCompanyConfiguration(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void updateSegmentsCompanyConfiguration(long companyId, SegmentsCompanyConfiguration segmentsCompanyConfiguration) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException