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

Packages that use EndowmentSecurityDetailsDocumentBase
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.endow.document   
org.kuali.kfs.module.endow.document.validation.impl   
 

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

Methods in org.kuali.kfs.module.endow.batch.service.impl with type parameters of type EndowmentSecurityDetailsDocumentBase
protected
<C extends EndowmentSecurityDetailsDocumentBase>
C
PooledFundControlTransactionsServiceImpl.initializeCashDocument(String documentType, int counter)
          Initialize a cash document.
protected
<C extends EndowmentSecurityDetailsDocumentBase>
C
IncomeDistributionForPooledFundServiceImpl.initializeCashDocument(String documentType, int counter)
          Initialize a cash document.
protected
<C extends EndowmentSecurityDetailsDocumentBase>
void
IncomeDistributionForPooledFundServiceImpl.resetExceptionlReport(C cashDocument)
          Resets the exception report
protected
<C extends EndowmentSecurityDetailsDocumentBase>
void
IncomeDistributionForPooledFundServiceImpl.resetTotalReport(C cashDocument)
          Resets the total report
protected
<T extends EndowmentSecurityDetailsDocumentBase>
boolean
PooledFundControlTransactionsServiceImpl.submitCashDocument(T cashDocument, String documentType, String paramNoRouteInd)
          Submits the document
protected
<T extends EndowmentSecurityDetailsDocumentBase>
void
IncomeDistributionForPooledFundServiceImpl.submitCashDocument(T cashDocument, String documentType, String noRouteInd)
          Submits Cash document
protected
<C extends EndowmentSecurityDetailsDocumentBase,T extends EndowmentTransactionLineBase>
boolean
PooledFundControlTransactionsServiceImpl.validateTransactionLine(C cashDocument, T endowmentTransactionLine, String trnsactionPropertyName)
          Validate Cash Transaction line
protected
<C extends EndowmentSecurityDetailsDocumentBase,T extends EndowmentTransactionLineBase>
boolean
IncomeDistributionForPooledFundServiceImpl.validateTransactionLine(C cashDocument, T endowmentTransactionLine, String trnsactionPropertyName)
          Validates Cash Transaction line
protected
<T extends EndowmentSecurityDetailsDocumentBase>
void
PooledFundControlTransactionsServiceImpl.writeDocumentValdiationErrorReport(T cashDocument, String documentType)
          Writes document validation errors
protected
<T extends EndowmentSecurityDetailsDocumentBase>
void
PooledFundControlTransactionsServiceImpl.writeSubmissionErrorReport(T cashDocument, String documentType, String errorMessage)
          Writes the submission errors
protected
<T extends EndowmentSecurityDetailsDocumentBase>
void
IncomeDistributionForPooledFundServiceImpl.writeSubmitError(T cashDocument, String documentType)
          Write errors that occur during the submission
protected
<C extends EndowmentSecurityDetailsDocumentBase>
void
PooledFundControlTransactionsServiceImpl.writeTotalReport(C cashDocument, String documentType, String incomePrincipalIndicator)
          Writes the total report
 

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

Subclasses of EndowmentSecurityDetailsDocumentBase in org.kuali.kfs.module.endow.document
 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 EndowmentAccountingLinesDocumentBase
          Provides a base class for the Endowment Transfer of Funds documents.
 class EndowmentTaxLotLinesDocumentBase
           
 class EndowmentToGLTransferOfFundsDocument
           
 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 EndowmentSecurityDetailsDocumentBase in org.kuali.kfs.module.endow.document.validation.impl
 

Methods in org.kuali.kfs.module.endow.document.validation.impl with parameters of type EndowmentSecurityDetailsDocumentBase
protected  boolean EndowmentTransactionLinesDocumentBaseRules.validateNonDuplicateSecurityCodes(EndowmentSecurityDetailsDocumentBase document)
          This method validates that the source and target security lines are different from each other.
protected  boolean EndowmentTransactionLinesDocumentBaseRules.validateRegistration(boolean isValid, EndowmentSecurityDetailsDocumentBase document, boolean isSource)
          This method is a collection if validation performed on Registration Code.
protected  boolean EndowmentTransactionLinesDocumentBaseRules.validateSecurity(boolean isValid, EndowmentSecurityDetailsDocumentBase document, boolean isSource)
          This method is a collection if validation performed on Security.
 



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