public abstract class CheckoutItemService extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
response |
protected String |
responseFormatType |
Constructor and Description |
---|
CheckoutItemService() |
Modifier and Type | Method and Description |
---|---|
String |
checkoutItem(Map checkoutParameters) |
CircDeskLocationResolver |
getCircDeskLocationResolver() |
OlePatronRecordUtil |
getOlePatronRecordUtil() |
abstract String |
getOperatorId(String operatorId) |
ResponseHandler |
getResponseHandler() |
abstract String |
prepareResponse(OLECheckOutItem oleCheckOutItem) |
void |
setCircDeskLocationResolver(CircDeskLocationResolver circDeskLocationResolver) |
void |
setOlePatronRecordUtil(OlePatronRecordUtil olePatronRecordUtil) |
void |
setResponseHandler(ResponseHandler responseHandler) |
protected String responseFormatType
public CheckoutItemService()
public OlePatronRecordUtil getOlePatronRecordUtil()
public void setOlePatronRecordUtil(OlePatronRecordUtil olePatronRecordUtil)
public CircDeskLocationResolver getCircDeskLocationResolver()
public void setCircDeskLocationResolver(CircDeskLocationResolver circDeskLocationResolver)
public ResponseHandler getResponseHandler()
public void setResponseHandler(ResponseHandler responseHandler)
public String checkoutItem(Map checkoutParameters)
public abstract String prepareResponse(OLECheckOutItem oleCheckOutItem)
public abstract String getOperatorId(String operatorId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.