Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
org.itracker.web.actions.report |
Modifier and Type | Field | Description |
---|---|---|
static Comparator<Report> |
Report.NAME_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
Report |
ReportDAO.findByPrimaryKey(Integer reportId) |
Finds a report by id.
|
Report |
ReportDAOImpl.findByPrimaryKey(Integer id) |
Modifier and Type | Method | Description |
---|---|---|
List<Report> |
ReportDAO.findAll() |
Finds all existing reports.
|
List<Report> |
ReportDAOImpl.findAll() |
Modifier and Type | Method | Description |
---|---|---|
Report |
ReportService.createReport(Report report) |
Modifier and Type | Method | Description |
---|---|---|
List<Report> |
ReportService.getAllReports() |
Modifier and Type | Method | Description |
---|---|---|
Report |
ReportService.createReport(Report report) |
Modifier and Type | Method | Description |
---|---|---|
Report |
ReportServiceImpl.createReport(Report report) |
Modifier and Type | Method | Description |
---|---|---|
List<Report> |
ReportServiceImpl.getAllReports() |
Modifier and Type | Method | Description |
---|---|---|
Report |
ReportServiceImpl.createReport(Report report) |
Modifier and Type | Method | Description |
---|---|---|
static void |
DisplayReportAction.outputReport(List<Issue> reportDataArray,
Project project,
Report report,
Locale userLocale,
String reportOutput,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2002–2019 itracker. All rights reserved.