Class GeneratedRestrictionType

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

public abstract class GeneratedRestrictionType extends ComposedType
Generated class for type RestrictionType.
See Also:
  • Field Details

    • PAGETYPES

      public static final String PAGETYPES
      Qualifier of the RestrictionType.pageTypes attribute
      See Also:
    • APPLICABLERESTRICTIONTYPEFORPAGETYPES_SRC_ORDERED

      protected static String APPLICABLERESTRICTIONTYPEFORPAGETYPES_SRC_ORDERED
      Relation ordering override parameter constants for ApplicableRestrictionTypeForPageTypes from ((cms2))
    • APPLICABLERESTRICTIONTYPEFORPAGETYPES_TGT_ORDERED

      protected static String APPLICABLERESTRICTIONTYPEFORPAGETYPES_TGT_ORDERED
    • APPLICABLERESTRICTIONTYPEFORPAGETYPES_MARKMODIFIED

      protected static String APPLICABLERESTRICTIONTYPEFORPAGETYPES_MARKMODIFIED
      Relation disable markmodifed parameter constants for ApplicableRestrictionTypeForPageTypes from ((cms2))
  • Constructor Details

    • GeneratedRestrictionType

      public GeneratedRestrictionType()
  • Method Details

    • 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 Item
    • getPageTypes

      public Collection<CMSPageType> getPageTypes(SessionContext ctx)
      Generated method - Getter of the RestrictionType.pageTypes attribute.
      Returns:
      the pageTypes
    • getPageTypes

      public Collection<CMSPageType> getPageTypes()
      Generated method - Getter of the RestrictionType.pageTypes attribute.
      Returns:
      the pageTypes
    • getPageTypesCount

      public long getPageTypesCount(SessionContext ctx)
    • getPageTypesCount

      public long getPageTypesCount()
    • setPageTypes

      public void setPageTypes(SessionContext ctx, Collection<CMSPageType> value)
      Generated method - Setter of the RestrictionType.pageTypes attribute.
      Parameters:
      value - the pageTypes
    • setPageTypes

      public void setPageTypes(Collection<CMSPageType> value)
      Generated method - Setter of the RestrictionType.pageTypes attribute.
      Parameters:
      value - the pageTypes
    • addToPageTypes

      public void addToPageTypes(SessionContext ctx, CMSPageType value)
      Generated method - Adds value to pageTypes.
      Parameters:
      value - the item to add to pageTypes
    • addToPageTypes

      public void addToPageTypes(CMSPageType value)
      Generated method - Adds value to pageTypes.
      Parameters:
      value - the item to add to pageTypes
    • removeFromPageTypes

      public void removeFromPageTypes(SessionContext ctx, CMSPageType value)
      Generated method - Removes value from pageTypes.
      Parameters:
      value - the item to remove from pageTypes
    • removeFromPageTypes

      public void removeFromPageTypes(CMSPageType value)
      Generated method - Removes value from pageTypes.
      Parameters:
      value - the item to remove from pageTypes