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

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.FormatPaymentDaoOjb
All Implemented Interfaces:
FormatPaymentDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class FormatPaymentDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements FormatPaymentDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
FormatPaymentDaoOjb()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService attribute.
 void markPaymentsForFormat(PaymentProcess proc, List customers, Date paydate, String paymentTypes)
          This method mark payments for format
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void unmarkPaymentsForFormat(PaymentProcess proc)
          This method unmark payments that were marked for format.
 
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

FormatPaymentDaoOjb

public FormatPaymentDaoOjb()
Method Detail

markPaymentsForFormat

public void markPaymentsForFormat(PaymentProcess proc,
                                  List customers,
                                  Date paydate,
                                  String paymentTypes)
Description copied from interface: FormatPaymentDao
This method mark payments for format

Specified by:
markPaymentsForFormat in interface FormatPaymentDao
See Also:
FormatPaymentDao.markPaymentsForFormat(org.kuali.kfs.pdp.businessobject.PaymentProcess, java.util.List, java.util.Date, java.lang.String)

unmarkPaymentsForFormat

public void unmarkPaymentsForFormat(PaymentProcess proc)
Description copied from interface: FormatPaymentDao
This method unmark payments that were marked for format.

Specified by:
unmarkPaymentsForFormat in interface FormatPaymentDao
See Also:
FormatPaymentDao.unmarkPaymentsForFormat(org.kuali.kfs.pdp.businessobject.PaymentProcess)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
Gets the businessObjectService attribute.

Returns:
Returns the businessObjectService.

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.

Parameters:
businessObjectService - The businessObjectService to set.


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