Uses of Class
org.kuali.kfs.sys.businessobject.ElectronicPaymentClaim

Packages that use ElectronicPaymentClaim
org.kuali.kfs.fp.batch.service.impl   
org.kuali.kfs.fp.document   
org.kuali.kfs.module.ar.document   
org.kuali.kfs.module.ar.document.service.impl   
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
org.kuali.kfs.sys.web.struts   
 

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

Method parameters in org.kuali.kfs.fp.batch.service.impl with type arguments of type ElectronicPaymentClaim
protected  void DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.addAccountingLinesToDocument(DistributionOfIncomeAndExpenseDocument document, List<ElectronicPaymentClaim> electronicPayments)
          Adds an accounting line to the document for each ElectronicPaymentClaim record that is being added
protected  void DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.addNotesToDocument(DistributionOfIncomeAndExpenseDocument claimingDoc, List<ElectronicPaymentClaim> claims, org.kuali.rice.kim.bo.Person user)
          Creates notes for the claims (using the ElectronicPaymentClaimingService) and then adds them to the document
 String DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.createDocumentFromElectronicPayments(List<ElectronicPaymentClaim> electronicPayments, org.kuali.rice.kim.bo.Person user)
           
 

Uses of ElectronicPaymentClaim in org.kuali.kfs.fp.document
 

Fields in org.kuali.kfs.fp.document with type parameters of type ElectronicPaymentClaim
protected  List<ElectronicPaymentClaim> DistributionOfIncomeAndExpenseDocument.electronicPaymentClaims
           
 

Methods in org.kuali.kfs.fp.document that return types with arguments of type ElectronicPaymentClaim
 List<ElectronicPaymentClaim> DistributionOfIncomeAndExpenseDocument.getElectronicPaymentClaims()
          Gets the electronicPaymentClaims attribute.
 

Method parameters in org.kuali.kfs.fp.document with type arguments of type ElectronicPaymentClaim
 void DistributionOfIncomeAndExpenseDocument.setElectronicPaymentClaims(List<ElectronicPaymentClaim> electronicPaymentClaims)
          Deprecated.  
 

Uses of ElectronicPaymentClaim in org.kuali.kfs.module.ar.document
 

Fields in org.kuali.kfs.module.ar.document with type parameters of type ElectronicPaymentClaim
protected  List<ElectronicPaymentClaim> CashControlDocument.electronicPaymentClaims
           
 

Methods in org.kuali.kfs.module.ar.document that return types with arguments of type ElectronicPaymentClaim
 List<ElectronicPaymentClaim> CashControlDocument.getElectronicPaymentClaims()
          This method gets electronicPaymentClaims
 

Method parameters in org.kuali.kfs.module.ar.document with type arguments of type ElectronicPaymentClaim
 void CashControlDocument.setElectronicPaymentClaims(List<ElectronicPaymentClaim> electronicPaymentClaims)
          Deprecated.  
 

Uses of ElectronicPaymentClaim in org.kuali.kfs.module.ar.document.service.impl
 

Method parameters in org.kuali.kfs.module.ar.document.service.impl with type arguments of type ElectronicPaymentClaim
protected  void CashControlElectronicPaymentClaimingHelperImpl.addCashControlDetailsToDocument(CashControlDocument document, List<ElectronicPaymentClaim> electronicPayments)
          This method adds new cash control details to the cash control document based on the list of electronic payments.
protected  void CashControlElectronicPaymentClaimingHelperImpl.addNotesToDocument(CashControlDocument claimingDoc, List<ElectronicPaymentClaim> claims, org.kuali.rice.kim.bo.Person user)
          This method adds notes to the cash control document
 String CashControlElectronicPaymentClaimingHelperImpl.createDocumentFromElectronicPayments(List<ElectronicPaymentClaim> electronicPayments, org.kuali.rice.kim.bo.Person user)
           
 

Uses of ElectronicPaymentClaim in org.kuali.kfs.sys.service
 

Methods in org.kuali.kfs.sys.service that return types with arguments of type ElectronicPaymentClaim
 List<ElectronicPaymentClaim> ElectronicPaymentClaimingService.generateElectronicPaymentClaimRecords(AdvanceDepositDocument doc)
          Returns a list of SAVED electronic payment claims from the lines of an AdvanceDepositDocument
 

Method parameters in org.kuali.kfs.sys.service with type arguments of type ElectronicPaymentClaim
 void ElectronicPaymentClaimingService.claimElectronicPayments(List<ElectronicPaymentClaim> payments, String documentNumber)
          Sets the referenceFinancialDocumentNumber on each of the payments passed in with the given document number and then saves them.
 List<String> ElectronicPaymentClaimingService.constructNoteTextsForClaims(List<ElectronicPaymentClaim> claims)
          Constructs a List of Notes that detail which ElectronicPaymentClaim records have been claimed by a document
 String ElectronicPaymentClaimingDocumentGenerationStrategy.createDocumentFromElectronicPayments(List<ElectronicPaymentClaim> electronicPayments, org.kuali.rice.kim.bo.Person user)
          Creates a document to claim a given list of ElectronicPaymentClaim records.
 String ElectronicPaymentClaimingService.createPaymentClaimingDocument(List<ElectronicPaymentClaim> claims, ElectronicPaymentClaimingDocumentGenerationStrategy documentCreationHelper, org.kuali.rice.kim.bo.Person user)
          Given a List of ElectronicPaymentClaim records and a ElectronicPaymentClaimingDocumentGenerationStrategy document helper implementation, creates a document that will claim; this method should also do the work of "claiming" each of the given ElectronicPaymentClaim records by filling in their referenceFinancialDocumentNumber field.
 

