|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Reportable
Encapsulates any relational/tabular report generating object
which takes simple string parameters and locale and produces
a Swing TableModel of results.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
TableModel |
execute(Properties reportParams,
Locale locale)
Produces a Swing TableModel of report results using the given input arguments. |
Map |
getMetadata()
Returns a Map from metadata names to values for the given report object. |
| Method Detail |
|---|
TableModel execute(Properties reportParams,
Locale locale)
throws WTException
reportParams - Report input parameters as name/value string pairs.locale - Locale to produce results in. Wherever possible the results should be locale independent, however.
WTException - Thrown upon any checked exception.
Map getMetadata()
throws WTException
WTException - Thrown upon any checked exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||