Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Method | Description |
---|---|---|
static Notification.Type |
Notification.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
Notification.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NotificationService.sendNotification(Issue issue,
Notification.Type type,
String baseURL) |
|
void |
NotificationService.sendNotification(Issue issue,
Notification.Type type,
String baseURL,
javax.mail.internet.InternetAddress[] receipients,
Integer lastModifiedDays) |
Deprecated.
|
void |
NotificationService.sendNotification(Notification notification,
Notification.Type type,
String baseURL) |
Modifier and Type | Method | Description |
---|---|---|
void |
NotificationServiceImpl.sendNotification(Issue issue,
Notification.Type type,
String baseURL) |
|
void |
NotificationServiceImpl.sendNotification(Issue issue,
Notification.Type type,
String baseURL,
javax.mail.internet.InternetAddress[] receipients,
Integer lastModifiedDays) |
|
void |
NotificationServiceImpl.sendNotification(Notification notification,
Notification.Type type,
String url) |
Copyright © 2002–2019 itracker. All rights reserved.