Class CustomUrlSiteMapGeneratorConfigurationImpl
java.lang.Object
org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
org.broadleafcommerce.common.sitemap.domain.CustomUrlSiteMapGeneratorConfigurationImpl
- All Implemented Interfaces:
Serializable
,CustomUrlSiteMapGeneratorConfiguration
,SiteMapGeneratorConfiguration
@Entity
public class CustomUrlSiteMapGeneratorConfigurationImpl
extends SiteMapGeneratorConfigurationImpl
implements CustomUrlSiteMapGeneratorConfiguration
CustomSiteMapGenerator is controlled by this configuration.
- Author:
- bpolster
- See Also:
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.sitemap.domain.SiteMapGeneratorConfigurationImpl
changeFreq, disabled, generatorType, id, priority, siteMapConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of custom SiteMapURLEntrys.void
setCustomURLEntries
(List<SiteMapUrlEntry> customURLEntries) Sets a list of custom SiteMapURLEntrys.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, equals, finalize, getClass, hashCode, 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
-
Field Details
-
customURLEntries
-
-
Constructor Details
-
CustomUrlSiteMapGeneratorConfigurationImpl
public CustomUrlSiteMapGeneratorConfigurationImpl()
-
-
Method Details
-
getCustomURLEntries
Description copied from interface:CustomUrlSiteMapGeneratorConfiguration
Returns a list of custom SiteMapURLEntrys.- Specified by:
getCustomURLEntries
in interfaceCustomUrlSiteMapGeneratorConfiguration
- Returns:
-
setCustomURLEntries
Description copied from interface:CustomUrlSiteMapGeneratorConfiguration
Sets a list of custom SiteMapURLEntrys.- Specified by:
setCustomURLEntries
in interfaceCustomUrlSiteMapGeneratorConfiguration
-