public interface OLEDeliverNoticeHelperService
Modifier and Type | Method and Description |
---|---|
void |
deleteDeliverNotices(String loanId) |
void |
generateDeliverNotices(OleLoanDocument oleLoanDocument) |
void |
generateDeliverNotices(String patronId,
String itemId,
String deskLocation,
String borrowerType,
String itemType,
String itemStatus,
String claimsReturned,
String replacementBill,
String itemShelving,
String itemCollection,
String itemLibrary,
String itemCampus,
String itemInstitution,
Date itemDueDate,
String loanId) |
void |
generateDeliverNoticesUsingKRMSValues(List<OLEDeliverNotice> deliverNotices,
Timestamp dueDate,
String noticeType,
String noticeFormat,
String numberOfOverdueToBeSent,
String intervalToGenerateNotice,
String replacementBill) |
List<OLEDeliverNotice> |
getDeliverNotices(String loanId) |
void |
updateDeliverNoticeForUnprocessedLoans() |
List<OLEDeliverNotice> |
updateDeliverNotices(String loanId) |
List<OLEDeliverNotice> getDeliverNotices(String loanId)
List<OLEDeliverNotice> updateDeliverNotices(String loanId)
void deleteDeliverNotices(String loanId)
void generateDeliverNoticesUsingKRMSValues(List<OLEDeliverNotice> deliverNotices, Timestamp dueDate, String noticeType, String noticeFormat, String numberOfOverdueToBeSent, String intervalToGenerateNotice, String replacementBill)
void generateDeliverNotices(String patronId, String itemId, String deskLocation, String borrowerType, String itemType, String itemStatus, String claimsReturned, String replacementBill, String itemShelving, String itemCollection, String itemLibrary, String itemCampus, String itemInstitution, Date itemDueDate, String loanId) throws Exception
Exception
void generateDeliverNotices(OleLoanDocument oleLoanDocument) throws Exception
Exception
void updateDeliverNoticeForUnprocessedLoans() throws Exception
Exception
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.