Class GeneratedComponentTypeGroup

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the ComponentTypeGroup.code attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the ComponentTypeGroup.description attribute
        See Also:
        Constant Field Values
      • CMSCOMPONENTTYPES

        public static final java.lang.String CMSCOMPONENTTYPES
        Qualifier of the ComponentTypeGroup.cmsComponentTypes attribute
        See Also:
        Constant Field Values
      • COMPONENTTYPEGROUPS2COMPONENTTYPE_SRC_ORDERED

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

        protected static java.lang.String COMPONENTTYPEGROUPS2COMPONENTTYPE_TGT_ORDERED
      • COMPONENTTYPEGROUPS2COMPONENTTYPE_MARKMODIFIED

        protected static java.lang.String COMPONENTTYPEGROUPS2COMPONENTTYPE_MARKMODIFIED
        Relation disable markmodifed parameter constants for ComponentTypeGroups2ComponentType from ((cms2))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedComponentTypeGroup

        public GeneratedComponentTypeGroup()
    • Method Detail

      • getCmsComponentTypes

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

        public java.util.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,
                                         java.util.Set<CMSComponentType> value)
        Generated method - Setter of the ComponentTypeGroup.cmsComponentTypes attribute.
        Parameters:
        value - the cmsComponentTypes
      • setCmsComponentTypes

        public void setCmsComponentTypes​(java.util.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 java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the ComponentTypeGroup.code attribute.
        Returns:
        the code
      • getCode

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

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

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

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

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

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

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

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

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

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

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ComponentTypeGroup.description attribute.
        Parameters:
        value - the description