org.kuali.kfs.pdp.batch.service
Interface ExtractPaymentService

All Known Implementing Classes:
ExtractPaymentServiceImpl

public interface ExtractPaymentService


Method Summary
 void extractAchPayments()
          Extract ach payments to be sent to the bank for processing
 void extractCanceledChecks()
          Extract canceled checks to be used for a bank's positive pay program.
 void extractChecks()
          Extract checks to be cut into a file to be processed by the check printing service
 

Method Detail

extractChecks

void extractChecks()
Extract checks to be cut into a file to be processed by the check printing service


extractAchPayments

void extractAchPayments()
Extract ach payments to be sent to the bank for processing


extractCanceledChecks

void extractCanceledChecks()
Extract canceled checks to be used for a bank's positive pay program.



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