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, service
public 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.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPut(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPut
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doDelete(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doDelete
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public String createHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String retrieveHoldings(javax.servlet.http.HttpServletRequest req)
req
- public String updateHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String deleteHoldings(javax.servlet.http.HttpServletRequest req)
req
- public String createHoldingsTree(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String retrieveHoldingsTree(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String retrieveHoldingsTrees(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String retrieveHoldingsDocTrees(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String findHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String findHoldingsTree(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
public String boundWithBibs(String holdingsId, javax.servlet.http.HttpServletRequest req) throws IOException
holdingsId
- req
- IOException
public String breakAnalyticsRelation(String seriesHoldingsId, javax.servlet.http.HttpServletRequest req) throws IOException
seriesHoldingsId
- req
- IOException
public String createAnalyticsRelation(String seriesHoldingsId, javax.servlet.http.HttpServletRequest req) throws IOException
seriesHoldingsId
- req
- IOException
public String transferItems(String holdingsId, javax.servlet.http.HttpServletRequest req) throws IOException
holdingsId
- req
- IOException
public String bulkUpdateHoldings(javax.servlet.http.HttpServletRequest req) throws IOException
req
- IOException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.