Class GeneratedCMSActionType

    • Field Detail

      • COMPONENTTYPES

        public static final java.lang.String COMPONENTTYPES
        Qualifier of the CMSActionType.componentTypes attribute
        See Also:
        Constant Field Values
      • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_SRC_ORDERED

        protected static java.lang.String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_SRC_ORDERED
        Relation ordering override parameter constants for ApplicableCmsActionsTypeForCmsComponent from ((acceleratorcms))
      • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_TGT_ORDERED

        protected static java.lang.String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_TGT_ORDERED
      • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED

        protected static java.lang.String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED
        Relation disable markmodifed parameter constants for ApplicableCmsActionsTypeForCmsComponent from ((acceleratorcms))
    • Constructor Detail

      • GeneratedCMSActionType

        public GeneratedCMSActionType()
    • Method Detail

      • getComponentTypes

        public java.util.Collection<CMSComponentType> getComponentTypes​(SessionContext ctx)
        Generated method - Getter of the CMSActionType.componentTypes attribute.
        Returns:
        the componentTypes
      • getComponentTypes

        public java.util.Collection<CMSComponentType> getComponentTypes()
        Generated method - Getter of the CMSActionType.componentTypes attribute.
        Returns:
        the componentTypes
      • getComponentTypesCount

        public long getComponentTypesCount​(SessionContext ctx)
      • getComponentTypesCount

        public long getComponentTypesCount()
      • setComponentTypes

        public void setComponentTypes​(SessionContext ctx,
                                      java.util.Collection<CMSComponentType> value)
        Generated method - Setter of the CMSActionType.componentTypes attribute.
        Parameters:
        value - the componentTypes
      • setComponentTypes

        public void setComponentTypes​(java.util.Collection<CMSComponentType> value)
        Generated method - Setter of the CMSActionType.componentTypes attribute.
        Parameters:
        value - the componentTypes
      • addToComponentTypes

        public void addToComponentTypes​(SessionContext ctx,
                                        CMSComponentType value)
        Generated method - Adds value to componentTypes.
        Parameters:
        value - the item to add to componentTypes
      • addToComponentTypes

        public void addToComponentTypes​(CMSComponentType value)
        Generated method - Adds value to componentTypes.
        Parameters:
        value - the item to add to componentTypes
      • removeFromComponentTypes

        public void removeFromComponentTypes​(SessionContext ctx,
                                             CMSComponentType value)
        Generated method - Removes value from componentTypes.
        Parameters:
        value - the item to remove from componentTypes
      • removeFromComponentTypes

        public void removeFromComponentTypes​(CMSComponentType value)
        Generated method - Removes value from componentTypes.
        Parameters:
        value - the item to remove from componentTypes