org.kuali.kfs.pdp.dataaccess.impl
Class PaymentFileLoadDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.pdp.dataaccess.impl.PaymentFileLoadDaoOjb
All Implemented Interfaces:
PaymentFileLoadDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class PaymentFileLoadDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements PaymentFileLoadDao

See Also:
PaymentFileLoadDao

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
PaymentFileLoadDaoOjb()
           
 
Method Summary
 boolean isDuplicateBatch(CustomerProfile customer, Integer count, BigDecimal totalAmount, Timestamp now)
          Checks whether a Batch record already exists for the given key.
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentFileLoadDaoOjb

public PaymentFileLoadDaoOjb()
Method Detail

isDuplicateBatch

public boolean isDuplicateBatch(CustomerProfile customer,
                                Integer count,
                                BigDecimal totalAmount,
                                Timestamp now)
Description copied from interface: PaymentFileLoadDao
Checks whether a Batch record already exists for the given key.

Specified by:
isDuplicateBatch in interface PaymentFileLoadDao
Parameters:
customer - payment file customer
count - payment total count
totalAmount - payment total amount
now - payment file create datetime
Returns:
true if the batch already exists
See Also:
PaymentFileLoadDao.isDuplicateBatch(org.kuali.kfs.pdp.businessobject.CustomerProfile, java.lang.Integer, java.math.BigDecimal, java.sql.Timestamp)


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