Methods Summary |
---|
public abstract void | addReport(Report report)Adds a copy of the report to the registry.
|
public abstract Report | getReport(int id)Returns a copy of the report with the specified ID, or null if
there's no matching report in the registry.
|
public abstract java.util.List | getReports(java.lang.String owner, java.util.Date from, java.util.Date to, int[] status)Returns a List with copies of all reports matching the
search criteria.
|
public abstract void | removeReport(Report report)Removes an existing report in the registry with ID of the provided
report.
|
public abstract void | updateReport(Report report)Replaces an existing report in the registry with a copy of the
provided report.
|