Class GeneratedCatalogRestriction

    • Field Detail

      • CATALOGS

        public static final java.lang.String CATALOGS
        Qualifier of the CMSCatalogRestriction.catalogs attribute
        See Also:
        Constant Field Values
      • CATALOGSFORRESTRICTION_SRC_ORDERED

        protected static java.lang.String CATALOGSFORRESTRICTION_SRC_ORDERED
        Relation ordering override parameter constants for CatalogsForRestriction from ((cms2))
      • CATALOGSFORRESTRICTION_TGT_ORDERED

        protected static java.lang.String CATALOGSFORRESTRICTION_TGT_ORDERED
      • CATALOGSFORRESTRICTION_MARKMODIFIED

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

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

      • GeneratedCatalogRestriction

        public GeneratedCatalogRestriction()
    • Method Detail

      • getCatalogs

        public java.util.Collection<Catalog> getCatalogs​(SessionContext ctx)
        Generated method - Getter of the CMSCatalogRestriction.catalogs attribute.
        Returns:
        the catalogs
      • getCatalogs

        public java.util.Collection<Catalog> getCatalogs()
        Generated method - Getter of the CMSCatalogRestriction.catalogs attribute.
        Returns:
        the catalogs
      • getCatalogsCount

        public long getCatalogsCount​(SessionContext ctx)
      • getCatalogsCount

        public long getCatalogsCount()
      • setCatalogs

        public void setCatalogs​(SessionContext ctx,
                                java.util.Collection<Catalog> value)
        Generated method - Setter of the CMSCatalogRestriction.catalogs attribute.
        Parameters:
        value - the catalogs
      • setCatalogs

        public void setCatalogs​(java.util.Collection<Catalog> value)
        Generated method - Setter of the CMSCatalogRestriction.catalogs attribute.
        Parameters:
        value - the catalogs
      • addToCatalogs

        public void addToCatalogs​(SessionContext ctx,
                                  Catalog value)
        Generated method - Adds value to catalogs.
        Parameters:
        value - the item to add to catalogs
      • addToCatalogs

        public void addToCatalogs​(Catalog value)
        Generated method - Adds value to catalogs.
        Parameters:
        value - the item to add to catalogs
      • removeFromCatalogs

        public void removeFromCatalogs​(SessionContext ctx,
                                       Catalog value)
        Generated method - Removes value from catalogs.
        Parameters:
        value - the item to remove from catalogs
      • removeFromCatalogs

        public void removeFromCatalogs​(Catalog value)
        Generated method - Removes value from catalogs.
        Parameters:
        value - the item to remove from catalogs