|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchBean
An interface describing the backing bean to the search page
Method Summary | |
---|---|
boolean |
foundNoResults()
|
String |
getBaseUrl()
get the base URL |
String |
getDateNow()
get the date now in RFS-822 format |
String |
getErrorMessage()
get the error message |
int |
getNresults()
|
String |
getOpenSearchUrl()
Get the OpensearchURL |
List<SearchPage> |
getPages()
get a pager objects |
String |
getPortalBaseUrl()
|
String |
getRequestUrl()
get the request URL |
List<SearchOutputItem> |
getResults()
get the results for the current pages |
String |
getRssURL()
get the RSS URL |
String |
getSearch()
The search text |
String |
getSearchFound()
get the found string |
String |
getSearchTitle()
Title for the search page |
String |
getSherlockIconUrl()
|
String |
getSherlockUpdateUrl()
|
String |
getSiteTitle()
Get the site title |
String |
getSuggestion()
|
String |
getSuggestionUrl()
|
String |
getSystemName()
get the name of the system |
List<SearchTerm> |
getTerms()
get the terms on the current page |
String |
getTerms(String format)
Get a formatted list of terms |
String |
getToolUrl()
Gets the base url for the tool |
boolean |
hasAdmin()
true if the user has admin rights |
boolean |
hasError()
does the page have an error |
boolean |
hasResults()
Returns true if a search has been performed and there are some results |
boolean |
hasSuggestion()
|
boolean |
isEnabled()
returns true if search isEnabled |
boolean |
isScope(String scope)
|
Method Detail |
---|
String getSearchTitle()
boolean hasAdmin()
String getToolUrl()
String getSearch()
boolean isEnabled()
String getTerms(String format)
format
- format is {0} is the term {1} is the frequency
boolean hasResults()
String getOpenSearchUrl()
String getSiteTitle()
String getBaseUrl()
String getSystemName()
String getSearchFound()
List<SearchPage> getPages()
List<SearchOutputItem> getResults()
List<SearchTerm> getTerms()
boolean hasError()
String getErrorMessage()
String getRssURL()
String getDateNow()
String getRequestUrl()
int getNresults()
boolean foundNoResults()
String getSherlockIconUrl()
String getSherlockUpdateUrl()
String getPortalBaseUrl()
boolean isScope(String scope)
String getSuggestion()
boolean hasSuggestion()
String getSuggestionUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |