Uses of Class
org.kuali.kfs.pdp.businessobject.PaymentProcess

Packages that use PaymentProcess
org.kuali.kfs.pdp.batch.service.impl   
org.kuali.kfs.pdp.businessobject   
org.kuali.kfs.pdp.dataaccess   
org.kuali.kfs.pdp.dataaccess.impl   
org.kuali.kfs.pdp.service   
org.kuali.kfs.pdp.service.impl   
 

Uses of PaymentProcess in org.kuali.kfs.pdp.batch.service.impl
 

Methods in org.kuali.kfs.pdp.batch.service.impl with parameters of type PaymentProcess
protected  void ExtractPaymentServiceImpl.writeExtractCheckFile(PaymentStatus extractedStatus, PaymentProcess p, String filename, Integer processId)
           
 

Uses of PaymentProcess in org.kuali.kfs.pdp.businessobject
 

Methods in org.kuali.kfs.pdp.businessobject that return PaymentProcess
 PaymentProcess FormatProcess.getPaymentProcess()
           
 PaymentProcess PaymentGroupHistory.getPaymentProcess()
          Gets the paymentProcess attribute.
 PaymentProcess ProcessSummary.getProcess()
           
 PaymentProcess PaymentGroup.getProcess()
           
 PaymentProcess PaymentGroupHistory.getProcess()
           
 

Methods in org.kuali.kfs.pdp.businessobject with parameters of type PaymentProcess
 void FormatProcess.setPaymentProcess(PaymentProcess paymentProcess)
           
 void PaymentGroupHistory.setPaymentProcess(PaymentProcess paymentProcess)
          Sets the paymentProcess attribute value.
 void ProcessSummary.setProcess(PaymentProcess process)
           
 void PaymentGroup.setProcess(PaymentProcess p)
           
 void PaymentGroupHistory.setProcess(PaymentProcess ppl)
           
 

Uses of PaymentProcess in org.kuali.kfs.pdp.dataaccess
 

Methods in org.kuali.kfs.pdp.dataaccess that return PaymentProcess
 PaymentProcess ProcessDao.createProcessToRun(Integer procId)
           
 

Methods in org.kuali.kfs.pdp.dataaccess that return types with arguments of type PaymentProcess
 List<PaymentProcess> ProcessDao.getAllExtractsToRun()
           
 

Methods in org.kuali.kfs.pdp.dataaccess with parameters of type PaymentProcess
 void FormatPaymentDao.markPaymentsForFormat(PaymentProcess proc, List customers, Date paydate, String paymentTypes)
          This method mark payments for format
 void ProcessDao.setExtractProcessAsComplete(PaymentProcess paymentProcess)
           
 void FormatPaymentDao.unmarkPaymentsForFormat(PaymentProcess proc)
          This method unmark payments that were marked for format.
 

Uses of PaymentProcess in org.kuali.kfs.pdp.dataaccess.impl
 

Methods in org.kuali.kfs.pdp.dataaccess.impl that return PaymentProcess
 PaymentProcess ProcessDaoOjb.createProcessToRun(Integer procId)
           
 PaymentProcess ProcessDaoOjb.get(Integer procId)
           
 

Methods in org.kuali.kfs.pdp.dataaccess.impl that return types with arguments of type PaymentProcess
 List<PaymentProcess> ProcessDaoOjb.getAllExtractsToRun()
           
 

Methods in org.kuali.kfs.pdp.dataaccess.impl with parameters of type PaymentProcess
 void FormatPaymentDaoOjb.markPaymentsForFormat(PaymentProcess proc, List customers, Date paydate, String paymentTypes)
           
 void ProcessDaoOjb.setExtractProcessAsComplete(PaymentProcess paymentProcess)
           
 void FormatPaymentDaoOjb.unmarkPaymentsForFormat(PaymentProcess proc)
           
 

Uses of PaymentProcess in org.kuali.kfs.pdp.service
 

Methods in org.kuali.kfs.pdp.service with parameters of type PaymentProcess
 Iterator PaymentGroupService.getByProcess(PaymentProcess p)
          Get all payment groups by Payment Process object
 

Uses of PaymentProcess in org.kuali.kfs.pdp.service.impl
 

Methods in org.kuali.kfs.pdp.service.impl with parameters of type PaymentProcess
protected  boolean FormatServiceImpl.assignDisbursementNumbersAndCombineChecks(PaymentProcess paymentProcess, FormatProcessSummary postFormatProcessSummary)
          This method assigns disbursement numbers and tries to combine payment groups with disbursement type check if possible.
 Iterator PaymentGroupServiceImpl.getByProcess(PaymentProcess p)
           
protected  boolean FormatServiceImpl.processPaymentGroup(PaymentGroup paymentGroup, PaymentProcess paymentProcess)
          This method processes the payment group data.
 



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