public class FormatPaymentDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements FormatPaymentDao
Constructor and Description |
---|
FormatPaymentDaoOjb() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
Iterator |
markPaymentsForFormat(List customerIds,
Timestamp paydateTs,
String paymentTypes)
This method mark payments for format
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
Iterator |
unmarkPaymentsForFormat(PaymentProcess proc)
This method unmark payments that were marked for format.
|
getDbPlatform, setDbPlatform
public FormatPaymentDaoOjb()
public Iterator markPaymentsForFormat(List customerIds, Timestamp paydateTs, String paymentTypes)
FormatPaymentDao
markPaymentsForFormat
in interface FormatPaymentDao
org.kuali.ole.pdp.dataaccess.FormatPaymentDao#markPaymentsForFormat(org.kuali.ole.pdp.businessobject.PaymentProcess,
java.util.List, java.util.Date, java.lang.String)
public Iterator unmarkPaymentsForFormat(PaymentProcess proc)
FormatPaymentDao
unmarkPaymentsForFormat
in interface FormatPaymentDao
FormatPaymentDao.unmarkPaymentsForFormat(org.kuali.ole.pdp.businessobject.PaymentProcess)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.