Class GeneratedCxCmsComponentContainer

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

public abstract class GeneratedCxCmsComponentContainer extends AbstractCMSComponentContainer
Generated class for type CxCmsComponentContainer.
See Also:
  • Field Details

    • DEFAULTCMSCOMPONENT

      public static final String DEFAULTCMSCOMPONENT
      Qualifier of the CxCmsComponentContainer.defaultCmsComponent attribute
      See Also:
    • SOURCEID

      public static final String SOURCEID
      Qualifier of the CxCmsComponentContainer.sourceId attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCxCmsComponentContainer

      public GeneratedCxCmsComponentContainer()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractCMSComponentContainer
    • 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 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 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, 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(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.