Uses of Class
org.kuali.kfs.module.endow.document.CashDecreaseDocument

Packages that use CashDecreaseDocument
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.document.web.struts   
 

Uses of CashDecreaseDocument in org.kuali.kfs.module.endow.batch.service.impl
 

Methods in org.kuali.kfs.module.endow.batch.service.impl that return CashDecreaseDocument
protected  CashDecreaseDocument ProcessFeeTransactionsServiceImpl.createNewCashDecreaseDocument(String documentType)
          Gets a new document of the document type from the workflow using document service.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type CashDecreaseDocument
protected  boolean ProcessFeeTransactionsServiceImpl.addTransactionLineToDocument(CashDecreaseDocument cashDecreaseDocument, EndowmentSourceTransactionLine endowmentSourceTransactionLine, int lineNumber, String feeMethodCode)
          Add the new transaction line after applying the validation rules to the line.
protected  boolean ProcessFeeTransactionsServiceImpl.createTransactionLines(CashDecreaseDocument cashDecreaseDocument, FeeMethod feeMethod, KemidFee kemidFee, int lineNumber, int maxNumberOfTransacationLines)
          IF the END_KEMID_FEE_T: PCT_CHRG_FEE_TO_INC is equal to 100%, then generate the transaction line(s) for the eDoc
protected  void PooledFundControlTransactionsServiceImpl.populateECDD(CashDecreaseDocument cashDecreaseDocument, PooledFundControl pooledFundControl, org.kuali.rice.kns.util.KualiDecimal totalAmount, String securityLineTypeCode, String transactionIPIndicatorCode, String etranTypeCode)
          Populates security and transaction lines
protected  boolean ProcessFeeTransactionsServiceImpl.routeCashDecreaseDocument(CashDecreaseDocument cashDecreaseDocument, String feeMethodCode)
          Routes the document
protected  void ProcessFeeTransactionsServiceImpl.setDocumentOverviewAndDetails(CashDecreaseDocument cashDecreaseDocument, String documentDescription)
          Sets document description, source type code to A (automated), and subtype code to C (cash)
protected  boolean ProcessFeeTransactionsServiceImpl.submitCashDecreaseDocument(CashDecreaseDocument cashDecreaseDocument, String feeMethodCode)
          submits the document.
protected  boolean ProcessFeeTransactionsServiceImpl.submitDocumentForApprovalProcess(CashDecreaseDocument cashDecreaseDocument, FeeMethod feeMethod)
          After the last transaction line allowed in the eDoc (based on the institutional parameter) or the last KEMID fee calculated for the fee method, IF the END_FEE_MTHD_T: FEE_POST_PEND_IND is equal to Y submit the document as a blanket approved 'No Route' document.
protected  boolean PooledFundControlTransactionsServiceImpl.validateECDD(CashDecreaseDocument cashDecreaseDocument)
          validate the ECDD business rules
 

Uses of CashDecreaseDocument in org.kuali.kfs.module.endow.document.web.struts
 

Methods in org.kuali.kfs.module.endow.document.web.struts that return CashDecreaseDocument
 CashDecreaseDocument CashDecreaseDocumentForm.getCashDecreaseDocument()
          This method gets the cash decrease document
 



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