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

Packages that use Batch
org.kuali.kfs.fp.batch.service.impl   
org.kuali.kfs.module.purap.service.impl   
org.kuali.kfs.pdp.businessobject   
org.kuali.kfs.pdp.service   
org.kuali.kfs.pdp.service.impl   
 

Uses of Batch in org.kuali.kfs.fp.batch.service.impl
 

Methods in org.kuali.kfs.fp.batch.service.impl that return Batch
protected  Batch DisbursementVoucherExtractServiceImpl.createBatch(String campusCode, org.kuali.rice.kim.bo.Person user, Date processRunDate)
          This method creates a Batch instance and populates it with the information provided.
 

Methods in org.kuali.kfs.fp.batch.service.impl with parameters of type Batch
protected  void DisbursementVoucherExtractServiceImpl.addPayment(DisbursementVoucherDocument document, Batch batch, Date processRunDate)
          This method creates a payment group from the disbursement voucher and batch provided and persists that group to the database.
protected  PaymentDetail DisbursementVoucherExtractServiceImpl.buildPaymentDetail(DisbursementVoucherDocument document, Batch batch, Date processRunDate)
          This method builds a payment detail object from the disbursement voucher document provided and links that detail file to the batch and process run date given.
protected  PaymentGroup DisbursementVoucherExtractServiceImpl.buildPaymentGroup(DisbursementVoucherDocument document, Batch batch)
          This method creates a PaymentGroup from the disbursement voucher and batch provided.
 

Uses of Batch in org.kuali.kfs.module.purap.service.impl
 

Methods in org.kuali.kfs.module.purap.service.impl that return Batch
protected  Batch PdpExtractServiceImpl.createBatch(String campusCode, org.kuali.rice.kim.bo.Person puser, Date processRunDate)
          Create a new PDP batch
 

Methods in org.kuali.kfs.module.purap.service.impl with parameters of type Batch
protected  PaymentGroup PdpExtractServiceImpl.buildPaymentGroup(List<PaymentRequestDocument> paymentRequests, List<VendorCreditMemoDocument> creditMemos, Batch batch)
          Create the PDP payment group from a list of payment requests & credit memos
protected  PdpExtractServiceImpl.Totals PdpExtractServiceImpl.extractRegularPaymentsForChart(String campusCode, org.kuali.rice.kim.bo.Person puser, Date processRunDate, Batch batch)
          Get all the payments that could be combined with credit memos
protected  PdpExtractServiceImpl.Totals PdpExtractServiceImpl.extractSpecialPaymentsForChart(String campusCode, org.kuali.rice.kim.bo.Person puser, Date processRunDate, Batch batch, boolean immediatesOnly)
          Get all the special payments for a campus and process them
protected  PaymentDetail PdpExtractServiceImpl.populatePaymentDetail(PaymentRequestDocument paymentRequestDocument, Batch batch)
          Create a PDP Payment Detail record from a Payment Request document
protected  PaymentDetail PdpExtractServiceImpl.populatePaymentDetail(VendorCreditMemoDocument creditMemoDocument, Batch batch)
          Create a PDP payment detail record from a Credit Memo document
protected  PaymentGroup PdpExtractServiceImpl.populatePaymentGroup(PaymentRequestDocument paymentRequestDocument, Batch batch)
          Populate the PDP Payment Group from fields on a payment request
protected  PaymentGroup PdpExtractServiceImpl.populatePaymentGroup(VendorCreditMemoDocument creditMemoDocument, Batch batch)
          Populates a PaymentGroup record from a Credit Memo document
protected  void PdpExtractServiceImpl.processPaymentBundle(List<PaymentRequestDocument> paymentRequests, List<VendorCreditMemoDocument> creditMemos, PdpExtractServiceImpl.Totals totals, List<String> preqsWithOutstandingCreditMemos, org.kuali.rice.kim.bo.Person puser, Date processRunDate, Batch batch)
          Processes the list of payment requests and credit memos as a payment group pending
protected  PaymentGroup PdpExtractServiceImpl.processSinglePaymentRequestDocument(PaymentRequestDocument paymentRequestDocument, Batch batch, org.kuali.rice.kim.bo.Person puser, Date processRunDate)
          Handle a single payment request with no credit memos
 

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

Methods in org.kuali.kfs.pdp.businessobject that return Batch
 Batch PaymentGroup.getBatch()
           
 

Methods in org.kuali.kfs.pdp.businessobject with parameters of type Batch
 void PaymentGroup.setBatch(Batch b)
           
 

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

Methods in org.kuali.kfs.pdp.service with parameters of type Batch
 void PdpEmailService.sendLoadEmail(Batch batch)
          Sends email for a load done internally
 

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

Methods in org.kuali.kfs.pdp.service.impl that return Batch
protected  Batch PaymentFileServiceImpl.createNewBatch(PaymentFileLoad paymentFile, String fileName)
          Create a new Batch record for the payment file.
 

Methods in org.kuali.kfs.pdp.service.impl with parameters of type Batch
 void PdpEmailServiceImpl.sendLoadEmail(Batch batch)
           
 



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