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
Exception
public 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 BrowseService
protected List browseBibs(BrowseParams browseParams) throws Exception
Exception
protected List browseItems(BrowseParams browseParams) throws Exception
Exception
protected List browseHoldings(BrowseParams browseParams) throws Exception
Exception
protected List buildBrowseBibsResults(SearchResponse searchResponse) throws Exception
Exception
protected List buildBrowseHoldingsResults(SearchResponse searchResponse) throws Exception
Exception
protected List buildBrowseItemsResults(SearchResponse searchResponse) throws Exception
Exception
protected 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 BrowseService
public boolean getNextFlag()
getNextFlag
in interface BrowseService
public String getPageShowEntries()
getPageShowEntries
in interface BrowseService
protected List initBrowse(CallNumberBrowseParams callNumberBrowseParams) throws Exception
Exception
protected 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 BrowseService
public List callNumberBrowsePrev(CallNumberBrowseForm callNumberBrowseForm)
callNumberBrowsePrev
in interface BrowseService
public List callNumberBrowseNext(CallNumberBrowseForm callNumberBrowseForm)
callNumberBrowseNext
in interface BrowseService
public List browse(OLESearchForm oleSearchForm)
browse
in interface BrowseService
public List browseOnChange(OLESearchForm oleSearchForm)
browseOnChange
in interface BrowseService
public List browsePrev(OLESearchForm oleSearchForm)
browsePrev
in interface BrowseService
public List browseNext(OLESearchForm oleSearchForm)
browseNext
in interface BrowseService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.