public class BrowseServiceImpl extends Object implements BrowseService
| Modifier and Type | Field and Description |
|---|---|
protected int |
matchIndex |
protected String |
nextBrowseValue |
protected int |
pageSize |
protected String |
previousBrowseValue |
protected int |
startIndex |
protected int |
totRecCount |
| Constructor and Description |
|---|
BrowseServiceImpl() |
protected int totRecCount
protected int pageSize
protected int matchIndex
protected int startIndex
protected String nextBrowseValue
protected String previousBrowseValue
public BrowseServiceImpl()
public DocstoreClient getDocstoreClient() throws Exception
Exceptionpublic DocstoreClientLocator getDocstoreClientLocator()
public int getTotRecCount()
public void setTotRecCount(int totRecCount)
public int getPageSize()
public void setPageSize(int pageSize)
public int getMatchIndex()
public void setMatchIndex(int matchIndex)
public int getStartIndex()
public void setStartIndex(int startIndex)
public String validateLocation(String locationString)
validateLocation in interface BrowseServiceprotected List browseBibs(BrowseParams browseParams) throws Exception
Exceptionprotected List browseItems(BrowseParams browseParams) throws Exception
Exceptionprotected List browseHoldings(BrowseParams browseParams) throws Exception
Exceptionprotected List buildBrowseBibsResults(SearchResponse searchResponse) throws Exception
Exceptionprotected List buildBrowseHoldingsResults(SearchResponse searchResponse) throws Exception
Exceptionprotected List buildBrowseItemsResults(SearchResponse searchResponse) throws Exception
Exceptionprotected List browseList(CallNumberBrowseParams callNumberBrowseParams)
protected List browseListNext(CallNumberBrowseParams callNumberBrowseParams)
protected List browseListPrevious(CallNumberBrowseParams callNumberBrowseParams)
protected boolean isValidLibraryLevel(String location)
public boolean getPreviosFlag()
getPreviosFlag in interface BrowseServicepublic boolean getNextFlag()
getNextFlag in interface BrowseServicepublic String getPageShowEntries()
getPageShowEntries in interface BrowseServiceprotected List initBrowse(CallNumberBrowseParams callNumberBrowseParams) throws Exception
Exceptionprotected BrowseParams buildBrowseParams(CallNumberBrowseParams callNumberBrowseParams)
protected BrowseParams totalBrowseParams(CallNumberBrowseParams callNumberBrowseParams)
protected BrowseParams totalBrowseParamsNext(CallNumberBrowseParams callNumberBrowseParams, String nextBrowseValue)
protected BrowseParams totalBrowseParamsNextPrevious(CallNumberBrowseParams callNumberBrowseParams, String previousBrowseValue)
protected CallNumberBrowseParams getBrowseParams(OLESearchForm oleSearchForm)
public List callNumberBrowse(CallNumberBrowseForm callNumberBrowseForm)
callNumberBrowse in interface BrowseServicepublic List callNumberBrowsePrev(CallNumberBrowseForm callNumberBrowseForm)
callNumberBrowsePrev in interface BrowseServicepublic List callNumberBrowseNext(CallNumberBrowseForm callNumberBrowseForm)
callNumberBrowseNext in interface BrowseServicepublic List browse(OLESearchForm oleSearchForm)
browse in interface BrowseServicepublic List browseOnChange(OLESearchForm oleSearchForm)
browseOnChange in interface BrowseServicepublic List browsePrev(OLESearchForm oleSearchForm)
browsePrev in interface BrowseServicepublic List browseNext(OLESearchForm oleSearchForm)
browseNext in interface BrowseServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.