public interface OleCirculationPolicyService
Modifier and Type | Method and Description |
---|---|
Timestamp |
calculateLoanDueDate(String loanPeriod) |
Integer |
getHoursDiff(Date dateOne,
Date dateTwo) |
HashMap |
getLoanedKeyMap(String patronId,
boolean renewalFlag) |
int |
getNoOfItemsLoaned(String patronBarcode,
boolean renewalFlag) |
int |
getNumberOfClaimsReturned(String patronBarcode) |
List<Integer> |
getNumberOfOverdueDays(String patronId) |
HashMap |
getNumberOfOverdueItemsCheckedOut(String patronId) |
List<FeeType> |
getPatronBillPayment(String patronId) |
Date |
getPatronMembershipExpireDate(String patronBarcode) |
HashMap |
getRecalledOverdueItemsCheckedOut(List<OleLoanDocument> oleLoanDocuments) |
boolean |
isAddressVerified(OlePatronDocument olePatronDocument,
String patronId) |
boolean |
isAddressVerified(String patronId) |
boolean |
isGeneralBlock(String patronId) |
List<OlePatronDocument> |
isProxyPatron(OlePatronDocument olePatronDocument) |
List<OlePatronDocument> |
isProxyPatron(String patronId) |
boolean |
isValidBarcode(String barcode,
String pattern) |
boolean isValidBarcode(String barcode, String pattern)
Date getPatronMembershipExpireDate(String patronBarcode)
int getNoOfItemsLoaned(String patronBarcode, boolean renewalFlag)
Timestamp calculateLoanDueDate(String loanPeriod)
List<FeeType> getPatronBillPayment(String patronId)
HashMap getNumberOfOverdueItemsCheckedOut(String patronId)
List<Integer> getNumberOfOverdueDays(String patronId)
int getNumberOfClaimsReturned(String patronBarcode)
Integer getHoursDiff(Date dateOne, Date dateTwo)
List<OlePatronDocument> isProxyPatron(String patronId) throws Exception
Exception
boolean isAddressVerified(String patronId) throws Exception
Exception
boolean isGeneralBlock(String patronId) throws Exception
Exception
HashMap getRecalledOverdueItemsCheckedOut(List<OleLoanDocument> oleLoanDocuments)
List<OlePatronDocument> isProxyPatron(OlePatronDocument olePatronDocument) throws Exception
Exception
boolean isAddressVerified(OlePatronDocument olePatronDocument, String patronId) throws Exception
Exception
HashMap getLoanedKeyMap(String patronId, boolean renewalFlag)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.