public abstract class AbstractRestService extends Object implements RestService
| Constructor and Description |
|---|
AbstractRestService() |
public AbstractRestService()
public String createBib(String requestBody)
createBib in interface RestServicepublic String updateBib(String requestBody)
updateBib in interface RestServicepublic String updateBibs(String requestBody)
updateBibs in interface RestServicepublic String retrieveBib(String bibId)
retrieveBib in interface RestServicepublic String deleteBib(String bibId)
deleteBib in interface RestServicepublic String createHoldings(String requestBody)
createHoldings in interface RestServicepublic String retrieveHoldings(String holdingsId)
retrieveHoldings in interface RestServicepublic String updateHoldings(String requestBody)
updateHoldings in interface RestServicepublic String deleteHoldings(String holdingsId)
deleteHoldings in interface RestServicepublic String createItem(String requestBody)
createItem in interface RestServicepublic String createItems(String requestBody)
createItems in interface RestServicepublic String retrieveItems(String itemsId)
retrieveItems in interface RestServicepublic String updateItem(String requestBody)
updateItem in interface RestServicepublic String updateItems(String requestBody)
updateItems in interface RestServicepublic String deleteItem(String itemsId)
deleteItem in interface RestServicepublic String deleteItems(String itemIds)
deleteItems in interface RestServicepublic String createBibTree(String requestBody)
createBibTree in interface RestServicepublic String createBibTrees(String requestBody)
createBibTrees in interface RestServicepublic String retrieveBibTree(String bibId)
retrieveBibTree in interface RestServicepublic String createHoldingsTree(String requestBody)
createHoldingsTree in interface RestServicepublic String createHoldingsTrees(String requestBody)
createHoldingsTrees in interface RestServicepublic String retrieveHoldingsTree(String holdingsId)
retrieveHoldingsTree in interface RestServicepublic String search(String requestBody)
search in interface RestServicepublic String findBibs(String requestBody)
findBibs in interface RestServicepublic String findBibTree(String requestBody)
findBibTree in interface RestServicepublic String findHoldings(String requestBody)
findHoldings in interface RestServicepublic String findHoldingsTree(String requestBody)
findHoldingsTree in interface RestServicepublic String findItems(String requestBody)
findItems in interface RestServicepublic String browseItems(String requestBody)
browseItems in interface RestServicepublic String browseHoldings(String requestBody)
browseHoldings in interface RestServicepublic String boundWithBibs(String holdingsId, String requestBody)
boundWithBibs in interface RestServicepublic String transferHoldings(String bibId, String requestBody)
transferHoldings in interface RestServicepublic String transferItems(String bibId, String requestBody)
transferItems in interface RestServicepublic String retrieveHoldingsByBarcode(String[] barcode)
retrieveHoldingsByBarcode in interface RestServicepublic String retrieveItemByBarcode(String barcode)
retrieveItemByBarcode in interface RestServicepublic String retrieveHoldingsTrees(String[] bibIds)
retrieveHoldingsTrees in interface RestServicepublic String updateItemByBarcode(String[] barcodes, String requestBody)
updateItemByBarcode in interface RestServicepublic String patchItem(String requestBody)
patchItem in interface RestServicepublic String updateItemByBarcodeWithContent(String[] barcode, String requestBody)
updateItemByBarcodeWithContent in interface RestServicepublic String patchItemById(String[] itemsIds, String requestBody)
patchItemById in interface RestServicepublic String patchItemByIdWithContent(String[] itemsIds, String requestBody)
patchItemByIdWithContent in interface RestServicepublic String patchItemWithContent(String requestBody)
patchItemWithContent in interface RestServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.