Class GeneratedComponentTypeGroup

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

public abstract class GeneratedComponentTypeGroup extends GenericItem
Generated class for type ComponentTypeGroup.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the ComponentTypeGroup.code attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the ComponentTypeGroup.description attribute
      See Also:
    • CMSCOMPONENTTYPES

      public static final String CMSCOMPONENTTYPES
      Qualifier of the ComponentTypeGroup.cmsComponentTypes 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))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedComponentTypeGroup

      public GeneratedComponentTypeGroup()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCmsComponentTypes

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

      public Set<CMSComponentType> getCmsComponentTypes()
      Generated method - Getter of the ComponentTypeGroup.cmsComponentTypes attribute.
      Returns:
      the cmsComponentTypes
    • getCmsComponentTypesCount

      public long getCmsComponentTypesCount(SessionContext ctx)
    • getCmsComponentTypesCount

      public long getCmsComponentTypesCount()
    • setCmsComponentTypes

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

      public void setCmsComponentTypes(Set<CMSComponentType> value)
      Generated method - Setter of the ComponentTypeGroup.cmsComponentTypes attribute.
      Parameters:
      value - the cmsComponentTypes
    • addToCmsComponentTypes

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

      public void addToCmsComponentTypes(CMSComponentType value)
      Generated method - Adds value to cmsComponentTypes.
      Parameters:
      value - the item to add to cmsComponentTypes
    • removeFromCmsComponentTypes

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

      public void removeFromCmsComponentTypes(CMSComponentType value)
      Generated method - Removes value from cmsComponentTypes.
      Parameters:
      value - the item to remove from cmsComponentTypes
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the ComponentTypeGroup.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the ComponentTypeGroup.code attribute.
      Returns:
      the code
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the ComponentTypeGroup.code attribute.
      Parameters:
      value - the code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the ComponentTypeGroup.code attribute.
      Parameters:
      value - the code
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the ComponentTypeGroup.description attribute.
      Returns:
      the description
    • getDescription

      public String getDescription()
      Generated method - Getter of the ComponentTypeGroup.description attribute.
      Returns:
      the description
    • getAllDescription

      public Map<Language,String> getAllDescription(SessionContext ctx)
      Generated method - Getter of the ComponentTypeGroup.description attribute.
      Returns:
      the localized description
    • getAllDescription

      public Map<Language,String> getAllDescription()
      Generated method - Getter of the ComponentTypeGroup.description attribute.
      Returns:
      the localized description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the ComponentTypeGroup.description attribute.
      Parameters:
      value - the description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the ComponentTypeGroup.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the ComponentTypeGroup.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(Map<Language,String> value)
      Generated method - Setter of the ComponentTypeGroup.description attribute.
      Parameters:
      value - the description
    • 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