Class GeneratedContentSlot

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    ContentSlot

    public abstract class GeneratedContentSlot
    extends CMSItem
    Generated class for type ContentSlot.
    See Also:
    Serialized Form
    • Field Detail

      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the ContentSlot.active attribute
        See Also:
        Constant Field Values
      • ACTIVEFROM

        public static final java.lang.String ACTIVEFROM
        Qualifier of the ContentSlot.activeFrom attribute
        See Also:
        Constant Field Values
      • ACTIVEUNTIL

        public static final java.lang.String ACTIVEUNTIL
        Qualifier of the ContentSlot.activeUntil attribute
        See Also:
        Constant Field Values
      • CURRENTPOSITION

        public static final java.lang.String CURRENTPOSITION
        Qualifier of the ContentSlot.currentPosition attribute
        See Also:
        Constant Field Values
      • ORIGINALSLOT

        public static final java.lang.String ORIGINALSLOT
        Qualifier of the ContentSlot.originalSlot attribute
        See Also:
        Constant Field Values
      • CMSCOMPONENTS

        public static final java.lang.String CMSCOMPONENTS
        Qualifier of the ContentSlot.cmsComponents attribute
        See Also:
        Constant Field Values
      • ELEMENTSFORSLOT_SRC_ORDERED

        protected static java.lang.String ELEMENTSFORSLOT_SRC_ORDERED
        Relation ordering override parameter constants for ElementsForSlot from ((cms2))
      • ELEMENTSFORSLOT_TGT_ORDERED

        protected static java.lang.String ELEMENTSFORSLOT_TGT_ORDERED
      • ELEMENTSFORSLOT_MARKMODIFIED

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

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

      • GeneratedContentSlot

        public GeneratedContentSlot()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.active attribute.
        Returns:
        the active
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the ContentSlot.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.active attribute.
        Returns:
        the active
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the ContentSlot.active attribute.
        Returns:
        the active
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the ContentSlot.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the ContentSlot.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the ContentSlot.active attribute.
        Parameters:
        value - the active
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the ContentSlot.active attribute.
        Parameters:
        value - the active
      • getActiveFrom

        public java.util.Date getActiveFrom​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.activeFrom attribute.
        Returns:
        the activeFrom
      • getActiveFrom

        public java.util.Date getActiveFrom()
        Generated method - Getter of the ContentSlot.activeFrom attribute.
        Returns:
        the activeFrom
      • setActiveFrom

        public void setActiveFrom​(SessionContext ctx,
                                  java.util.Date value)
        Generated method - Setter of the ContentSlot.activeFrom attribute.
        Parameters:
        value - the activeFrom
      • setActiveFrom

        public void setActiveFrom​(java.util.Date value)
        Generated method - Setter of the ContentSlot.activeFrom attribute.
        Parameters:
        value - the activeFrom
      • getActiveUntil

        public java.util.Date getActiveUntil​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.activeUntil attribute.
        Returns:
        the activeUntil
      • getActiveUntil

        public java.util.Date getActiveUntil()
        Generated method - Getter of the ContentSlot.activeUntil attribute.
        Returns:
        the activeUntil
      • setActiveUntil

        public void setActiveUntil​(SessionContext ctx,
                                   java.util.Date value)
        Generated method - Setter of the ContentSlot.activeUntil attribute.
        Parameters:
        value - the activeUntil
      • setActiveUntil

        public void setActiveUntil​(java.util.Date value)
        Generated method - Setter of the ContentSlot.activeUntil attribute.
        Parameters:
        value - the activeUntil
      • getCmsComponents

        public java.util.List<AbstractCMSComponent> getCmsComponents​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.cmsComponents attribute.
        Returns:
        the cmsComponents
      • getCmsComponents

        public java.util.List<AbstractCMSComponent> getCmsComponents()
        Generated method - Getter of the ContentSlot.cmsComponents attribute.
        Returns:
        the cmsComponents
      • getCmsComponentsCount

        public long getCmsComponentsCount​(SessionContext ctx)
      • getCmsComponentsCount

        public long getCmsComponentsCount()
      • setCmsComponents

        public void setCmsComponents​(SessionContext ctx,
                                     java.util.List<AbstractCMSComponent> value)
        Generated method - Setter of the ContentSlot.cmsComponents attribute.
        Parameters:
        value - the cmsComponents
      • setCmsComponents

        public void setCmsComponents​(java.util.List<AbstractCMSComponent> value)
        Generated method - Setter of the ContentSlot.cmsComponents attribute.
        Parameters:
        value - the cmsComponents
      • addToCmsComponents

        public void addToCmsComponents​(SessionContext ctx,
                                       AbstractCMSComponent value)
        Generated method - Adds value to cmsComponents.
        Parameters:
        value - the item to add to cmsComponents
      • addToCmsComponents

        public void addToCmsComponents​(AbstractCMSComponent value)
        Generated method - Adds value to cmsComponents.
        Parameters:
        value - the item to add to cmsComponents
      • removeFromCmsComponents

        public void removeFromCmsComponents​(SessionContext ctx,
                                            AbstractCMSComponent value)
        Generated method - Removes value from cmsComponents.
        Parameters:
        value - the item to remove from cmsComponents
      • removeFromCmsComponents

        public void removeFromCmsComponents​(AbstractCMSComponent value)
        Generated method - Removes value from cmsComponents.
        Parameters:
        value - the item to remove from cmsComponents
      • getCurrentPosition

        public abstract java.lang.String getCurrentPosition​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.currentPosition attribute.
        Returns:
        the currentPosition
      • getCurrentPosition

        public java.lang.String getCurrentPosition()
        Generated method - Getter of the ContentSlot.currentPosition attribute.
        Returns:
        the currentPosition
      • setCurrentPosition

        public abstract void setCurrentPosition​(SessionContext ctx,
                                                java.lang.String value)
        Generated method - Setter of the ContentSlot.currentPosition attribute.
        Parameters:
        value - the currentPosition
      • setCurrentPosition

        public void setCurrentPosition​(java.lang.String value)
        Generated method - Setter of the ContentSlot.currentPosition attribute.
        Parameters:
        value - the currentPosition
      • getOriginalSlot

        public ContentSlot getOriginalSlot​(SessionContext ctx)
        Generated method - Getter of the ContentSlot.originalSlot attribute.
        Returns:
        the originalSlot - The slot to override.
      • getOriginalSlot

        public ContentSlot getOriginalSlot()
        Generated method - Getter of the ContentSlot.originalSlot attribute.
        Returns:
        the originalSlot - The slot to override.
      • setOriginalSlot

        public void setOriginalSlot​(SessionContext ctx,
                                    ContentSlot value)
        Generated method - Setter of the ContentSlot.originalSlot attribute.
        Parameters:
        value - the originalSlot - The slot to override.
      • setOriginalSlot

        public void setOriginalSlot​(ContentSlot value)
        Generated method - Setter of the ContentSlot.originalSlot attribute.
        Parameters:
        value - the originalSlot - The slot to override.