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
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.