Interface GroupPrivilege


public interface GroupPrivilege
Represents a privilege object
Since:
12.29
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the grouping name of this privilege in the specified language.
    int
     
    getName(Locale language)
    Returns the name of this privilege in the specified language.
  • Method Details

    • getId

      int getId()
      Returns:
      the id of this privilege
      Since:
      12.29
    • getName

      String getName(Locale language)
      Returns the name of this privilege in the specified language. If the specified language is not supported the configured default language of the novomind iAGENT system will be used instead. Please note that only the language attribute of the given Locale is used.
      Parameters:
      language - the language used to localize the name of this privilege
      Returns:
      the name of this privilege in the specified language
      Since:
      12.29
    • getGroupingName

      String getGroupingName(Locale language)
      Returns the grouping name of this privilege in the specified language. If the specified language is not supported the configured default language of the novomind iAGENT system will be used instead. Please note that only the language attribute of the given Locale is used.
      Parameters:
      language - the language used to localize the grouping name of this privilege
      Returns:
      the grouping name of this privilege in the specified language
      Since:
      12.29