Class GeneratedCxCmsComponentContainer

    • Field Detail

      • DEFAULTCMSCOMPONENT

        public static final java.lang.String DEFAULTCMSCOMPONENT
        Qualifier of the CxCmsComponentContainer.defaultCmsComponent attribute
        See Also:
        Constant Field Values
      • SOURCEID

        public static final java.lang.String SOURCEID
        Qualifier of the CxCmsComponentContainer.sourceId attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedCxCmsComponentContainer

        public GeneratedCxCmsComponentContainer()
    • Method Detail

      • getDefaultCmsComponent

        public SimpleCMSComponent getDefaultCmsComponent​(SessionContext ctx)
        Generated method - Getter of the CxCmsComponentContainer.defaultCmsComponent attribute.
        Returns:
        the defaultCmsComponent - Default component displayed if no custom variation is changing the container
      • getDefaultCmsComponent

        public SimpleCMSComponent getDefaultCmsComponent()
        Generated method - Getter of the CxCmsComponentContainer.defaultCmsComponent attribute.
        Returns:
        the defaultCmsComponent - Default component displayed if no custom variation is changing the container
      • setDefaultCmsComponent

        public void setDefaultCmsComponent​(SessionContext ctx,
                                           SimpleCMSComponent value)
        Generated method - Setter of the CxCmsComponentContainer.defaultCmsComponent attribute.
        Parameters:
        value - the defaultCmsComponent - Default component displayed if no custom variation is changing the container
      • setDefaultCmsComponent

        public void setDefaultCmsComponent​(SimpleCMSComponent value)
        Generated method - Setter of the CxCmsComponentContainer.defaultCmsComponent attribute.
        Parameters:
        value - the defaultCmsComponent - Default component displayed if no custom variation is changing the container
      • getSourceId

        public java.lang.String getSourceId​(SessionContext ctx)
        Generated method - Getter of the CxCmsComponentContainer.sourceId attribute.
        Returns:
        the sourceId - Id of container used by cms actions. Does not need to be unique.
      • getSourceId

        public java.lang.String getSourceId()
        Generated method - Getter of the CxCmsComponentContainer.sourceId attribute.
        Returns:
        the sourceId - Id of container used by cms actions. Does not need to be unique.
      • setSourceId

        public void setSourceId​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the CxCmsComponentContainer.sourceId attribute.
        Parameters:
        value - the sourceId - Id of container used by cms actions. Does not need to be unique.
      • setSourceId

        public void setSourceId​(java.lang.String value)
        Generated method - Setter of the CxCmsComponentContainer.sourceId attribute.
        Parameters:
        value - the sourceId - Id of container used by cms actions. Does not need to be unique.