Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
Modifier and Type | Method | Description |
---|---|---|
Notification.Role |
Notification.getRole() |
|
static Notification.Role |
Notification.Role.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Notification.Role[] |
Notification.Role.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Notification.setRole(Notification.Role role) |
Constructor | Description |
---|---|
Notification(User user,
Issue issue,
Notification.Role role) |
Modifier and Type | Method | Description |
---|---|---|
static HashMap<Notification.Role,String> |
NotificationUtilities.getRoleNames(Locale locale) |
|
static Map<User,Set<Notification.Role>> |
NotificationUtilities.mappedRoles(List<Notification> notifications) |
Modifier and Type | Method | Description |
---|---|---|
static String |
NotificationUtilities.getRoleName(Notification.Role role) |
|
static String |
NotificationUtilities.getRoleName(Notification.Role role,
Locale locale) |
Copyright © 2002–2019 itracker. All rights reserved.