@ProviderType
public interface SitemapConfigurationManager
Modifier and Type | Method and Description |
---|---|
java.lang.Long[] |
getCompanySitemapGroupIds(long companyId) |
boolean |
includeCategoriesCompanyEnabled(long companyId) |
boolean |
includeCategoriesGroupEnabled(long companyId,
long groupId) |
boolean |
includePagesCompanyEnabled(long companyId) |
boolean |
includePagesGroupEnabled(long companyId,
long groupId) |
boolean |
includeWebContentCompanyEnabled(long companyId) |
boolean |
includeWebContentGroupEnabled(long companyId,
long groupId) |
void |
saveSitemapCompanyConfiguration(long companyId,
long[] companySitemapGroupIds,
boolean includeCategories,
boolean includePages,
boolean includeWebContent,
boolean xmlSitemapIndexEnabled) |
void |
saveSitemapGroupConfiguration(long groupId,
boolean includeCategories,
boolean includePages,
boolean includeWebContent) |
boolean |
xmlSitemapIndexCompanyEnabled(long companyId) |
java.lang.Long[] getCompanySitemapGroupIds(long companyId) throws java.lang.Exception
java.lang.Exception
boolean includeCategoriesCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean includeCategoriesGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean includePagesCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean includePagesGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean includeWebContentCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean includeWebContentGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void saveSitemapCompanyConfiguration(long companyId, long[] companySitemapGroupIds, boolean includeCategories, boolean includePages, boolean includeWebContent, boolean xmlSitemapIndexEnabled) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void saveSitemapGroupConfiguration(long groupId, boolean includeCategories, boolean includePages, boolean includeWebContent) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean xmlSitemapIndexCompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException