Method Summary |
|
public SearchQuery | getAdvancedQuery() |
public SearchQuery | getBasicQuery() |
public int | getFirstRecordIndex() Access the index of the first record in the current view page. |
public Map | getIndex() |
public int | getLastRecordIndex() Access the index of the last record in the current view page. |
public Integer | getNumRecordsFetched() |
public Integer | getNumRecordsFound() |
public Integer | getNumRecordsMerged() |
public Integer | getPageSize() |
public String | getRepositoryId() |
public String | getRepositoryName() |
public String | getSearchId() |
public CitationCollection | getSearchResults() |
public Thread | getSearchThread() |
public String | getSearchType() |
public String | getSortBy() |
public Integer | getStartRecord() |
public String | getStatusMessage() Access the status message for this search. |
public int | getViewPageNumber() Access the zero-based index indicating the page that was most recently accessed using the
viewPage method. |
public int | getViewPageSize() Access the zero-based index indicating the page that was most recently accessed using the
viewPage method. |
public boolean | isFirstPage() |
public boolean | isLastPage() |
public boolean | isNewSearch() |
public void | prepareForNextPage() |
public void | setAdvancedQuery(SearchQuery advancedCriteria) |
public void | setBasicQuery(SearchQuery basicCriteria) |
public void | setFirstPage(boolean firstPage) |
public void | setIndex(Map index) |
public void | setLastPage(boolean lastPage) |
public void | setNewSearch(boolean newSearch) |
public void | setNumRecordsFetched(Integer numRecordsFetched) |
public void | setNumRecordsFound(Integer numRecordsFound) |
public void | setNumRecordsMerged(Integer numRecordsMerged) |
public void | setPageSize(Integer pageSize) |
public void | setPageSize(String pageSize) |
public void | setRepositoryName(String repositoryName) |
public void | setSearchThread(Thread searchThread) |
public void | setSearchType(String searchType) |
public void | setSortBy(String sortBy) |
public void | setStartRecord(Integer startRecord) |
public void | setStartRecord(String startRecord) |
public void | setStatusMessage() Set the status message for this search to null. |
public void | setStatusMessage(String msg) Set the status message for this search. |
public void | setViewPageSize(int size) |
public List | viewPage() This method gives access to a list of citations representing the first page of output based
on a predefined "page size". |
public List | viewPage(int page) This method gives access to a list of citations representing a page of output based on a
predefined "page size". |