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, setDbPlatform
public PaymentFileLoadDaoOjb()
public boolean isDuplicateBatch(CustomerProfile customer, Integer count, BigDecimal totalAmount, Timestamp now)
PaymentFileLoadDao
Batch
record already exists for the given key.isDuplicateBatch
in interface PaymentFileLoadDao
customer
- 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–2014 The Kuali Foundation. All rights reserved.