Interface SitemapConfigurationManager


@ProviderType public interface SitemapConfigurationManager
  • Method Details

    • getCompanySitemapGroupIds

      Long[] getCompanySitemapGroupIds(long companyId) throws Exception
      Throws:
      Exception
    • getCompanySitemapObjectDefinitionIds

      Long[] getCompanySitemapObjectDefinitionIds(long companyId) throws Exception
      Throws:
      Exception
    • includeCategoriesCompanyEnabled

      boolean includeCategoriesCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • includeCategoriesGroupEnabled

      boolean includeCategoriesGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • includePagesCompanyEnabled

      boolean includePagesCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • includePagesGroupEnabled

      boolean includePagesGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • includeWebContentCompanyEnabled

      boolean includeWebContentCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • includeWebContentGroupEnabled

      boolean includeWebContentGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • saveSitemapCompanyConfiguration

      void saveSitemapCompanyConfiguration(long companyId, long[] companySitemapGroupIds, long[] companySitemapObjectDefinitionIds, boolean includeCategories, boolean includePages, boolean includeWebContent, boolean xmlSitemapIndexEnabled) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • saveSitemapGroupConfiguration

      void saveSitemapGroupConfiguration(long groupId, boolean includeCategories, boolean includePages, boolean includeWebContent) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • xmlSitemapIndexCompanyEnabled

      boolean xmlSitemapIndexCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException