Class GeneratedSiteMapConfig

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public abstract class GeneratedSiteMapConfig
    extends de.hybris.platform.jalo.GenericItem
    Generated class for type SiteMapConfig.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

        de.hybris.platform.jalo.GenericItem.GenericItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

        de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

        de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIGID
      Qualifier of the SiteMapConfig.configId attribute
      static java.lang.String CUSTOMURLS
      Qualifier of the SiteMapConfig.customUrls attribute
      protected static java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES  
      static java.lang.String SITEMAPLANGUAGECURRENCIES
      Qualifier of the SiteMapConfig.siteMapLanguageCurrencies attribute
      static java.lang.String SITEMAPPAGES
      Qualifier of the SiteMapConfig.siteMapPages attribute
      static java.lang.String SITEMAPTEMPLATE
      Qualifier of the SiteMapConfig.siteMapTemplate attribute
      • Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        LANGUAGE_FALLBACK_ENABLED
      • Fields inherited from class de.hybris.platform.jalo.Item

        _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
      • Fields inherited from class de.hybris.platform.util.BridgeAbstraction

        impl, tenant
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfigId()
      Generated method - Getter of the SiteMapConfig.configId attribute.
      java.lang.String getConfigId​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.configId attribute.
      java.util.Collection<java.lang.String> getCustomUrls()
      Generated method - Getter of the SiteMapConfig.customUrls attribute.
      java.util.Collection<java.lang.String> getCustomUrls​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.customUrls attribute.
      protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()  
      java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> getSiteMapLanguageCurrencies()
      Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> getSiteMapLanguageCurrencies​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> getSiteMapPages()
      Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
      java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> getSiteMapPages​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
      de.hybris.platform.commons.jalo.renderer.RendererTemplate getSiteMapTemplate()
      Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
      de.hybris.platform.commons.jalo.renderer.RendererTemplate getSiteMapTemplate​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
      void setConfigId​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the SiteMapConfig.configId attribute.
      void setConfigId​(java.lang.String value)
      Generated method - Setter of the SiteMapConfig.configId attribute.
      void setCustomUrls​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<java.lang.String> value)
      Generated method - Setter of the SiteMapConfig.customUrls attribute.
      void setCustomUrls​(java.util.Collection<java.lang.String> value)
      Generated method - Setter of the SiteMapConfig.customUrls attribute.
      void setSiteMapLanguageCurrencies​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> value)
      Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      void setSiteMapLanguageCurrencies​(java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> value)
      Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
      void setSiteMapPages​(de.hybris.platform.jalo.SessionContext ctx, java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> value)
      Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
      void setSiteMapPages​(java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> value)
      Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
      void setSiteMapTemplate​(de.hybris.platform.commons.jalo.renderer.RendererTemplate value)
      Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
      void setSiteMapTemplate​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.commons.jalo.renderer.RendererTemplate value)
      Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
      • Methods inherited from class de.hybris.platform.jalo.GenericItem

        createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
      • Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
      • Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

        createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
      • Methods inherited from class de.hybris.platform.jalo.Item

        addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
      • Methods inherited from class de.hybris.platform.util.BridgeAbstraction

        setTenant
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • CONFIGID

        public static final java.lang.String CONFIGID
        Qualifier of the SiteMapConfig.configId attribute
        See Also:
        Constant Field Values
      • SITEMAPLANGUAGECURRENCIES

        public static final java.lang.String SITEMAPLANGUAGECURRENCIES
        Qualifier of the SiteMapConfig.siteMapLanguageCurrencies attribute
        See Also:
        Constant Field Values
      • SITEMAPPAGES

        public static final java.lang.String SITEMAPPAGES
        Qualifier of the SiteMapConfig.siteMapPages attribute
        See Also:
        Constant Field Values
      • SITEMAPTEMPLATE

        public static final java.lang.String SITEMAPTEMPLATE
        Qualifier of the SiteMapConfig.siteMapTemplate attribute
        See Also:
        Constant Field Values
      • CUSTOMURLS

        public static final java.lang.String CUSTOMURLS
        Qualifier of the SiteMapConfig.customUrls attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSiteMapConfig

        public GeneratedSiteMapConfig()
    • Method Detail

      • getDefaultAttributeModes

        protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
        Overrides:
        getDefaultAttributeModes in class de.hybris.platform.jalo.Item
      • getConfigId

        public java.lang.String getConfigId​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.configId attribute.
        Returns:
        the configId
      • getConfigId

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

        public void setConfigId​(de.hybris.platform.jalo.SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the SiteMapConfig.configId attribute.
        Parameters:
        value - the configId
      • setConfigId

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

        public java.util.Collection<java.lang.String> getCustomUrls​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.customUrls attribute.
        Returns:
        the customUrls
      • getCustomUrls

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

        public void setCustomUrls​(de.hybris.platform.jalo.SessionContext ctx,
                                  java.util.Collection<java.lang.String> value)
        Generated method - Setter of the SiteMapConfig.customUrls attribute.
        Parameters:
        value - the customUrls
      • setCustomUrls

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

        public java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> getSiteMapLanguageCurrencies​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Returns:
        the siteMapLanguageCurrencies
      • getSiteMapLanguageCurrencies

        public java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> getSiteMapLanguageCurrencies()
        Generated method - Getter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Returns:
        the siteMapLanguageCurrencies
      • setSiteMapLanguageCurrencies

        public void setSiteMapLanguageCurrencies​(de.hybris.platform.jalo.SessionContext ctx,
                                                 java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> value)
        Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Parameters:
        value - the siteMapLanguageCurrencies
      • setSiteMapLanguageCurrencies

        public void setSiteMapLanguageCurrencies​(java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapLanguageCurrency> value)
        Generated method - Setter of the SiteMapConfig.siteMapLanguageCurrencies attribute.
        Parameters:
        value - the siteMapLanguageCurrencies
      • getSiteMapPages

        public java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> getSiteMapPages​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
        Returns:
        the siteMapPages
      • getSiteMapPages

        public java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> getSiteMapPages()
        Generated method - Getter of the SiteMapConfig.siteMapPages attribute.
        Returns:
        the siteMapPages
      • setSiteMapPages

        public void setSiteMapPages​(de.hybris.platform.jalo.SessionContext ctx,
                                    java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> value)
        Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
        Parameters:
        value - the siteMapPages
      • setSiteMapPages

        public void setSiteMapPages​(java.util.Collection<de.hybris.platform.acceleratorservices.jalo.SiteMapPage> value)
        Generated method - Setter of the SiteMapConfig.siteMapPages attribute.
        Parameters:
        value - the siteMapPages
      • getSiteMapTemplate

        public de.hybris.platform.commons.jalo.renderer.RendererTemplate getSiteMapTemplate​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
        Returns:
        the siteMapTemplate
      • getSiteMapTemplate

        public de.hybris.platform.commons.jalo.renderer.RendererTemplate getSiteMapTemplate()
        Generated method - Getter of the SiteMapConfig.siteMapTemplate attribute.
        Returns:
        the siteMapTemplate
      • setSiteMapTemplate

        public void setSiteMapTemplate​(de.hybris.platform.jalo.SessionContext ctx,
                                       de.hybris.platform.commons.jalo.renderer.RendererTemplate value)
        Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
        Parameters:
        value - the siteMapTemplate
      • setSiteMapTemplate

        public void setSiteMapTemplate​(de.hybris.platform.commons.jalo.renderer.RendererTemplate value)
        Generated method - Setter of the SiteMapConfig.siteMapTemplate attribute.
        Parameters:
        value - the siteMapTemplate