|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface DynamicReportSource<T>
DynamicReportSource
| Method Summary | |
|---|---|
java.util.List<T> |
getData()
Get the entire list of values for this report. |
java.util.List<T> |
getData(DataLimits limits)
Get the entire list of values for this report. |
java.lang.String |
getName()
The human readable name of this report. |
| Method Detail |
|---|
java.lang.String getName()
java.util.List<T> getData()
throws ObjectNotFoundException,
ArchivaDatabaseException
ArchivaDatabaseException - if there was a fundamental issue with accessing the database.
ObjectNotFoundException - if no records were found.
java.util.List<T> getData(DataLimits limits)
throws ObjectNotFoundException,
ArchivaDatabaseException
limits - the limits on the data to fetch. (NOTE: This object is
updated by the underlying implementation of this interface with
the current values appropriate for the limits object).
ArchivaDatabaseException - if there was a fundamental issue with accessing the database.
ObjectNotFoundException - if no records were found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||