Class GeneratedAbstractCMSAction

    • Field Detail

      • URL

        public static final java.lang.String URL
        Qualifier of the AbstractCMSAction.url attribute
        See Also:
        Constant Field Values
      • COMPONENTS

        public static final java.lang.String COMPONENTS
        Qualifier of the AbstractCMSAction.components attribute
        See Also:
        Constant Field Values
      • CMSACTIONSFORCMSCOMPONENTS_SRC_ORDERED

        protected static java.lang.String CMSACTIONSFORCMSCOMPONENTS_SRC_ORDERED
        Relation ordering override parameter constants for CmsActionsForCmsComponents from ((acceleratorcms))
      • CMSACTIONSFORCMSCOMPONENTS_TGT_ORDERED

        protected static java.lang.String CMSACTIONSFORCMSCOMPONENTS_TGT_ORDERED
      • CMSACTIONSFORCMSCOMPONENTS_MARKMODIFIED

        protected static java.lang.String CMSACTIONSFORCMSCOMPONENTS_MARKMODIFIED
        Relation disable markmodifed parameter constants for CmsActionsForCmsComponents from ((acceleratorcms))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedAbstractCMSAction

        public GeneratedAbstractCMSAction()
    • Method Detail

      • getComponents

        public java.util.Collection<AbstractCMSComponent> getComponents​(SessionContext ctx)
        Generated method - Getter of the AbstractCMSAction.components attribute.
        Returns:
        the components
      • getComponents

        public java.util.Collection<AbstractCMSComponent> getComponents()
        Generated method - Getter of the AbstractCMSAction.components attribute.
        Returns:
        the components
      • getComponentsCount

        public long getComponentsCount​(SessionContext ctx)
      • getComponentsCount

        public long getComponentsCount()
      • setComponents

        public void setComponents​(SessionContext ctx,
                                  java.util.Collection<AbstractCMSComponent> value)
        Generated method - Setter of the AbstractCMSAction.components attribute.
        Parameters:
        value - the components
      • setComponents

        public void setComponents​(java.util.Collection<AbstractCMSComponent> value)
        Generated method - Setter of the AbstractCMSAction.components attribute.
        Parameters:
        value - the components
      • addToComponents

        public void addToComponents​(SessionContext ctx,
                                    AbstractCMSComponent value)
        Generated method - Adds value to components.
        Parameters:
        value - the item to add to components
      • addToComponents

        public void addToComponents​(AbstractCMSComponent value)
        Generated method - Adds value to components.
        Parameters:
        value - the item to add to components
      • removeFromComponents

        public void removeFromComponents​(SessionContext ctx,
                                         AbstractCMSComponent value)
        Generated method - Removes value from components.
        Parameters:
        value - the item to remove from components
      • removeFromComponents

        public void removeFromComponents​(AbstractCMSComponent value)
        Generated method - Removes value from components.
        Parameters:
        value - the item to remove from components
      • getUrl

        public java.lang.String getUrl​(SessionContext ctx)
        Generated method - Getter of the AbstractCMSAction.url attribute.
        Returns:
        the url
      • getUrl

        public java.lang.String getUrl()
        Generated method - Getter of the AbstractCMSAction.url attribute.
        Returns:
        the url
      • setUrl

        public void setUrl​(SessionContext ctx,
                           java.lang.String value)
        Generated method - Setter of the AbstractCMSAction.url attribute.
        Parameters:
        value - the url
      • setUrl

        public void setUrl​(java.lang.String value)
        Generated method - Setter of the AbstractCMSAction.url attribute.
        Parameters:
        value - the url