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