Interface SegmentsConfigurationProvider


@ProviderType public interface SegmentsConfigurationProvider
  • 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