Class GeneratedCMSActionType

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

public abstract class GeneratedCMSActionType extends CMSComponentType
Generated class for type CMSActionType.
See Also:
  • Field Details

    • COMPONENTTYPES

      public static final String COMPONENTTYPES
      Qualifier of the CMSActionType.componentTypes attribute
      See Also:
    • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_SRC_ORDERED

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

      protected static String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_TGT_ORDERED
    • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED

      protected static String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED
      Relation disable markmodifed parameter constants for ApplicableCmsActionsTypeForCmsComponent from ((acceleratorcms))
  • Constructor Details

    • GeneratedCMSActionType

      public GeneratedCMSActionType()
  • Method Details

    • getComponentTypes

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

      public 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, Collection<CMSComponentType> value)
      Generated method - Setter of the CMSActionType.componentTypes attribute.
      Parameters:
      value - the componentTypes
    • setComponentTypes

      public void setComponentTypes(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
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class GeneratedCMSComponentType