Class GeneratedPrincipalGroup

    • Field Detail

      • LOCNAME

        public static final java.lang.String LOCNAME
        Qualifier of the PrincipalGroup.locName attribute
        See Also:
        Constant Field Values
      • MAXBRUTEFORCELOGINATTEMPTS

        public static final java.lang.String MAXBRUTEFORCELOGINATTEMPTS
        Qualifier of the PrincipalGroup.maxBruteForceLoginAttempts attribute
        See Also:
        Constant Field Values
      • MEMBERS

        public static final java.lang.String MEMBERS
        Qualifier of the PrincipalGroup.members attribute
        See Also:
        Constant Field Values
      • PRINCIPALGROUPRELATION_SRC_ORDERED

        protected static java.lang.String PRINCIPALGROUPRELATION_SRC_ORDERED
        Relation ordering override parameter constants for PrincipalGroupRelation from ((core))
      • PRINCIPALGROUPRELATION_TGT_ORDERED

        protected static java.lang.String PRINCIPALGROUPRELATION_TGT_ORDERED
      • PRINCIPALGROUPRELATION_MARKMODIFIED

        protected static java.lang.String PRINCIPALGROUPRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for PrincipalGroupRelation from ((core))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedPrincipalGroup

        public GeneratedPrincipalGroup()
    • Method Detail

      • getLocName

        public java.lang.String getLocName​(SessionContext ctx)
        Generated method - Getter of the PrincipalGroup.locName attribute.
        Returns:
        the locName
      • getLocName

        public java.lang.String getLocName()
        Generated method - Getter of the PrincipalGroup.locName attribute.
        Returns:
        the locName
      • getAllLocName

        public java.util.Map<Language,​java.lang.String> getAllLocName​(SessionContext ctx)
        Generated method - Getter of the PrincipalGroup.locName attribute.
        Returns:
        the localized locName
      • getAllLocName

        public java.util.Map<Language,​java.lang.String> getAllLocName()
        Generated method - Getter of the PrincipalGroup.locName attribute.
        Returns:
        the localized locName
      • setLocName

        public void setLocName​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the PrincipalGroup.locName attribute.
        Parameters:
        value - the locName
      • setLocName

        public void setLocName​(java.lang.String value)
        Generated method - Setter of the PrincipalGroup.locName attribute.
        Parameters:
        value - the locName
      • setAllLocName

        public void setAllLocName​(SessionContext ctx,
                                  java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the PrincipalGroup.locName attribute.
        Parameters:
        value - the locName
      • setAllLocName

        public void setAllLocName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the PrincipalGroup.locName attribute.
        Parameters:
        value - the locName
      • getMaxBruteForceLoginAttempts

        public java.lang.Integer getMaxBruteForceLoginAttempts​(SessionContext ctx)
        Generated method - Getter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Returns:
        the maxBruteForceLoginAttempts
      • getMaxBruteForceLoginAttempts

        public java.lang.Integer getMaxBruteForceLoginAttempts()
        Generated method - Getter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Returns:
        the maxBruteForceLoginAttempts
      • getMaxBruteForceLoginAttemptsAsPrimitive

        public int getMaxBruteForceLoginAttemptsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Returns:
        the maxBruteForceLoginAttempts
      • getMaxBruteForceLoginAttemptsAsPrimitive

        public int getMaxBruteForceLoginAttemptsAsPrimitive()
        Generated method - Getter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Returns:
        the maxBruteForceLoginAttempts
      • setMaxBruteForceLoginAttempts

        public void setMaxBruteForceLoginAttempts​(SessionContext ctx,
                                                  java.lang.Integer value)
        Generated method - Setter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Parameters:
        value - the maxBruteForceLoginAttempts
      • setMaxBruteForceLoginAttempts

        public void setMaxBruteForceLoginAttempts​(java.lang.Integer value)
        Generated method - Setter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Parameters:
        value - the maxBruteForceLoginAttempts
      • setMaxBruteForceLoginAttempts

        public void setMaxBruteForceLoginAttempts​(SessionContext ctx,
                                                  int value)
        Generated method - Setter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Parameters:
        value - the maxBruteForceLoginAttempts
      • setMaxBruteForceLoginAttempts

        public void setMaxBruteForceLoginAttempts​(int value)
        Generated method - Setter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
        Parameters:
        value - the maxBruteForceLoginAttempts
      • getMembers

        public java.util.Set<Principal> getMembers​(SessionContext ctx)
        Generated method - Getter of the PrincipalGroup.members attribute.
        Returns:
        the members
      • getMembers

        public java.util.Set<Principal> getMembers()
        Generated method - Getter of the PrincipalGroup.members attribute.
        Returns:
        the members
      • getMembersCount

        public long getMembersCount​(SessionContext ctx)
      • getMembersCount

        public long getMembersCount()
      • setMembers

        public void setMembers​(SessionContext ctx,
                               java.util.Set<Principal> value)
        Generated method - Setter of the PrincipalGroup.members attribute.
        Parameters:
        value - the members
      • setMembers

        public void setMembers​(java.util.Set<Principal> value)
        Generated method - Setter of the PrincipalGroup.members attribute.
        Parameters:
        value - the members
      • addToMembers

        public void addToMembers​(SessionContext ctx,
                                 Principal value)
        Generated method - Adds value to members.
        Parameters:
        value - the item to add to members
      • addToMembers

        public void addToMembers​(Principal value)
        Generated method - Adds value to members.
        Parameters:
        value - the item to add to members
      • removeFromMembers

        public void removeFromMembers​(SessionContext ctx,
                                      Principal value)
        Generated method - Removes value from members.
        Parameters:
        value - the item to remove from members
      • removeFromMembers

        public void removeFromMembers​(Principal value)
        Generated method - Removes value from members.
        Parameters:
        value - the item to remove from members