public class PaymentFileLoadDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements PaymentFileLoadDao
PaymentFileLoadDao| Constructor and Description |
|---|
PaymentFileLoadDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDuplicateBatch(CustomerProfile customer,
Integer count,
BigDecimal totalAmount,
Timestamp now)
Checks whether a
Batch record already exists for the given key. |
getDbPlatform, setDbPlatformpublic PaymentFileLoadDaoOjb()
public boolean isDuplicateBatch(CustomerProfile customer, Integer count, BigDecimal totalAmount, Timestamp now)
PaymentFileLoadDaoBatch record already exists for the given key.isDuplicateBatch in interface PaymentFileLoadDaocustomer - payment file customercount - payment total counttotalAmount - payment total amountnow - payment file create datetimePaymentFileLoadDao.isDuplicateBatch(org.kuali.ole.pdp.businessobject.CustomerProfile,
java.lang.Integer, java.math.BigDecimal, java.sql.Timestamp)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.