public class HoldingsRestServlet extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
HoldingsRestServlet() |
| Modifier and Type | Method and Description |
|---|---|
String |
boundWithBibs(String holdingsId,
javax.servlet.http.HttpServletRequest req) |
String |
breakAnalyticsRelation(String seriesHoldingsId,
javax.servlet.http.HttpServletRequest req) |
String |
bulkUpdateHoldings(javax.servlet.http.HttpServletRequest req) |
String |
createAnalyticsRelation(String seriesHoldingsId,
javax.servlet.http.HttpServletRequest req) |
String |
createHoldings(javax.servlet.http.HttpServletRequest req)
Creating Holdings
|
String |
createHoldingsTree(javax.servlet.http.HttpServletRequest req)
Create Holdings doc Tree
|
String |
deleteHoldings(javax.servlet.http.HttpServletRequest req)
Delete Holdings
|
protected void |
doDelete(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPut(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
String |
findHoldings(javax.servlet.http.HttpServletRequest req) |
String |
findHoldingsTree(javax.servlet.http.HttpServletRequest req) |
String |
retrieveHoldings(javax.servlet.http.HttpServletRequest req)
Retrieve Holdings
|
String |
retrieveHoldingsDocTrees(javax.servlet.http.HttpServletRequest req)
Retrieve Holdings Doc Trees
|
String |
retrieveHoldingsTree(javax.servlet.http.HttpServletRequest req)
Retrieve Holdings Tree
|
String |
retrieveHoldingsTrees(javax.servlet.http.HttpServletRequest req)
Retrieve Holdings Trees
|
String |
transferItems(String holdingsId,
javax.servlet.http.HttpServletRequest req) |
String |
updateHoldings(javax.servlet.http.HttpServletRequest req)
Update Holdings
|
doHead, doOptions, doTrace, getLastModified, service, servicepublic HoldingsRestServlet()
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPut(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPut in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doDelete(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doDelete in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic String createHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String retrieveHoldings(javax.servlet.http.HttpServletRequest req)
req - public String updateHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String deleteHoldings(javax.servlet.http.HttpServletRequest req)
req - public String createHoldingsTree(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String retrieveHoldingsTree(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String retrieveHoldingsTrees(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String retrieveHoldingsDocTrees(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String findHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String findHoldingsTree(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionpublic String boundWithBibs(String holdingsId, javax.servlet.http.HttpServletRequest req) throws IOException
holdingsId - req - IOExceptionpublic String breakAnalyticsRelation(String seriesHoldingsId, javax.servlet.http.HttpServletRequest req) throws IOException
seriesHoldingsId - req - IOExceptionpublic String createAnalyticsRelation(String seriesHoldingsId, javax.servlet.http.HttpServletRequest req) throws IOException
seriesHoldingsId - req - IOExceptionpublic String transferItems(String holdingsId, javax.servlet.http.HttpServletRequest req) throws IOException
holdingsId - req - IOExceptionpublic String bulkUpdateHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req - IOExceptionCopyright © 2004–2015 The Kuali Foundation. All rights reserved.