public class OleDeliverDaoJdbc extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc
| Constructor and Description | 
|---|
| OleDeliverDaoJdbc() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,OleCirculationDesk> | getAvailableCirculationDesks() | 
| Map<String,OleDeliverRequestType> | getAvailableRequestTypes() | 
| List<OLECheckedOutItem> | getCheckedOutItemsList(List<OleLoanDocument> oleLoanDocuments)This method is used to get the loan information to the response object | 
| List<OLEItemFine> | getFineItemLists(List<PatronBillPayment> olePatronBillDocumentList)This method is used to set the fine information to the fine response object | 
| List<OLEHold> | getHoldRecordsList(List<OleDeliverRequestBo> oleDeliverRequestBoList)This method is used to set the hold response object with the request object list | 
| Map<String,OleCirculationDesk> | getOleCirculationDeskMap() | 
| Map<String,OleDeliverRequestType> | getOleDeliverRequestTypeMap() | 
| String | getParameter(String name) | 
| OlePatronDocument | getPatronDocument(String patronBarcode)This method is used to get the patron record based on the input patron barcode | 
| OLECheckedOutItem | setBibItemInformation(OLECheckedOutItem oleCheckedOutItem,
                                          String itemBarcode)This method is used the item and bib information to the check out response object | 
| OLEHold | setBibItemInformation(OLEHold oleHold,
                                          String itemBarcode)This method is used to set the the bib and item informations to the response hold object | 
| OLEItemFine | setBibItemInformation(OLEItemFine oleItemFine,
                                          String itemBarcode)This method is used to set the title informations to the item response object | 
| void | setOleCirculationDeskMap(Map<String,OleCirculationDesk> oleCirculationDeskMap) | 
| void | setOleDeliverRequestTypeMap(Map<String,OleDeliverRequestType> oleDeliverRequestTypeMap) | 
getDbPlatform, setDbPlatformgetSimpleJdbcTemplate, initTemplateConfigpublic OleDeliverDaoJdbc()
public Map<String,OleCirculationDesk> getOleCirculationDeskMap()
public void setOleCirculationDeskMap(Map<String,OleCirculationDesk> oleCirculationDeskMap)
public Map<String,OleDeliverRequestType> getOleDeliverRequestTypeMap()
public void setOleDeliverRequestTypeMap(Map<String,OleDeliverRequestType> oleDeliverRequestTypeMap)
public Map<String,OleCirculationDesk> getAvailableCirculationDesks()
public Map<String,OleDeliverRequestType> getAvailableRequestTypes()
public List<OLECheckedOutItem> getCheckedOutItemsList(List<OleLoanDocument> oleLoanDocuments)
oleLoanDocuments - public String getParameter(String name)
public OLECheckedOutItem setBibItemInformation(OLECheckedOutItem oleCheckedOutItem, String itemBarcode)
oleCheckedOutItem - itemBarcode - public List<OLEHold> getHoldRecordsList(List<OleDeliverRequestBo> oleDeliverRequestBoList) throws Exception
oleDeliverRequestBoList - Exceptionpublic OLEHold setBibItemInformation(OLEHold oleHold, String itemBarcode)
oleHold - itemBarcode - public List<OLEItemFine> getFineItemLists(List<PatronBillPayment> olePatronBillDocumentList) throws Exception
olePatronBillDocumentList - Exceptionpublic OLEItemFine setBibItemInformation(OLEItemFine oleItemFine, String itemBarcode)
oleItemFine - itemBarcode - public OlePatronDocument getPatronDocument(String patronBarcode)
patronBarcode - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.