public interface PaymentFileLoadDao
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDuplicateBatch(CustomerProfile customer,
Integer count,
BigDecimal totalAmount,
Timestamp createDate)
Checks whether a
Batch record already exists for the given key. |
boolean isDuplicateBatch(CustomerProfile customer, Integer count, BigDecimal totalAmount, Timestamp createDate)
Batch record already exists for the given key.customer - payment file customercount - payment total counttotalAmount - payment total amountcreateDate - payment file create datetimeCopyright © 2004–2015 The Kuali Foundation. All rights reserved.