org.kuali.kfs.pdp.dataaccess
Interface FormatPaymentDao
- All Known Implementing Classes:
- FormatPaymentDaoOjb
public interface FormatPaymentDao
- Author:
- jsissom
markPaymentsForFormat
void markPaymentsForFormat(PaymentProcess proc,
List customers,
Date paydate,
String paymentTypes)
- This method mark payments for format
- Parameters:
proc
- customers
- paydate
- paymentTypes
-
unmarkPaymentsForFormat
void unmarkPaymentsForFormat(PaymentProcess proc)
- This method unmark payments that were marked for format.
- Parameters:
proc
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.