org.kuali.kfs.pdp.dataaccess
Interface PaymentFileLoadDao
- All Known Implementing Classes:
- PaymentFileLoadDaoOjb
public interface PaymentFileLoadDao
Data access methods for payment load process.
isDuplicateBatch
boolean isDuplicateBatch(CustomerProfile customer,
Integer count,
BigDecimal totalAmount,
Timestamp createDate)
- Checks whether a
Batch record already exists for the given key.
- Parameters:
customer - payment file customercount - payment total counttotalAmount - payment total amountcreateDate - payment file create datetime
- Returns:
- true if the batch already exists
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.