Modifier and Type | Method and Description |
---|---|
String |
OleDeliverBatchServiceImpl.generateMailContentFromPatronBill(OleLoanDocument oleLoanDocument,
OlePatronDocument olePatronDocument,
String feeTypeName,
String fineAmount,
PatronBillPayment patronBillPayment) |
Modifier and Type | Method and Description |
---|---|
PatronBillPayment |
FeeType.getPatronBillPayment() |
PatronBillPayment |
PatronBillPaymentForm.getPatronBillPayment() |
Modifier and Type | Method and Description |
---|---|
List<PatronBillPayment> |
PatronBillHelperService.getBillPayment(String patronId)
This method will retrieve patron bill payment object
|
List<PatronBillPayment> |
OlePatronDocument.getPatronBillPayments() |
List<PatronBillPayment> |
PatronBillHelperService.sortById(List<PatronBillPayment> patronBillPaymentList) |
Modifier and Type | Method and Description |
---|---|
void |
FeeType.setPatronBillPayment(PatronBillPayment patronBillPayment) |
void |
PatronBillPaymentForm.setPatronBillPayment(PatronBillPayment patronBillPayment) |
Modifier and Type | Method and Description |
---|---|
void |
PatronBillHelperService.billWiseCancellation(List<PatronBillPayment> patronBillPayments,
String cancellationNote,
List<OleItemLevelBillPayment> currentSessionTransactions) |
org.kuali.rice.core.api.util.type.KualiDecimal |
PatronBillHelperService.billWiseTransaction(List<PatronBillPayment> patronBillPayments,
org.kuali.rice.core.api.util.type.KualiDecimal paymentAmount,
String paymentMethod,
String fullyPaidStatus,
String partiallyPaidStatus,
boolean acceptFlag,
String forgiveErrorNote,
String transactionNumber,
String transactionNote,
String paidByUser,
List<OleItemLevelBillPayment> currentSessionTransactions) |
void |
PrintBill.createPdf(String firstName,
String lastName,
List<PatronBillPayment> patronBillPayments,
List<FeeType> feeTypeList,
boolean isDefaultPrint,
List<String> transactionIds,
javax.servlet.http.HttpServletResponse response)
Used to create pdf document for patron bill
|
void |
PrintBill.createPdfWithTable(String firstName,
String lastName,
List<PatronBillPayment> patronBillPayments,
List<FeeType> feeTypeList,
boolean isDefaultPrint,
List<String> transactionIds,
javax.servlet.http.HttpServletResponse response)
Used to create pdf document for patron bill
|
void |
PrintBill.generatePdf(String firstName,
String lastName,
List<PatronBillPayment> patronBillPayments,
List<FeeType> feeTypeList,
boolean isDefaultPrint,
List<String> transactionIds,
javax.servlet.http.HttpServletResponse response)
Used to select pdf template
|
List<FeeType> |
PatronBillHelperService.getFeeTypeList(List<PatronBillPayment> patronBillPaymentList) |
org.kuali.rice.core.api.util.type.KualiDecimal |
PatronBillHelperService.getSumOfSelectedPatronBills(List<PatronBillPayment> patronBillPayments) |
boolean |
PatronBillHelperService.isSelectedPaidPatronBillFullyPaid(List<PatronBillPayment> patronBillPayments) |
org.kuali.rice.core.api.util.type.KualiDecimal |
PatronBillHelperService.populateGrandTotal(List<PatronBillPayment> patronBillPaymentList) |
void |
OlePatronDocument.setPatronBillPayments(List<PatronBillPayment> patronBillPayments) |
List<PatronBillPayment> |
PatronBillHelperService.sortById(List<PatronBillPayment> patronBillPaymentList) |
Modifier and Type | Method and Description |
---|---|
List<PatronBillPayment> |
PatronBillForm.getPatronBillPaymentList() |
Modifier and Type | Method and Description |
---|---|
void |
PatronBillForm.setPatronBillPaymentList(List<PatronBillPayment> patronBillPaymentList) |
Modifier and Type | Method and Description |
---|---|
List<PatronBillPayment> |
OleLoanDocumentDaoOjb.getPatronBillPayments(String patronId) |
Collection<PatronBillPayment> |
OleLoanDocumentDaoOjb.getPatronBills(String patronId) |
Modifier and Type | Method and Description |
---|---|
List<OLEItemFine> |
OleDeliverDaoJdbc.getFineItemLists(List<PatronBillPayment> olePatronBillDocumentList)
This method is used to set the fine information to the fine response object
|
Modifier and Type | Method and Description |
---|---|
List<OLEItemFine> |
OLECirculationServiceImpl.getFineItemList(List<PatronBillPayment> olePatronBillDocumentList) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.