Class GeneratedSiteMapConfig

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SiteMapConfig

public abstract class GeneratedSiteMapConfig extends GenericItem
Generated class for type SiteMapConfig.
See Also:
  • Field Details

    • CONFIGID

      public static final String CONFIGID
      Qualifier of the SiteMapConfig.configId attribute
      See Also:
    • SITEMAPLANGUAGECURRENCIES

      public static final String SITEMAPLANGUAGECURRENCIES
      Qualifier of the SiteMapConfig.siteMapLanguageCurrencies attribute
      See Also:
    • SITEMAPPAGES

      public static final String SITEMAPPAGES
      Qualifier of the SiteMapConfig.siteMapPages attribute
      See Also:
    • SITEMAPTEMPLATE

      public static final String SITEMAPTEMPLATE
      Qualifier of the SiteMapConfig.siteMapTemplate attribute
      See Also:
    • CUSTOMURLS

      public static final String CUSTOMURLS
      Qualifier of the SiteMapConfig.customUrls attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSiteMapConfig

      public GeneratedSiteMapConfig()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getConfigId

      public String getConfigId(SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.configId attribute.
      Returns:
      the configId
    • getConfigId

      public String getConfigId()
      Generated method - Getter of the SiteMapConfig.configId attribute.
      Returns:
      the configId
    • setConfigId

      public void setConfigId(SessionContext ctx, String value)
      Generated method - Setter of the SiteMapConfig.configId attribute.
      Parameters:
      value - the configId
    • setConfigId

      public void setConfigId(String value)
      Generated method - Setter of the SiteMapConfig.configId attribute.
      Parameters:
      value - the configId
    • getCustomUrls

      public Collection<String> getCustomUrls(SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.customUrls attribute.
      Returns:
      the customUrls
    • getCustomUrls

      public Collection<String> getCustomUrls()
      Generated method - Getter of the SiteMapConfig.customUrls attribute.
      Returns:
      the customUrls
    • setCustomUrls

      public void setCustomUrls(SessionContext ctx, Collection<String> value)
      Generated method - Setter of the SiteMapConfig.customUrls attribute.
      Parameters:
      value - the customUrls
    • setCustomUrls

      public void setCustomUrls(Collection<String> value)
      Generated method - Setter of the SiteMapConfig.customUrls attribute.
      Parameters:
      value - the customUrls
    • getSiteMapLanguageCurrencies

      public Collection<SiteMapLanguageCurrency> getSiteMapLanguageCurrencies(SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      Returns:
      the siteMapLanguageCurrencies
    • getSiteMapLanguageCurrencies

      public Collection<SiteMapLanguageCurrency> getSiteMapLanguageCurrencies()
      Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      Returns:
      the siteMapLanguageCurrencies
    • setSiteMapLanguageCurrencies

      public void setSiteMapLanguageCurrencies(SessionContext ctx, Collection<SiteMapLanguageCurrency> value)
      Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      Parameters:
      value - the siteMapLanguageCurrencies
    • setSiteMapLanguageCurrencies

      public void setSiteMapLanguageCurrencies(Collection<SiteMapLanguageCurrency> value)
      Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      Parameters:
      value - the siteMapLanguageCurrencies
    • getSiteMapPages

      public Collection<SiteMapPage> getSiteMapPages(SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
      Returns:
      the siteMapPages
    • getSiteMapPages

      public Collection<SiteMapPage> getSiteMapPages()
      Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
      Returns:
      the siteMapPages
    • setSiteMapPages

      public void setSiteMapPages(SessionContext ctx, Collection<SiteMapPage> value)
      Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
      Parameters:
      value - the siteMapPages
    • setSiteMapPages

      public void setSiteMapPages(Collection<SiteMapPage> value)
      Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
      Parameters:
      value - the siteMapPages
    • getSiteMapTemplate

      public RendererTemplate getSiteMapTemplate(SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
      Returns:
      the siteMapTemplate
    • getSiteMapTemplate

      public RendererTemplate getSiteMapTemplate()
      Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
      Returns:
      the siteMapTemplate
    • setSiteMapTemplate

      public void setSiteMapTemplate(SessionContext ctx, RendererTemplate value)
      Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
      Parameters:
      value - the siteMapTemplate
    • setSiteMapTemplate

      public void setSiteMapTemplate(RendererTemplate value)
      Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
      Parameters:
      value - the siteMapTemplate