Uses of Interface
org.kuali.kfs.module.endow.document.EndowmentTransactionalDocument

Packages that use EndowmentTransactionalDocument
org.kuali.kfs.module.endow.document   
org.kuali.kfs.module.endow.document.validation.impl   
 

Uses of EndowmentTransactionalDocument in org.kuali.kfs.module.endow.document
 

Subinterfaces of EndowmentTransactionalDocument in org.kuali.kfs.module.endow.document
 interface EndowmentAccountingLinesDocument
           
 interface EndowmentSecurityDetailsDocument
           
 interface EndowmentTaxLotLinesDocument
           
 interface EndowmentTransactionLinesDocument
           
 

Classes in org.kuali.kfs.module.endow.document that implement EndowmentTransactionalDocument
 class AssetDecreaseDocument
          The Endowment Asset Decrease (EAD) is used to reduce the holdings of a KEMID, either through the cash sale of an asset or by removing it directly from the KEMID holding record.
 class AssetIncreaseDocument
          The Endowment Asset Increase (EAI) transaction is used to add to the holdings of a KEMID, either through the cash purchase of an asset or by depositing it directly into the KEMID holding record.
 class CashDecreaseDocument
           
 class CashIncreaseDocument
           
 class CashTransferDocument
           
 class CorporateReorganizationDocument
           
 class CorpusAdjustmentDocument
          This is the transactional document that is used to record a modification to the corpus value of the true endowment
 class EndowmentAccountingLinesDocumentBase
          Provides a base class for the Endowment Transfer of Funds documents.
 class EndowmentSecurityDetailsDocumentBase
           
 class EndowmentTaxLotLinesDocumentBase
           
 class EndowmentToGLTransferOfFundsDocument
           
 class EndowmentTransactionalDocumentBase
           
 class EndowmentTransactionLinesDocumentBase
           
 class EndowmentUnitShareAdjustmentDocument
          Endowment Unit/Share Adjustment (EUSA) transaction is available for those times when a number of units of a security held by the KEMID must be modified without affecting the original cost or carry value of the security tax lot(s).
 class GLToEndowmentTransferOfFundsDocument
           
 class HoldingAdjustmentDocument
          Holding Adjustment (EHA) transaction is available for those times when a number of units of a security held by the KEMID must be modified without affecting the original cost or carry value of the security tax lot(s).
 class LiabilityDecreaseDocument
           
 class LiabilityIncreaseDocument
           
 class SecurityTransferDocument
           
 

Uses of EndowmentTransactionalDocument in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type EndowmentTransactionalDocument
protected  EndowmentTransactionSecurity EndowmentTransactionalDocumentBaseRule.getEndowmentTransactionSecurity(EndowmentTransactionalDocument document, boolean isSource)
          This method returns the Security line associated with a Transaction.
protected  String EndowmentTransactionalDocumentBaseRule.getEndowmentTransactionSecurityPrefix(EndowmentTransactionalDocument document, boolean isSource)
          This method obtains the Prefix for displaying errors on the UI for Source & Target lines.
protected  boolean EndowmentTransactionalDocumentBaseRule.isRegistrationCodeEmpty(EndowmentTransactionalDocument document, boolean isSource)
          This method validates the Registration code.
protected  boolean CashDocumentBaseRules.isSecurityCodeEmpty(EndowmentTransactionalDocument document, boolean isSource)
           
protected  boolean EndowmentTransactionalDocumentBaseRule.isSecurityCodeEmpty(EndowmentTransactionalDocument document, boolean isSource)
          This method validate the Security code.
protected  boolean EndowmentTransactionalDocumentBaseRule.isSubTypeEmpty(EndowmentTransactionalDocument document)
          This method validates the Sub Type Code.
protected  boolean EndowmentTransactionLinesDocumentBaseRules.validateTotalUnits(EndowmentTransactionalDocument document, EndowmentTransactionLine transactionLine, int index)
          Checks that the transaction line units match the tax lot lines total number of units.
 



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