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 |
---|---|---|
EmailService |
ITrackerServices.getEmailService() |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultEmailService |
Modifier and Type | Method | Description |
---|---|---|
EmailService |
ITrackerServicesImpl.getEmailService() |
|
EmailService |
NotificationServiceImpl.getEmailService() |
Modifier and Type | Method | Description |
---|---|---|
void |
NotificationServiceImpl.setEmailService(EmailService emailService) |
Constructor | Description |
---|---|
ITrackerServicesImpl(IssueService issueService,
UserService userService,
ProjectService projectService,
ConfigurationService configurationService,
ReportService reportService,
NotificationService notificationService,
EmailService emailService) |
|
NotificationServiceImpl(EmailService emailService,
ProjectService projectService,
NotificationDAO notificationDao,
IssueActivityDAO issueActivityDao,
IssueDAO issueDao,
IssueService issueService) |
Copyright © 2002–2019 itracker. All rights reserved.