| Package | Description |
|---|---|
| org.itracker.services |
Service Interfaces
|
| org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
| 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) |
Copyright © 2002–2019 itracker. All rights reserved.