public class DocstoreIndexServiceImpl extends Object implements DocstoreIndexService
| Constructor and Description |
|---|
DocstoreIndexServiceImpl() |
public DocstoreIndexServiceImpl()
public void createBib(Bib bib)
createBib in interface DocstoreIndexServicepublic void createHoldings(Holdings holdings)
createHoldings in interface DocstoreIndexServicepublic void createItem(Item item)
createItem in interface DocstoreIndexServicepublic void createHoldingsTree(HoldingsTree holdingsTree)
createHoldingsTree in interface DocstoreIndexServicepublic void createBibTree(BibTree bibTree)
createBibTree in interface DocstoreIndexServicepublic void updateBib(Bib bib)
updateBib in interface DocstoreIndexServicepublic void updateBibs(List<Bib> bibs)
updateBibs in interface DocstoreIndexServicepublic void updateHoldings(Holdings holdings)
updateHoldings in interface DocstoreIndexServicepublic void updateItem(Item item)
updateItem in interface DocstoreIndexServicepublic void deleteBib(String bibId)
deleteBib in interface DocstoreIndexServicepublic void deleteHoldings(String holdingsId)
deleteHoldings in interface DocstoreIndexServicepublic void deleteItem(String itemId)
deleteItem in interface DocstoreIndexServicepublic void boundHoldingsWithBibs(String holdingsId, List<String> bibIds)
boundHoldingsWithBibs in interface DocstoreIndexServicepublic void transferHoldings(List<String> holdingsIds, String bibId)
transferHoldings in interface DocstoreIndexServicepublic void transferItems(List<String> itemIds, String holdingsId)
transferItems in interface DocstoreIndexServicepublic void createBibTrees(BibTrees bibTrees)
createBibTrees in interface DocstoreIndexServicepublic void deleteBibs(List<String> bibIds)
deleteBibs in interface DocstoreIndexServicepublic void createLicense(License license)
createLicense in interface DocstoreIndexServicepublic void createLicenses(Licenses licenses)
createLicenses in interface DocstoreIndexServicepublic void updateLicense(License license)
updateLicense in interface DocstoreIndexServicepublic void updateLicenses(Licenses licenses)
updateLicenses in interface DocstoreIndexServicepublic void deleteLicense(String id)
deleteLicense in interface DocstoreIndexServicepublic void createAnalyticsRelation(String seriesHoldingsId, List<String> itemIds)
createAnalyticsRelation in interface DocstoreIndexServicepublic void breakAnalyticsRelation(String seriesHoldingsId, List<String> itemIds)
breakAnalyticsRelation in interface DocstoreIndexServiceCopyright © 2004–2014 The Kuali Foundation. All rights reserved.