Interface SegmentsConfigurationProvider
@ProviderType
public interface SegmentsConfigurationProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetCompanyConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) getConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) booleanbooleanisRoleSegmentationEnabled(long companyId) booleanbooleanisSegmentationEnabled(long companyId) booleanisSegmentsCompanyConfigurationDefined(long companyId) voidresetSegmentsCompanyConfiguration(long companyId) voidupdateSegmentsCompanyConfiguration(long companyId, SegmentsCompanyConfiguration segmentsCompanyConfiguration)
-
Method Details
-
getCompanyConfigurationURL
String getCompanyConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getConfigurationURL
String getConfigurationURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
isRoleSegmentationEnabled
boolean isRoleSegmentationEnabled() throws com.liferay.portal.kernel.module.configuration.ConfigurationException- Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
isRoleSegmentationEnabled
boolean isRoleSegmentationEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
isSegmentationEnabled
boolean isSegmentationEnabled() throws com.liferay.portal.kernel.module.configuration.ConfigurationException- Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
isSegmentationEnabled
boolean isSegmentationEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
isSegmentsCompanyConfigurationDefined
boolean isSegmentsCompanyConfigurationDefined(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
resetSegmentsCompanyConfiguration
void resetSegmentsCompanyConfiguration(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
updateSegmentsCompanyConfiguration
void updateSegmentsCompanyConfiguration(long companyId, SegmentsCompanyConfiguration segmentsCompanyConfiguration) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-