|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultData | |
---|---|
com.ibm.ccd.ui.portlets.search.core | |
com.ibm.ccd.ui.tags |
Uses of ResultData in com.ibm.ccd.ui.portlets.search.core |
---|
Methods in com.ibm.ccd.ui.portlets.search.core that return ResultData | |
---|---|
ResultData |
SearchResultBean.getResultData()
Gets the resultData |
ResultData |
SearchBean.getSearchResults()
This method returns the ResultData which holds the search results |
ResultData |
IBaseSearch.getSearchResults()
|
ResultData |
CSVParser.parse(java.lang.String xmlString)
This method parses the CSV text |
Methods in com.ibm.ccd.ui.portlets.search.core with parameters of type ResultData | |
---|---|
void |
SearchResultBean.setResultData(ResultData resultData)
Sets the resultData |
Constructors in com.ibm.ccd.ui.portlets.search.core with parameters of type ResultData | |
---|---|
SearchResultBean(ResultData data,
int traversalSize)
|
|
SearchResultBean(ResultData data,
int aTraversalSize,
long count)
Provide a minimum info of the results to work with, and the traversal size |
Uses of ResultData in com.ibm.ccd.ui.tags |
---|
Fields in com.ibm.ccd.ui.tags declared as ResultData | |
---|---|
protected ResultData |
UISearchResultTag.resultData
list of result data elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |