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 Type
    Method
    Description
    int
    Returns the ending depth.
    Returns the root category.
    int
    Returns the starting depth.
    void
    setEndingDepth(int endingDepth)
    Sets the ending depth.
    void
    setRootCategory(Category rootCategory)
    Sets the root category.
    void
    setStartingDepth(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

      void setRootCategory(Category rootCategory)
      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 -