Interface SitemapConfigurationManager
@ProviderType
public interface SitemapConfigurationManager
-
Method Summary
Modifier and TypeMethodDescriptionLong[]getCompanySitemapGroupIds(long companyId) booleanincludeCategoriesCompanyEnabled(long companyId) booleanincludeCategoriesGroupEnabled(long companyId, long groupId) booleanincludePagesCompanyEnabled(long companyId) booleanincludePagesGroupEnabled(long companyId, long groupId) booleanincludeWebContentCompanyEnabled(long companyId) booleanincludeWebContentGroupEnabled(long companyId, long groupId) voidsaveSitemapCompanyConfiguration(long companyId, long[] companySitemapGroupIds, boolean includeCategories, boolean includePages, boolean includeWebContent, boolean xmlSitemapIndexEnabled) voidsaveSitemapGroupConfiguration(long groupId, boolean includeCategories, boolean includePages, boolean includeWebContent) booleanxmlSitemapIndexCompanyEnabled(long companyId)
-
Method Details
-
getCompanySitemapGroupIds
- 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, 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
-