ITrackerServices
public class ITrackerServicesImpl extends Object implements ITrackerServices
Constructor | Description |
---|---|
ITrackerServicesImpl(IssueService issueService,
UserService userService,
ProjectService projectService,
ConfigurationService configurationService,
ReportService reportService,
NotificationService notificationService,
EmailService emailService) |
Modifier and Type | Method | Description |
---|---|---|
ConfigurationService |
getConfigurationService() |
|
EmailService |
getEmailService() |
|
IssueService |
getIssueService() |
|
NotificationService |
getNotificationService() |
|
ProjectService |
getProjectService() |
|
ReportService |
getReportService() |
|
UserService |
getUserService() |
public ITrackerServicesImpl(IssueService issueService, UserService userService, ProjectService projectService, ConfigurationService configurationService, ReportService reportService, NotificationService notificationService, EmailService emailService)
public IssueService getIssueService()
getIssueService
in interface ITrackerServices
public UserService getUserService()
getUserService
in interface ITrackerServices
public ProjectService getProjectService()
getProjectService
in interface ITrackerServices
public ReportService getReportService()
getReportService
in interface ITrackerServices
public ConfigurationService getConfigurationService()
getConfigurationService
in interface ITrackerServices
public EmailService getEmailService()
getEmailService
in interface ITrackerServices
public NotificationService getNotificationService()
getNotificationService
in interface ITrackerServices
Copyright © 2002–2019 itracker. All rights reserved.