Class BrowseFunctionality
java.lang.Object
io.goobi.viewer.model.cms.itemfunctionality.BrowseFunctionality
- All Implemented Interfaces:
Functionality
- Author:
- florian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the SOLR field which to browse to create the listintgetPageNo.Get the start character for which results should be displayedvoidreset()Resets the current browse page and the current string filtervoidvoidsetBrowseField(String field) Set the SOLR field which to browse to create the listvoidSet an additional filter to restrict the list to a subset of all recordsvoidsetPageNo(int pageNo) setPageNo.voidsetStartingCharacter(String start) Set the start character for which results should be displayed
-
Constructor Details
-
BrowseFunctionality
- Parameters:
field-
-
-
Method Details
-
setPageNo
public void setPageNo(int pageNo) Description copied from interface:FunctionalitysetPageNo.
- Specified by:
setPageNoin interfaceFunctionality- Parameters:
pageNo- a int.
-
getPageNo
public int getPageNo()Description copied from interface:FunctionalitygetPageNo.
- Specified by:
getPageNoin interfaceFunctionality- Returns:
- a int.
-
setBrowseField
Set the SOLR field which to browse to create the list- Parameters:
field-
-
getBrowseField
Get the SOLR field which to browse to create the list- Returns:
- the browseField
-
setFilter
Set an additional filter to restrict the list to a subset of all records- Parameters:
field-value-
-
setStartingCharacter
Set the start character for which results should be displayed- Parameters:
start-
-
getStartingCharacter
Get the start character for which results should be displayed- Returns:
- String
-
searchTerms
public void searchTerms() throws PresentationException, IndexUnreachableException, RedirectException -
reset
public void reset()Resets the current browse page and the current string filter
-