public class OleLoanDocumentDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
Modifier and Type | Field and Description |
---|---|
org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
Constructor and Description |
---|
OleLoanDocumentDaoOjb() |
getDbPlatform, setDbPlatform
public org.kuali.rice.krad.service.BusinessObjectService businessObjectService
public OleLoanDocumentDaoOjb()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public Collection<Object> getOverdueLoanDocument()
public Collection<Object> getCourtesyLoanDocument(Integer interval)
public Collection<Object> getLoanDocumentsUsingItemIdsAndPatronId(String patronId, List<String> itemIds)
public Collection<Object> getLoanDocumentsUsingItemBarcodeAndPatronIdForRenewal(String patronId, List<String> itemBarcode)
public Collection<Object> getHoldRequests(List<String> requestTypeIds)
public Collection<Object> getHoldRequestsByPickupLocation(List<String> requestTypeIds, String pickupLocationId)
public String getPickUpLocation()
public Collection<Object> getExpiredRequests()
public Collection<Object> getDeliverNotices(String noticeType)
public List<OleLoanDocument> getLoanDocumentsForNoticeGeneration(String noticeType, Collection<Object> deliverNotices)
public List<OleLoanDocument> processLoanDocumentWithNoticeData(Collection<Object> deliverNotices, List<OleLoanDocument> loanDocuments)
deliverNotices
- loanDocuments
- public List<OleLoanDocument> getUnprocessedOverdueLoanDocuments()
public List<OleDeliverRequestBo> getDeliverRequests(String patronBarcode)
public List<OleLoanDocument> getDeliverLoans(String patronId)
public List<PatronBillPayment> getPatronBillPayments(String patronId)
public Collection<Object> getRequestTypeForHoldNotice(List<String> requestTypeCodes)
public List<String> getRequestTypeIds(Collection<Object> requestTypeObjects)
public List<String> getRequestTypeIdsForHoldNotice(List<String> requestTypeCodes)
public Collection<PatronBillPayment> getPatronBills(String patronId)
public Collection<OleDeliverRequestHistoryRecord> getDeliverRequestHistoryRecords(String itemBarcode)
public List<OleLoanDocument> getLaonDocumentsFromLaondId(List<String> loanIds)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.