Class GeneratedRotatingImagesComponent

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

public abstract class GeneratedRotatingImagesComponent extends SimpleCMSComponent
Generated class for type RotatingImagesComponent.
See Also:
  • Field Details

    • TIMEOUT

      public static final String TIMEOUT
      Qualifier of the RotatingImagesComponent.timeout attribute
      See Also:
    • EFFECT

      public static final String EFFECT
      Qualifier of the RotatingImagesComponent.effect attribute
      See Also:
    • BANNERS

      public static final String BANNERS
      Qualifier of the RotatingImagesComponent.banners attribute
      See Also:
    • BANNERSFORROTATINGCOMPONENT_SRC_ORDERED

      protected static String BANNERSFORROTATINGCOMPONENT_SRC_ORDERED
      Relation ordering override parameter constants for BannersForRotatingComponent from ((cms2lib))
    • BANNERSFORROTATINGCOMPONENT_TGT_ORDERED

      protected static String BANNERSFORROTATINGCOMPONENT_TGT_ORDERED
    • BANNERSFORROTATINGCOMPONENT_MARKMODIFIED

      protected static String BANNERSFORROTATINGCOMPONENT_MARKMODIFIED
      Relation disable markmodifed parameter constants for BannersForRotatingComponent from ((cms2lib))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedRotatingImagesComponent

      public GeneratedRotatingImagesComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public List<BannerComponent> getBanners(SessionContext ctx)
      Generated method - Getter of the RotatingImagesComponent.banners attribute.
      Returns:
      the banners
    • getBanners

      public List<BannerComponent> getBanners()
      Generated method - Getter of the RotatingImagesComponent.banners attribute.
      Returns:
      the banners
    • getBannersCount

      public long getBannersCount(SessionContext ctx)
    • getBannersCount

      public long getBannersCount()
    • setBanners

      public void setBanners(SessionContext ctx, List<BannerComponent> value)
      Generated method - Setter of the RotatingImagesComponent.banners attribute.
      Parameters:
      value - the banners
    • setBanners

      public void setBanners(List<BannerComponent> value)
      Generated method - Setter of the RotatingImagesComponent.banners attribute.
      Parameters:
      value - the banners
    • addToBanners

      public void addToBanners(SessionContext ctx, BannerComponent value)
      Generated method - Adds value to banners.
      Parameters:
      value - the item to add to banners
    • addToBanners

      public void addToBanners(BannerComponent value)
      Generated method - Adds value to banners.
      Parameters:
      value - the item to add to banners
    • removeFromBanners

      public void removeFromBanners(SessionContext ctx, BannerComponent value)
      Generated method - Removes value from banners.
      Parameters:
      value - the item to remove from banners
    • removeFromBanners

      public void removeFromBanners(BannerComponent value)
      Generated method - Removes value from banners.
      Parameters:
      value - the item to remove from banners
    • getEffect

      public EnumerationValue getEffect(SessionContext ctx)
      Generated method - Getter of the RotatingImagesComponent.effect attribute.
      Returns:
      the effect
    • getEffect

      public EnumerationValue getEffect()
      Generated method - Getter of the RotatingImagesComponent.effect attribute.
      Returns:
      the effect
    • setEffect

      public void setEffect(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the RotatingImagesComponent.effect attribute.
      Parameters:
      value - the effect
    • setEffect

      public void setEffect(EnumerationValue value)
      Generated method - Setter of the RotatingImagesComponent.effect attribute.
      Parameters:
      value - the effect
    • 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 GeneratedSimpleCMSComponent
    • getTimeout

      public Integer getTimeout(SessionContext ctx)
      Generated method - Getter of the RotatingImagesComponent.timeout attribute.
      Returns:
      the timeout
    • getTimeout

      public Integer getTimeout()
      Generated method - Getter of the RotatingImagesComponent.timeout attribute.
      Returns:
      the timeout
    • getTimeoutAsPrimitive

      public int getTimeoutAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RotatingImagesComponent.timeout attribute.
      Returns:
      the timeout
    • getTimeoutAsPrimitive

      public int getTimeoutAsPrimitive()
      Generated method - Getter of the RotatingImagesComponent.timeout attribute.
      Returns:
      the timeout
    • setTimeout

      public void setTimeout(SessionContext ctx, Integer value)
      Generated method - Setter of the RotatingImagesComponent.timeout attribute.
      Parameters:
      value - the timeout
    • setTimeout

      public void setTimeout(Integer value)
      Generated method - Setter of the RotatingImagesComponent.timeout attribute.
      Parameters:
      value - the timeout
    • setTimeout

      public void setTimeout(SessionContext ctx, int value)
      Generated method - Setter of the RotatingImagesComponent.timeout attribute.
      Parameters:
      value - the timeout
    • setTimeout

      public void setTimeout(int value)
      Generated method - Setter of the RotatingImagesComponent.timeout attribute.
      Parameters:
      value - the timeout