org.kuali.kfs.pdp.dataaccess
Interface PaymentFileLoadDao

All Known Implementing Classes:
PaymentFileLoadDaoOjb

public interface PaymentFileLoadDao

Data access methods for payment load process.


Method Summary
 boolean isDuplicateBatch(CustomerProfile customer, Integer count, BigDecimal totalAmount, Timestamp createDate)
          Checks whether a Batch record already exists for the given key.
 

Method Detail

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 customer
count - payment total count
totalAmount - payment total amount
createDate - payment file create datetime
Returns:
true if the batch already exists


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.