| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ReportDAOImpl |
| Modifier and Type | Method | Description |
|---|---|---|
ReportDAO |
ReportService.getReportDAO() |
| Modifier and Type | Method | Description |
|---|---|---|
ReportDAO |
ReportServiceImpl.getReportDAO() |
| Constructor | Description |
|---|---|
ReportServiceImpl(ReportDAO reportDAO) |
|
UserServiceImpl(ConfigurationService configurationService,
ProjectService projectService,
UserDAO userDAO,
ProjectDAO projectDAO,
ReportDAO reportDAO,
PermissionDAO permissionDAO,
UserPreferencesDAO userPreferencesDAO) |
Deprecated.
use constructor without projectDA= und reportDAO instead
|
Copyright © 2002–2019 itracker. All rights reserved.