Class PrincipalGroupModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserGroupModel

public class PrincipalGroupModel extends PrincipalModel
Generated model class for type PrincipalGroup first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _PRINCIPALGROUPRELATION

      public static final String _PRINCIPALGROUPRELATION
      Generated relation code constant for relation PrincipalGroupRelation defining source attribute members in extension core.
      See Also:
    • LOCNAME

      public static final String LOCNAME
      Generated constant - Attribute key of PrincipalGroup.locName attribute defined at extension core.
      See Also:
    • MAXBRUTEFORCELOGINATTEMPTS

      public static final String MAXBRUTEFORCELOGINATTEMPTS
      Generated constant - Attribute key of PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core.
      See Also:
    • MEMBERS

      public static final String MEMBERS
      Generated constant - Attribute key of PrincipalGroup.members attribute defined at extension core.
      See Also:
  • Constructor Details

    • PrincipalGroupModel

      public PrincipalGroupModel()
      Generated constructor - Default constructor for generic creation.
    • PrincipalGroupModel

      public PrincipalGroupModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • PrincipalGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public PrincipalGroupModel(String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _uid - initial attribute declared by type Principal at extension core
    • PrincipalGroupModel

      @Deprecated(since="4.1.1", forRemoval=true) public PrincipalGroupModel(ItemModel _owner, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type Principal at extension core
  • Method Details

    • getLocname

      @Deprecated(since="ages", forRemoval=true) public String getLocname()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since ages - use { @link #getLocName()} instead
      Generated method - Getter of the PrincipalGroup.locName attribute defined at extension core.
      Returns:
      the locName
    • getLocname

      @Deprecated(since="ages", forRemoval=true) public String getLocname(Locale loc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since ages - use { @link #getLocName(Locale)} instead
      Generated method - Getter of the PrincipalGroup.locName attribute defined at extension core.
      Returns:
      the locName
    • getLocName

      @Accessor(qualifier="locName", type=GETTER) public String getLocName()
      Generated method - Getter of the PrincipalGroup.locName attribute defined at extension core.
      Returns:
      the locName
    • getLocName

      @Accessor(qualifier="locName", type=GETTER) public String getLocName(Locale loc)
      Generated method - Getter of the PrincipalGroup.locName attribute defined at extension core.
      Parameters:
      loc - the value localization key
      Returns:
      the locName
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getMaxBruteForceLoginAttempts

      @Accessor(qualifier="maxBruteForceLoginAttempts", type=GETTER) public Integer getMaxBruteForceLoginAttempts()
      Generated method - Getter of the PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core.
      Returns:
      the maxBruteForceLoginAttempts
    • getMembers

      @Accessor(qualifier="members", type=GETTER) public Set<PrincipalModel> getMembers()
      Generated method - Getter of the PrincipalGroup.members attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the members
    • setLocname

      @Deprecated(since="ages", forRemoval=true) public void setLocname(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since ages - use { @link #setLocName(java.lang.String)} instead
      Generated method - Setter of PrincipalGroup.locName attribute defined at extension core.
      Parameters:
      value - the locName
    • setLocname

      @Deprecated(since="ages", forRemoval=true) public void setLocname(String value, Locale loc)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since ages - use { @link #setLocName(java.lang.String,Locale)} instead
      Generated method - Setter of PrincipalGroup.locName attribute defined at extension core.
      Parameters:
      value - the locName
    • setLocName

      @Accessor(qualifier="locName", type=SETTER) public void setLocName(String value)
      Generated method - Setter of PrincipalGroup.locName attribute defined at extension core.
      Parameters:
      value - the locName
    • setLocName

      @Accessor(qualifier="locName", type=SETTER) public void setLocName(String value, Locale loc)
      Generated method - Setter of PrincipalGroup.locName attribute defined at extension core.
      Parameters:
      value - the locName
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setMaxBruteForceLoginAttempts

      @Accessor(qualifier="maxBruteForceLoginAttempts", type=SETTER) public void setMaxBruteForceLoginAttempts(Integer value)
      Generated method - Setter of PrincipalGroup.maxBruteForceLoginAttempts attribute defined at extension core.
      Parameters:
      value - the maxBruteForceLoginAttempts
    • setMembers

      @Accessor(qualifier="members", type=SETTER) public void setMembers(Set<PrincipalModel> value)
      Generated method - Setter of PrincipalGroup.members attribute defined at extension core.
      Parameters:
      value - the members