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