ReportDAOImpl
public interface ReportDAO extends BaseDAO<Report>
Modifier and Type | Method | Description |
---|---|---|
List<Report> |
findAll() |
Finds all existing reports.
|
Report |
findByPrimaryKey(Integer reportId) |
Finds a report by id.
|
Copyright © 2002–2019 itracker. All rights reserved.