Class BrowseFunctionality
java.lang.Object
io.goobi.viewer.model.cms.itemfunctionality.BrowseFunctionality
- All Implemented Interfaces:
Functionality
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the SOLR field which to browse to create the listint
getPageNo.Get the start character for which results should be displayedvoid
reset()
Resets the current browse page and the current string filtervoid
void
setBrowseField
(String field) Set the SOLR field which to browse to create the listvoid
Set an additional filter to restrict the list to a subset of all recordsvoid
setPageNo
(int pageNo) setPageNo.void
setStartingCharacter
(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:Functionality
setPageNo.
- Specified by:
setPageNo
in interfaceFunctionality
- Parameters:
pageNo
- a int.
-
getPageNo
public int getPageNo()Description copied from interface:Functionality
getPageNo.
- Specified by:
getPageNo
in 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
-