| Package | Description | 
|---|---|
| org.itracker.services | 
 Service Interfaces 
 | 
| org.itracker.services.implementations | 
 This package contains XXXService interface implementations, 
 named XXXServiceImpl by convention. 
 | 
| org.itracker.web.forms | 
 This package contains Struts forms used when receiving data from the Struts servlets 
 | 
| org.itracker.web.scheduler.tasks | |
| org.itracker.web.util | 
 This package has something to do with utilities for web actions, but 
 please explain in detail what shall be in, or not in here. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
NotificationService | 
ITrackerServices.getNotificationService() | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
NotificationServiceImpl | 
| Modifier and Type | Method | Description | 
|---|---|---|
NotificationService | 
ITrackerServicesImpl.getNotificationService() | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
IssueServiceImpl.setNotificationService(NotificationService notificationService) | 
| Constructor | Description | 
|---|---|
ITrackerServicesImpl(IssueService issueService,
                    UserService userService,
                    ProjectService projectService,
                    ConfigurationService configurationService,
                    ReportService reportService,
                    NotificationService notificationService,
                    EmailService emailService) | 
| Modifier and Type | Method | Description | 
|---|---|---|
static void | 
IssueForm.setupNotificationsInRequest(javax.servlet.http.HttpServletRequest request,
                           Issue issue,
                           NotificationService notificationService) | 
| Modifier and Type | Method | Description | 
|---|---|---|
NotificationService | 
MailNotification.getNotificationService() | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
MailNotification.setNotificationService(NotificationService notificationService) | 
| Modifier and Type | Method | Description | 
|---|---|---|
static void | 
EditIssueActionUtil.sendNotification(Integer issueId,
                int previousStatus,
                String baseURL,
                NotificationService notificationService) | 
Copyright © 2002–2019 itracker. All rights reserved.