Class GeneratedAbstractCMSComponentContainer

    • Field Detail

      • CURRENTCMSCOMPONENTS

        public static final java.lang.String CURRENTCMSCOMPONENTS
        Qualifier of the AbstractCMSComponentContainer.currentCMSComponents attribute
        See Also:
        Constant Field Values
      • SIMPLECMSCOMPONENTS

        public static final java.lang.String SIMPLECMSCOMPONENTS
        Qualifier of the AbstractCMSComponentContainer.simpleCMSComponents attribute
        See Also:
        Constant Field Values
      • ELEMENTSFORCONTAINER_SRC_ORDERED

        protected static java.lang.String ELEMENTSFORCONTAINER_SRC_ORDERED
        Relation ordering override parameter constants for ElementsForContainer from ((cms2))
      • ELEMENTSFORCONTAINER_TGT_ORDERED

        protected static java.lang.String ELEMENTSFORCONTAINER_TGT_ORDERED
      • ELEMENTSFORCONTAINER_MARKMODIFIED

        protected static java.lang.String ELEMENTSFORCONTAINER_MARKMODIFIED
        Relation disable markmodifed parameter constants for ElementsForContainer from ((cms2))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedAbstractCMSComponentContainer

        public GeneratedAbstractCMSComponentContainer()
    • Method Detail

      • getCurrentCMSComponents

        public abstract java.util.List<SimpleCMSComponent> getCurrentCMSComponents​(SessionContext ctx)
        Generated method - Getter of the AbstractCMSComponentContainer.currentCMSComponents attribute.
        Returns:
        the currentCMSComponents
      • getCurrentCMSComponents

        public java.util.List<SimpleCMSComponent> getCurrentCMSComponents()
        Generated method - Getter of the AbstractCMSComponentContainer.currentCMSComponents attribute.
        Returns:
        the currentCMSComponents
      • getSimpleCMSComponents

        public java.util.List<SimpleCMSComponent> getSimpleCMSComponents​(SessionContext ctx)
        Generated method - Getter of the AbstractCMSComponentContainer.simpleCMSComponents attribute.
        Returns:
        the simpleCMSComponents
      • getSimpleCMSComponents

        public java.util.List<SimpleCMSComponent> getSimpleCMSComponents()
        Generated method - Getter of the AbstractCMSComponentContainer.simpleCMSComponents attribute.
        Returns:
        the simpleCMSComponents
      • getSimpleCMSComponentsCount

        public long getSimpleCMSComponentsCount​(SessionContext ctx)
      • getSimpleCMSComponentsCount

        public long getSimpleCMSComponentsCount()
      • setSimpleCMSComponents

        public void setSimpleCMSComponents​(SessionContext ctx,
                                           java.util.List<SimpleCMSComponent> value)
        Generated method - Setter of the AbstractCMSComponentContainer.simpleCMSComponents attribute.
        Parameters:
        value - the simpleCMSComponents
      • setSimpleCMSComponents

        public void setSimpleCMSComponents​(java.util.List<SimpleCMSComponent> value)
        Generated method - Setter of the AbstractCMSComponentContainer.simpleCMSComponents attribute.
        Parameters:
        value - the simpleCMSComponents
      • addToSimpleCMSComponents

        public void addToSimpleCMSComponents​(SessionContext ctx,
                                             SimpleCMSComponent value)
        Generated method - Adds value to simpleCMSComponents.
        Parameters:
        value - the item to add to simpleCMSComponents
      • addToSimpleCMSComponents

        public void addToSimpleCMSComponents​(SimpleCMSComponent value)
        Generated method - Adds value to simpleCMSComponents.
        Parameters:
        value - the item to add to simpleCMSComponents
      • removeFromSimpleCMSComponents

        public void removeFromSimpleCMSComponents​(SessionContext ctx,
                                                  SimpleCMSComponent value)
        Generated method - Removes value from simpleCMSComponents.
        Parameters:
        value - the item to remove from simpleCMSComponents
      • removeFromSimpleCMSComponents

        public void removeFromSimpleCMSComponents​(SimpleCMSComponent value)
        Generated method - Removes value from simpleCMSComponents.
        Parameters:
        value - the item to remove from simpleCMSComponents