Class GeneratedPrincipalGroup

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

public abstract class GeneratedPrincipalGroup extends Principal
Generated class for type PrincipalGroup.
See Also:
  • Field Details

    • LOCNAME

      public static final String LOCNAME
      Qualifier of the PrincipalGroup.locName attribute
      See Also:
    • MAXBRUTEFORCELOGINATTEMPTS

      public static final String MAXBRUTEFORCELOGINATTEMPTS
      Qualifier of the PrincipalGroup.maxBruteForceLoginAttempts attribute
      See Also:
    • MEMBERS

      public static final String MEMBERS
      Qualifier of the PrincipalGroup.members attribute
      See Also:
    • PRINCIPALGROUPRELATION_SRC_ORDERED

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

      protected static String PRINCIPALGROUPRELATION_TGT_ORDERED
    • PRINCIPALGROUPRELATION_MARKMODIFIED

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

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

    • GeneratedPrincipalGroup

      public GeneratedPrincipalGroup()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedPrincipal
    • 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 GeneratedPrincipal
    • getLocName

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

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

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

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

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

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the PrincipalGroup.maxBruteForceLoginAttempts attribute.
      Parameters:
      value - the maxBruteForceLoginAttempts
    • setMaxBruteForceLoginAttempts

      public void setMaxBruteForceLoginAttempts(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 Set<Principal> getMembers(SessionContext ctx)
      Generated method - Getter of the PrincipalGroup.members attribute.
      Returns:
      the members
    • getMembers

      public 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, Set<Principal> value)
      Generated method - Setter of the PrincipalGroup.members attribute.
      Parameters:
      value - the members
    • setMembers

      public void setMembers(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