public class NotificationUtilities extends Object
Constructor | Description |
---|---|
NotificationUtilities() |
Modifier and Type | Method | Description |
---|---|---|
static String |
getRoleName(int value) |
Deprecated.
|
static String |
getRoleName(int value,
Locale locale) |
Deprecated.
|
static String |
getRoleName(Notification.Role role) |
|
static String |
getRoleName(Notification.Role role,
Locale locale) |
|
static HashMap<Notification.Role,String> |
getRoleNames(Locale locale) |
|
static Map<User,Set<Notification.Role>> |
mappedRoles(List<Notification> notifications) |
public static String getRoleName(int value)
public static String getRoleName(Notification.Role role)
public static String getRoleName(Notification.Role role, Locale locale)
public static HashMap<Notification.Role,String> getRoleNames(Locale locale)
public static final Map<User,Set<Notification.Role>> mappedRoles(List<Notification> notifications)
Copyright © 2002–2019 itracker. All rights reserved.