Class GeneratedGroupRestriction

    • Field Detail

      • INCLUDESUBGROUPS

        public static final java.lang.String INCLUDESUBGROUPS
        Qualifier of the CMSUserGroupRestriction.includeSubgroups attribute
        See Also:
        Constant Field Values
      • USERGROUPS

        public static final java.lang.String USERGROUPS
        Qualifier of the CMSUserGroupRestriction.userGroups attribute
        See Also:
        Constant Field Values
      • USERGROUPSFORRESTRICTION_SRC_ORDERED

        protected static java.lang.String USERGROUPSFORRESTRICTION_SRC_ORDERED
        Relation ordering override parameter constants for UserGroupsForRestriction from ((cms2))
      • USERGROUPSFORRESTRICTION_TGT_ORDERED

        protected static java.lang.String USERGROUPSFORRESTRICTION_TGT_ORDERED
      • USERGROUPSFORRESTRICTION_MARKMODIFIED

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

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

      • GeneratedGroupRestriction

        public GeneratedGroupRestriction()
    • Method Detail

      • isIncludeSubgroups

        public java.lang.Boolean isIncludeSubgroups​(SessionContext ctx)
        Generated method - Getter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Returns:
        the includeSubgroups
      • isIncludeSubgroups

        public java.lang.Boolean isIncludeSubgroups()
        Generated method - Getter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Returns:
        the includeSubgroups
      • isIncludeSubgroupsAsPrimitive

        public boolean isIncludeSubgroupsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Returns:
        the includeSubgroups
      • isIncludeSubgroupsAsPrimitive

        public boolean isIncludeSubgroupsAsPrimitive()
        Generated method - Getter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Returns:
        the includeSubgroups
      • setIncludeSubgroups

        public void setIncludeSubgroups​(SessionContext ctx,
                                        java.lang.Boolean value)
        Generated method - Setter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Parameters:
        value - the includeSubgroups
      • setIncludeSubgroups

        public void setIncludeSubgroups​(java.lang.Boolean value)
        Generated method - Setter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Parameters:
        value - the includeSubgroups
      • setIncludeSubgroups

        public void setIncludeSubgroups​(SessionContext ctx,
                                        boolean value)
        Generated method - Setter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Parameters:
        value - the includeSubgroups
      • setIncludeSubgroups

        public void setIncludeSubgroups​(boolean value)
        Generated method - Setter of the CMSUserGroupRestriction.includeSubgroups attribute.
        Parameters:
        value - the includeSubgroups
      • getUserGroups

        public java.util.Collection<UserGroup> getUserGroups​(SessionContext ctx)
        Generated method - Getter of the CMSUserGroupRestriction.userGroups attribute.
        Returns:
        the userGroups
      • getUserGroups

        public java.util.Collection<UserGroup> getUserGroups()
        Generated method - Getter of the CMSUserGroupRestriction.userGroups attribute.
        Returns:
        the userGroups
      • getUserGroupsCount

        public long getUserGroupsCount​(SessionContext ctx)
      • getUserGroupsCount

        public long getUserGroupsCount()
      • setUserGroups

        public void setUserGroups​(SessionContext ctx,
                                  java.util.Collection<UserGroup> value)
        Generated method - Setter of the CMSUserGroupRestriction.userGroups attribute.
        Parameters:
        value - the userGroups
      • setUserGroups

        public void setUserGroups​(java.util.Collection<UserGroup> value)
        Generated method - Setter of the CMSUserGroupRestriction.userGroups attribute.
        Parameters:
        value - the userGroups
      • addToUserGroups

        public void addToUserGroups​(SessionContext ctx,
                                    UserGroup value)
        Generated method - Adds value to userGroups.
        Parameters:
        value - the item to add to userGroups
      • addToUserGroups

        public void addToUserGroups​(UserGroup value)
        Generated method - Adds value to userGroups.
        Parameters:
        value - the item to add to userGroups
      • removeFromUserGroups

        public void removeFromUserGroups​(SessionContext ctx,
                                         UserGroup value)
        Generated method - Removes value from userGroups.
        Parameters:
        value - the item to remove from userGroups
      • removeFromUserGroups

        public void removeFromUserGroups​(UserGroup value)
        Generated method - Removes value from userGroups.
        Parameters:
        value - the item to remove from userGroups