Interface GroupPrivilege
public interface GroupPrivilege
Represents a privilege object
- Since:
- 12.29
-
Method Summary
-
Method Details
-
getId
int getId()- Returns:
- the id of this privilege
- Since:
- 12.29
-
getName
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 givenLocale
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
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 givenLocale
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
-