Class CategorySiteMapGeneratorConfigurationImpl

java.lang.Object
org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
org.broadleafcommerce.core.catalog.domain.CategorySiteMapGeneratorConfigurationImpl
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration, CategorySiteMapGeneratorConfiguration

@Entity public class CategorySiteMapGeneratorConfigurationImpl extends org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl implements CategorySiteMapGeneratorConfiguration
CategorySiteMapGenerator is controlled by this configuration.
Author:
Joshua Skorton (jskorton)
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected Category
     
    protected int
     

    Fields inherited from class org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl

    changeFreq, disabled, generatorType, id, priority, siteMapConfiguration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns the ending depth.
    Returns the root category.
    int
    Returns the starting depth.
    int
     
    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 class org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl

    getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriority

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfiguration

    getId, getSiteMapChangeFreq, getSiteMapConfiguration, getSiteMapGeneratorType, getSiteMapPriority, isDisabled, setDisabled, setId, setSiteMapChangeFreq, setSiteMapConfiguration, setSiteMapGeneratorType, setSiteMapPriority