Class GeneratedCMSComponentType

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

public abstract class GeneratedCMSComponentType extends ComposedType
Generated class for type CMSComponentType.
See Also:
  • Field Details

    • CMSSITES

      public static final String CMSSITES
      Qualifier of the CMSComponentType.cmsSites attribute
      See Also:
    • VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED

      protected static String VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED
      Relation ordering override parameter constants for ValidComponentTypesForSite from ((cms2))
    • VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED

      protected static String VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED
    • VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED

      protected static String VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED
      Relation disable markmodifed parameter constants for ValidComponentTypesForSite from ((cms2))
    • CONTENTSLOTNAMES

      public static final String CONTENTSLOTNAMES
      Qualifier of the CMSComponentType.contentSlotNames attribute
      See Also:
    • VALIDCOMPONENTTYPESFORCONTENTSLOTS_SRC_ORDERED

      protected static String VALIDCOMPONENTTYPESFORCONTENTSLOTS_SRC_ORDERED
      Relation ordering override parameter constants for ValidComponentTypesForContentSlots from ((cms2))
    • VALIDCOMPONENTTYPESFORCONTENTSLOTS_TGT_ORDERED

      protected static String VALIDCOMPONENTTYPESFORCONTENTSLOTS_TGT_ORDERED
    • VALIDCOMPONENTTYPESFORCONTENTSLOTS_MARKMODIFIED

      protected static String VALIDCOMPONENTTYPESFORCONTENTSLOTS_MARKMODIFIED
      Relation disable markmodifed parameter constants for ValidComponentTypesForContentSlots from ((cms2))
    • COMPONENTTYPEGROUPS

      public static final String COMPONENTTYPEGROUPS
      Qualifier of the CMSComponentType.componentTypeGroups attribute
      See Also:
    • COMPONENTTYPEGROUPS2COMPONENTTYPE_SRC_ORDERED

      protected static String COMPONENTTYPEGROUPS2COMPONENTTYPE_SRC_ORDERED
      Relation ordering override parameter constants for ComponentTypeGroups2ComponentType from ((cms2))
    • COMPONENTTYPEGROUPS2COMPONENTTYPE_TGT_ORDERED

      protected static String COMPONENTTYPEGROUPS2COMPONENTTYPE_TGT_ORDERED
    • COMPONENTTYPEGROUPS2COMPONENTTYPE_MARKMODIFIED

      protected static String COMPONENTTYPEGROUPS2COMPONENTTYPE_MARKMODIFIED
      Relation disable markmodifed parameter constants for ComponentTypeGroups2ComponentType from ((cms2))
  • Constructor Details

    • GeneratedCMSComponentType

      public GeneratedCMSComponentType()
  • Method Details

    • getCmsSites

      public Set<CMSSite> getCmsSites(SessionContext ctx)
      Generated method - Getter of the CMSComponentType.cmsSites attribute.
      Returns:
      the cmsSites
    • getCmsSites

      public Set<CMSSite> getCmsSites()
      Generated method - Getter of the CMSComponentType.cmsSites attribute.
      Returns:
      the cmsSites
    • getCmsSitesCount

      public long getCmsSitesCount(SessionContext ctx)
    • getCmsSitesCount

      public long getCmsSitesCount()
    • setCmsSites

      public void setCmsSites(SessionContext ctx, Set<CMSSite> value)
      Generated method - Setter of the CMSComponentType.cmsSites attribute.
      Parameters:
      value - the cmsSites
    • setCmsSites

      public void setCmsSites(Set<CMSSite> value)
      Generated method - Setter of the CMSComponentType.cmsSites attribute.
      Parameters:
      value - the cmsSites
    • addToCmsSites

      public void addToCmsSites(SessionContext ctx, CMSSite value)
      Generated method - Adds value to cmsSites.
      Parameters:
      value - the item to add to cmsSites
    • addToCmsSites

      public void addToCmsSites(CMSSite value)
      Generated method - Adds value to cmsSites.
      Parameters:
      value - the item to add to cmsSites
    • removeFromCmsSites

      public void removeFromCmsSites(SessionContext ctx, CMSSite value)
      Generated method - Removes value from cmsSites.
      Parameters:
      value - the item to remove from cmsSites
    • removeFromCmsSites

      public void removeFromCmsSites(CMSSite value)
      Generated method - Removes value from cmsSites.
      Parameters:
      value - the item to remove from cmsSites
    • getComponentTypeGroups

      public Set<ComponentTypeGroup> getComponentTypeGroups(SessionContext ctx)
      Generated method - Getter of the CMSComponentType.componentTypeGroups attribute.
      Returns:
      the componentTypeGroups
    • getComponentTypeGroups

      public Set<ComponentTypeGroup> getComponentTypeGroups()
      Generated method - Getter of the CMSComponentType.componentTypeGroups attribute.
      Returns:
      the componentTypeGroups
    • getComponentTypeGroupsCount

      public long getComponentTypeGroupsCount(SessionContext ctx)
    • getComponentTypeGroupsCount

      public long getComponentTypeGroupsCount()
    • setComponentTypeGroups

      public void setComponentTypeGroups(SessionContext ctx, Set<ComponentTypeGroup> value)
      Generated method - Setter of the CMSComponentType.componentTypeGroups attribute.
      Parameters:
      value - the componentTypeGroups
    • setComponentTypeGroups

      public void setComponentTypeGroups(Set<ComponentTypeGroup> value)
      Generated method - Setter of the CMSComponentType.componentTypeGroups attribute.
      Parameters:
      value - the componentTypeGroups
    • addToComponentTypeGroups

      public void addToComponentTypeGroups(SessionContext ctx, ComponentTypeGroup value)
      Generated method - Adds value to componentTypeGroups.
      Parameters:
      value - the item to add to componentTypeGroups
    • addToComponentTypeGroups

      public void addToComponentTypeGroups(ComponentTypeGroup value)
      Generated method - Adds value to componentTypeGroups.
      Parameters:
      value - the item to add to componentTypeGroups
    • removeFromComponentTypeGroups

      public void removeFromComponentTypeGroups(SessionContext ctx, ComponentTypeGroup value)
      Generated method - Removes value from componentTypeGroups.
      Parameters:
      value - the item to remove from componentTypeGroups
    • removeFromComponentTypeGroups

      public void removeFromComponentTypeGroups(ComponentTypeGroup value)
      Generated method - Removes value from componentTypeGroups.
      Parameters:
      value - the item to remove from componentTypeGroups
    • getContentSlotNames

      public Set<ContentSlotName> getContentSlotNames(SessionContext ctx)
      Generated method - Getter of the CMSComponentType.contentSlotNames attribute.
      Returns:
      the contentSlotNames
    • getContentSlotNames

      public Set<ContentSlotName> getContentSlotNames()
      Generated method - Getter of the CMSComponentType.contentSlotNames attribute.
      Returns:
      the contentSlotNames
    • getContentSlotNamesCount

      public long getContentSlotNamesCount(SessionContext ctx)
    • getContentSlotNamesCount

      public long getContentSlotNamesCount()
    • setContentSlotNames

      public void setContentSlotNames(SessionContext ctx, Set<ContentSlotName> value)
      Generated method - Setter of the CMSComponentType.contentSlotNames attribute.
      Parameters:
      value - the contentSlotNames
    • setContentSlotNames

      public void setContentSlotNames(Set<ContentSlotName> value)
      Generated method - Setter of the CMSComponentType.contentSlotNames attribute.
      Parameters:
      value - the contentSlotNames
    • addToContentSlotNames

      public void addToContentSlotNames(SessionContext ctx, ContentSlotName value)
      Generated method - Adds value to contentSlotNames.
      Parameters:
      value - the item to add to contentSlotNames
    • addToContentSlotNames

      public void addToContentSlotNames(ContentSlotName value)
      Generated method - Adds value to contentSlotNames.
      Parameters:
      value - the item to add to contentSlotNames
    • removeFromContentSlotNames

      public void removeFromContentSlotNames(SessionContext ctx, ContentSlotName value)
      Generated method - Removes value from contentSlotNames.
      Parameters:
      value - the item to remove from contentSlotNames
    • removeFromContentSlotNames

      public void removeFromContentSlotNames(ContentSlotName value)
      Generated method - Removes value from contentSlotNames.
      Parameters:
      value - the item to remove from contentSlotNames
    • 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 Item