Uses of ElectronicPaymentClaim in org.kuali.kfs.sys.service.impl
 

Methods in org.kuali.kfs.sys.service.impl that return ElectronicPaymentClaim
protected  ElectronicPaymentClaim ElectronicPaymentClaimingServiceImpl.createElectronicPayment(AdvanceDepositDocument document, AccountingLine accountingLine)
          Creates an electronic payment claim record to match the given accounting line on the document
 

Methods in org.kuali.kfs.sys.service.impl that return types with arguments of type ElectronicPaymentClaim
 List<ElectronicPaymentClaim> ElectronicPaymentClaimingServiceImpl.generateElectronicPaymentClaimRecords(AdvanceDepositDocument doc)
           
protected  List<ElectronicPaymentClaim> ElectronicFundTransferRefreshActionHelper.getClaimedPayments(org.kuali.rice.kim.bo.Person currentUser, String lookupResultsSequenceNumber)
          Gets the selected electronic payment claim records from the LookupResults service
protected  List<ElectronicPaymentClaim> ElectronicFundTransferClaimActionHelper.handlePreClaimedRecords(List<ElectronicPaymentClaim> claims, Set<String> preClaimedByCheckbox, List<ElectronicPaymentClaimingDocumentGenerationStrategy> documentGenerationStrategies)
          Administrative users can fill in a field that says that a given electronic payment claim has already been claimed by another document.
 

Methods in org.kuali.kfs.sys.service.impl with parameters of type ElectronicPaymentClaim
protected  String ElectronicPaymentClaimingServiceImpl.createSummaryLineForClaim(ElectronicPaymentClaim claim)
          Creates a summary line for a note from a claim
 

Method parameters in org.kuali.kfs.sys.service.impl with type arguments of type ElectronicPaymentClaim
 void ElectronicPaymentClaimingServiceImpl.claimElectronicPayments(List<ElectronicPaymentClaim> payments, String documentNumber)
          Sets the referenceFinancialDocumentNumber on each of the payments passed in with the given document number and then saves them.
protected  String ElectronicPaymentClaimingServiceImpl.constructNoteText(List<ElectronicPaymentClaim> claims, int startPoint, int maxSummariesPerNote)
          This creates a note for the given point in the list of summaries.
 List<String> ElectronicPaymentClaimingServiceImpl.constructNoteTextsForClaims(List<ElectronicPaymentClaim> claims)
           
 String ElectronicPaymentClaimingDocumentGenerationStrategyImpl.createDocumentFromElectronicPayments(List<ElectronicPaymentClaim> electronicPayments, org.kuali.rice.kim.bo.Person user)
           
 String ElectronicPaymentClaimingServiceImpl.createPaymentClaimingDocument(List<ElectronicPaymentClaim> claims, ElectronicPaymentClaimingDocumentGenerationStrategy documentCreationHelper, org.kuali.rice.kim.bo.Person user)
           
protected  List<ElectronicPaymentClaim> ElectronicFundTransferClaimActionHelper.handlePreClaimedRecords(List<ElectronicPaymentClaim> claims, Set<String> preClaimedByCheckbox, List<ElectronicPaymentClaimingDocumentGenerationStrategy> documentGenerationStrategies)
          Administrative users can fill in a field that says that a given electronic payment claim has already been claimed by another document.
 

Uses of ElectronicPaymentClaim in org.kuali.kfs.sys.web.struts
 

Methods in org.kuali.kfs.sys.web.struts that return ElectronicPaymentClaim
 ElectronicPaymentClaim ElectronicFundTransferForm.getClaim(int i)
          Returns the claim at the specified index in the list of claims.
 

Methods in org.kuali.kfs.sys.web.struts that return types with arguments of type ElectronicPaymentClaim
 List<ElectronicPaymentClaim> ElectronicFundTransferForm.getClaims()
          Gets the claims attribute.
 

Methods in org.kuali.kfs.sys.web.struts with parameters of type ElectronicPaymentClaim
 void ElectronicFundTransferForm.setClaim(ElectronicPaymentClaim claim, int i)
          Puts an ElectronicPaymentClaim record in the claims array at a specified point
 

Method parameters in org.kuali.kfs.sys.web.struts with type arguments of type ElectronicPaymentClaim
 void ElectronicFundTransferForm.setClaims(List<ElectronicPaymentClaim> claims)
          Sets the claims attribute value.
 



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