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

All Known Implementing Classes:
ProcessPdpCancelPaidServiceImpl

public interface ProcessPdpCancelPaidService

Defines methods that must be implemented by a ProcessPdpCancelPaidService implementation.


Method Summary
 void processPdpCancels()
          Update Payment Requests that were canceled in PDP
 void processPdpCancelsAndPaids()
          Update Payment Requests that were canceled or paid in PDP
 void processPdpPaids()
          Update Payment Requests that were paid in PDP
 

Method Detail

processPdpCancelsAndPaids

void processPdpCancelsAndPaids()
Update Payment Requests that were canceled or paid in PDP


processPdpCancels

void processPdpCancels()
Update Payment Requests that were canceled in PDP


processPdpPaids

void processPdpPaids()
Update Payment Requests that were paid in PDP



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