org.kuali.kfs.pdp.dataaccess
Interface ProcessDao

All Known Implementing Classes:
ProcessDaoOjb

public interface ProcessDao

Author:
jsissom

Method Summary
 PaymentProcess createProcessToRun(Integer procId)
           
 List<PaymentProcess> getAllExtractsToRun()
           
 void setExtractProcessAsComplete(PaymentProcess paymentProcess)
           
 

Method Detail

createProcessToRun

PaymentProcess createProcessToRun(Integer procId)

getAllExtractsToRun

List<PaymentProcess> getAllExtractsToRun()

setExtractProcessAsComplete

void setExtractProcessAsComplete(PaymentProcess paymentProcess)


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