org.kuali.kfs.module.purap.service
Interface PdpExtractService

All Known Implementing Classes:
PdpExtractServiceImpl

public interface PdpExtractService

Defines methods that must be implemented by a PdpExtractService implementation.


Method Summary
 void extractImmediatePaymentsOnly()
          Extract all payments marked immediate.
 void extractPayments(Date runDate)
          Extract all payments ready to be paid.
 

Method Detail

extractImmediatePaymentsOnly

void extractImmediatePaymentsOnly()
Extract all payments marked immediate. This won't combine any payments with credit memos.


extractPayments

void extractPayments(Date runDate)
Extract all payments ready to be paid. This may combine payments with appropriate credit memos

Parameters:
runDate - the date to assume when the process (e.g. a batch Step or Job) was started to extract payments


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