|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that new report modules can implement to "plugin" to the report generating module. This allows any arbitrary data source to be used and can take advantage of the existing report infrastructure without modifying any code
Method Summary | |
java.util.Map |
getUserData(java.util.Date startDate,
java.util.Date endDate)
Return a Map with key of username, and value of UserData for that user filled in with user statistics |
void |
setQueryEngine(QueryEngine queryEngine)
Sets the engine to query used to fetch the user data |
Method Detail |
public void setQueryEngine(QueryEngine queryEngine)
queryEngine
- the QueryEngin to use for obtaining the user datapublic java.util.Map getUserData(java.util.Date startDate, java.util.Date endDate)
startDate
- the start date for the jobsendDate
- the end date for the jobs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |