|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.adapter.PeopleSoftCompIntfcAdapter.SearchLevel
SearchLevel is used to heirarchically produce find search strings which allow you to a narrow down to a small set of results.
Constructor Summary | |
PeopleSoftCompIntfcAdapter.SearchLevel()
Construct a top level SearchLevel. |
|
PeopleSoftCompIntfcAdapter.SearchLevel(PeopleSoftCompIntfcAdapter.SearchLevel parent)
Construct a lower level SearchLevel. |
|
PeopleSoftCompIntfcAdapter.SearchLevel(java.lang.String startSearch)
Construct a top level SearchLevel. |
Method Summary | |
PeopleSoftCompIntfcAdapter.SearchLevel |
getParent()
|
boolean |
hasNext()
|
java.lang.String |
next()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PeopleSoftCompIntfcAdapter.SearchLevel()
public PeopleSoftCompIntfcAdapter.SearchLevel(java.lang.String startSearch)
public PeopleSoftCompIntfcAdapter.SearchLevel(PeopleSoftCompIntfcAdapter.SearchLevel parent)
parent
- Method Detail |
public java.lang.String next()
public boolean hasNext()
public PeopleSoftCompIntfcAdapter.SearchLevel getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |