|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mydm.search.SRListenerImpl
Simple Search Results Listener.
Constructor Summary | |
SRListenerImpl()
Constructor |
Method Summary | |
void |
addResult(SearchResFoundEvent srfoundevent)
Adds the SeachResult to the resultset. |
long |
getCount()
Gets the count of the results found. |
EDocResSet |
getResults()
Gets the EDocuments found. |
EDocResSet |
getResults(long limit,
long offset)
Get the EDocuments found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SRListenerImpl()
Method Detail |
public long getCount()
SearchResListener
getCount
in interface SearchResListener
public EDocResSet getResults()
SearchResListener
getResults
in interface SearchResListener
public EDocResSet getResults(long limit, long offset)
SearchResListener
getResults
in interface SearchResListener
limit
- return resultset limit.offset
- offset in the complete result set.
public void addResult(SearchResFoundEvent srfoundevent)
SearchResListener
addResult
in interface SearchResListener
srfoundevent
- search result found event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |