public class DocstoreServiceImpl extends Object implements DocstoreService
| Modifier and Type | Field and Description |
|---|---|
protected org.kuali.rice.coreservice.impl.parameter.ParameterServiceImpl |
parameterService |
DESCRIBE, OLE, OLE_DESC, PROCESS_SOLR_IND| Constructor and Description |
|---|
DocstoreServiceImpl() |
protected org.kuali.rice.coreservice.impl.parameter.ParameterServiceImpl parameterService
public DocstoreServiceImpl()
public String getParameter()
public void createBib(Bib bib)
createBib in interface DocstoreServicepublic void createHoldings(Holdings holdings)
createHoldings in interface DocstoreServicepublic void createItem(Item item)
createItem in interface DocstoreServicepublic void createHoldingsTree(HoldingsTree holdingsTree)
createHoldingsTree in interface DocstoreServicepublic void createBibTree(BibTree bibTree)
createBibTree in interface DocstoreServicepublic Bib retrieveBib(String bibId)
retrieveBib in interface DocstoreServicepublic List<Bib> retrieveBibs(List<String> bibIds)
retrieveBibs in interface DocstoreServicepublic List<Item> retrieveItems(List<String> itemIds)
retrieveItems in interface DocstoreServicepublic HashMap<String,Item> retrieveItemMap(List<String> itemIds)
retrieveItemMap in interface DocstoreServicepublic Holdings retrieveHoldings(String holdingsId)
retrieveHoldings in interface DocstoreServicepublic Item retrieveItem(String itemId)
retrieveItem in interface DocstoreServicepublic HoldingsTree retrieveHoldingsTree(String holdingsId)
retrieveHoldingsTree in interface DocstoreServicepublic BibTree retrieveBibTree(String bibId)
retrieveBibTree in interface DocstoreServicepublic BibTrees retrieveBibTrees(List<String> bibIds)
retrieveBibTrees in interface DocstoreServicepublic void updateBib(Bib bib)
updateBib in interface DocstoreServicepublic void updateBibs(List<Bib> bibs)
updateBibs in interface DocstoreServicepublic void updateHoldings(Holdings holdings)
updateHoldings in interface DocstoreServicepublic void updateItem(Item item)
updateItem in interface DocstoreServicepublic void deleteBib(String bibId)
deleteBib in interface DocstoreServicepublic void deleteHoldings(String holdingsId)
deleteHoldings in interface DocstoreServicepublic void deleteItem(String itemId)
deleteItem in interface DocstoreServicepublic SearchResponse search(SearchParams searchParams)
search in interface DocstoreServicepublic void setResultFieldsForHoldings(Holdings holdings, List<SearchResultField> searchResultFields)
setResultFieldsForHoldings in interface DocstoreServicepublic void setResultFieldsForItem(Item itemDoc, List<SearchResultField> searchResultFields)
setResultFieldsForItem in interface DocstoreServicepublic void setResultFieldsForBib(Bib bib, List<SearchResultField> searchResultFields)
setResultFieldsForBib in interface DocstoreServicepublic void createLicense(License license)
createLicense in interface DocstoreServicepublic Bib findBib(Map<String,String> map)
findBib in interface DocstoreServicepublic BibTree findBibTree(Map<String,String> map)
findBibTree in interface DocstoreServicepublic Holdings findHoldings(Map<String,String> map)
findHoldings in interface DocstoreServicepublic HoldingsTree findHoldingsTree(Map<String,String> map)
findHoldingsTree in interface DocstoreServicepublic Item findItem(Map<String,String> map)
findItem in interface DocstoreServicepublic void boundHoldingsWithBibs(String holdingsId, List<String> bibIds)
boundHoldingsWithBibs in interface DocstoreServicepublic void transferHoldings(List<String> holdingsIds, String bibId)
transferHoldings in interface DocstoreServicepublic void transferItems(List<String> itemIds, String holdingsId)
transferItems in interface DocstoreServicepublic void createBibTrees(BibTrees bibTrees)
createBibTrees in interface DocstoreServicepublic void deleteBibs(List<String> bibIds)
deleteBibs in interface DocstoreServicepublic SearchResponse browseItems(BrowseParams browseParams)
browseItems in interface DocstoreServicepublic SearchResponse browseHoldings(BrowseParams browseParams)
browseHoldings in interface DocstoreServicepublic void createLicenses(Licenses licenses)
createLicenses in interface DocstoreServicepublic License retrieveLicense(String licenseId)
retrieveLicense in interface DocstoreServicepublic Licenses retrieveLicenses(List<String> licenseIds)
retrieveLicenses in interface DocstoreServicepublic void updateLicense(License license)
updateLicense in interface DocstoreServicepublic void updateLicenses(Licenses licenses)
updateLicenses in interface DocstoreServicepublic void deleteLicense(String licenseId)
deleteLicense in interface DocstoreServicepublic void createAnalyticsRelation(String seriesHoldingsId, List<String> itemIds)
createAnalyticsRelation in interface DocstoreServicepublic void bulkUpdateHoldings(Holdings holdings, List<String> holdingIds, String canUpdateStaffOnlyFlag)
bulkUpdateHoldings in interface DocstoreServicepublic void bulkUpdateItem(Item item, List<String> itemIds, String canUpdateStaffOnlyFlag)
bulkUpdateItem in interface DocstoreServicepublic Item retrieveItemByBarcode(String barcode)
retrieveItemByBarcode in interface DocstoreServicepublic void breakAnalyticsRelation(String seriesHoldingsId, List<String> itemIds)
breakAnalyticsRelation in interface DocstoreServicepublic BibTrees processBibTrees(BibTrees bibTrees)
processBibTrees in interface DocstoreServicebibTrees - public void unbindWithOneBib(List<String> holdingsIds, String bibId)
unbindWithOneBib in interface DocstoreServicepublic void unbindWithAllBibs(List<String> holdingsIds, String bibId)
unbindWithAllBibs in interface DocstoreServicepublic BibTrees processBibTreesForBatch(BibTrees bibTrees)
processBibTreesForBatch in interface DocstoreServicebibTrees - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.