Uses of Class
org.kuali.kfs.module.purap.util.VendorGroupingHelper

Packages that use VendorGroupingHelper
org.kuali.kfs.module.purap.document.dataaccess   
org.kuali.kfs.module.purap.document.dataaccess.impl   
org.kuali.kfs.module.purap.document.service   
org.kuali.kfs.module.purap.document.service.impl   
 

Uses of VendorGroupingHelper in org.kuali.kfs.module.purap.document.dataaccess
 

Methods in org.kuali.kfs.module.purap.document.dataaccess with parameters of type VendorGroupingHelper
 Collection<VendorCreditMemoDocument> CreditMemoDao.getCreditMemosToExtractByVendor(String chartCode, VendorGroupingHelper vendor)
          Get all the credit memos that need to be extracted for a particular vendor record.
 Collection<PaymentRequestDocument> PaymentRequestDao.getPaymentRequestsToExtractForVendor(String campusCode, VendorGroupingHelper vendor, Date onOrBeforePaymentRequestPayDate)
          Get all the payment requests that need to be extracted that match a credit memo.
 

Uses of VendorGroupingHelper in org.kuali.kfs.module.purap.document.dataaccess.impl
 

Methods in org.kuali.kfs.module.purap.document.dataaccess.impl with parameters of type VendorGroupingHelper
 Collection<VendorCreditMemoDocument> CreditMemoDaoOjb.getCreditMemosToExtractByVendor(String chartCode, VendorGroupingHelper vendor)
           
 Collection<PaymentRequestDocument> PaymentRequestDaoOjb.getPaymentRequestsToExtractForVendor(String campusCode, VendorGroupingHelper vendor, Date onOrBeforePaymentRequestPayDate)
           
 

Uses of VendorGroupingHelper in org.kuali.kfs.module.purap.document.service
 

Methods in org.kuali.kfs.module.purap.document.service that return types with arguments of type VendorGroupingHelper
 Set<VendorGroupingHelper> CreditMemoService.getVendorsOnCreditMemosToExtract(String chartCode)
          Pulls a distinct list of all vendors on CM documents which are ready for extraction.
 

Methods in org.kuali.kfs.module.purap.document.service with parameters of type VendorGroupingHelper
 Collection<VendorCreditMemoDocument> CreditMemoService.getCreditMemosToExtractByVendor(String chartCode, VendorGroupingHelper vendor)
          Pulls all extractable credit memo documents for a given vendor.
 Collection<PaymentRequestDocument> PaymentRequestService.getPaymentRequestsToExtractByVendor(String campusCode, VendorGroupingHelper vendor, Date onOrBeforePaymentRequestPayDate)
          Get all the payment requests that match a vendor.
 

Uses of VendorGroupingHelper in org.kuali.kfs.module.purap.document.service.impl
 

Methods in org.kuali.kfs.module.purap.document.service.impl that return types with arguments of type VendorGroupingHelper
 Set<VendorGroupingHelper> CreditMemoServiceImpl.getVendorsOnCreditMemosToExtract(String chartCode)
           
 

Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type VendorGroupingHelper
 Collection<VendorCreditMemoDocument> CreditMemoServiceImpl.getCreditMemosToExtractByVendor(String chartCode, VendorGroupingHelper vendor)
           
 Collection<PaymentRequestDocument> PaymentRequestServiceImpl.getPaymentRequestsToExtractByVendor(String campusCode, VendorGroupingHelper vendor, Date onOrBeforePaymentRequestPayDate)
           
 



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