org.itracker.services
Interface ITrackerServices

All Known Implementing Classes:
ITrackerServicesImpl

public interface ITrackerServices

Service layer is a bit messy. The are *Factories, which work mainly as data access objects, and *Handlers, that work as the service layer. It's messy because it was a straight EJB migration, and they were not refactored yet.

Author:
ricardo

Method Summary
 ConfigurationService getConfigurationService()
           
 EmailService getEmailService()
           
 IssueService getIssueService()
           
 NotificationService getNotificationService()
           
 ProjectService getProjectService()
           
 ReportService getReportService()
           
 UserService getUserService()
           
 

Method Detail

getIssueService

IssueService getIssueService()

getUserService

UserService getUserService()

getProjectService

ProjectService getProjectService()

getConfigurationService

ConfigurationService getConfigurationService()

getReportService

ReportService getReportService()

getEmailService

EmailService getEmailService()

getNotificationService

NotificationService getNotificationService()


Copyright © 2002-2012 itracker. All Rights Reserved.