Interface CategorySiteMapGeneratorConfiguration
- All Superinterfaces:
Serializable,org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration
- All Known Implementing Classes:
CategorySiteMapGeneratorConfigurationImpl
public interface CategorySiteMapGeneratorConfiguration
extends org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration
CategorySiteMapGenerator is controlled by this configuration.
- Author:
- Joshua Skorton (jskorton)
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the ending depth.Returns the root category.intReturns the starting depth.voidsetEndingDepth(int endingDepth) Sets the ending depth.voidsetRootCategory(Category rootCategory) Sets the root category.voidsetStartingDepth(int startingDepth) Sets the starting depth.Methods inherited from interface org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration
getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriority
-
Method Details
-
getRootCategory
Category getRootCategory()Returns the root category.- Returns:
-
setRootCategory
Sets the root category.- Parameters:
rootCategory-
-
getStartingDepth
int getStartingDepth()Returns the starting depth.- Returns:
-
setStartingDepth
void setStartingDepth(int startingDepth) Sets the starting depth.- Parameters:
startingDepth-
-
getEndingDepth
int getEndingDepth()Returns the ending depth.- Returns:
-
setEndingDepth
void setEndingDepth(int endingDepth) Sets the ending depth.- Parameters:
endingDepth-
-