Uses of Class
org.kuali.kfs.fp.document.DistributionOfIncomeAndExpenseDocument

Packages that use DistributionOfIncomeAndExpenseDocument
org.kuali.kfs.fp.batch.service.impl   
org.kuali.kfs.fp.document   
org.kuali.kfs.fp.document.web.struts   
 

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

Methods in org.kuali.kfs.fp.batch.service.impl with parameters of type DistributionOfIncomeAndExpenseDocument
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.addDescriptionToDocument(DistributionOfIncomeAndExpenseDocument document)
          Adds the parameterized description to the document, so the doc can be saved
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
protected  SourceAccountingLine DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.createNewAccountingLineForDocument(DistributionOfIncomeAndExpenseDocument document)
          Creates a new accounting line, based on what the source accounting line class for the document is
protected  String DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.getURLForDocument(DistributionOfIncomeAndExpenseDocument doc)
          Builds the URL that can be used to redirect to the correct document
 

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

Subclasses of DistributionOfIncomeAndExpenseDocument in org.kuali.kfs.fp.document
 class YearEndDistributionOfIncomeAndExpenseDocument
          Year End version of the DistributionOfIncomeAndExpenseDocument the only functional difference between the YearEnd version and the non-yearEnd version of a document is the glpe's generation.
 

Uses of DistributionOfIncomeAndExpenseDocument in org.kuali.kfs.fp.document.web.struts
 

Methods in org.kuali.kfs.fp.document.web.struts that return DistributionOfIncomeAndExpenseDocument
 DistributionOfIncomeAndExpenseDocument DistributionOfIncomeAndExpenseForm.getDistributionOfIncomeAndExpenseDocument()
           
 

Methods in org.kuali.kfs.fp.document.web.struts with parameters of type DistributionOfIncomeAndExpenseDocument
 void DistributionOfIncomeAndExpenseForm.setDistributionOfIncomeAndExpenseDocument(DistributionOfIncomeAndExpenseDocument distributionOfIncomeAndExpenseDocument)
           
 



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