|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectumich.cac.queryengine.LookupService
Queries the DB using the query engine, and returns usage statistics
| Constructor Summary | |
LookupService()
|
|
| 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 |
setLookupService(QueryEngine queryEngine)
Set the query engine to use to perform the queriest against |
void |
setQueryEngine(QueryEngine queryEngine)
Sets the engine to query used to fetch the user data |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LookupService()
| Method Detail |
public void setLookupService(QueryEngine queryEngine)
queryEngine - The query engine to perform XPATH queries againstpublic void setQueryEngine(QueryEngine queryEngine)
setQueryEngine in interface LookupServiceEnginequeryEngine - the QueryEngin to use for obtaining the user data
public java.util.Map getUserData(java.util.Date startDate,
java.util.Date endDate)
getUserData in interface LookupServiceEnginestartDate - the start end date for the jobsendDate - the end end date for the jobs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||