|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
PooledFundControlTransactionsServiceImpl.initializeCashDocument(String documentType,
int counter)
Initialize a cash document. |
|
protected
|
IncomeDistributionForPooledFundServiceImpl.initializeCashDocument(String documentType,
int counter)
Initialize a cash document. |
|
protected
|
IncomeDistributionForPooledFundServiceImpl.resetExceptionlReport(C cashDocument)
Resets the exception report |
|
protected
|
IncomeDistributionForPooledFundServiceImpl.resetTotalReport(C cashDocument)
Resets the total report |
|
protected
|
PooledFundControlTransactionsServiceImpl.submitCashDocument(T cashDocument,
String documentType,
String paramNoRouteInd)
Submits the document |
|
protected
|
IncomeDistributionForPooledFundServiceImpl.submitCashDocument(T cashDocument,
String documentType,
String noRouteInd)
Submits Cash document |
|
protected
|
PooledFundControlTransactionsServiceImpl.validateTransactionLine(C cashDocument,
T endowmentTransactionLine,
String trnsactionPropertyName)
Validate Cash Transaction line |
|
protected
|
IncomeDistributionForPooledFundServiceImpl.validateTransactionLine(C cashDocument,
T endowmentTransactionLine,
String trnsactionPropertyName)
Validates Cash Transaction line |
|
protected
|
PooledFundControlTransactionsServiceImpl.writeDocumentValdiationErrorReport(T cashDocument,
String documentType)
Writes document validation errors |
|
protected
|
PooledFundControlTransactionsServiceImpl.writeSubmissionErrorReport(T cashDocument,
String documentType,
String errorMessage)
Writes the submission errors |
|
protected
|
IncomeDistributionForPooledFundServiceImpl.writeSubmitError(T cashDocument,
String documentType)
Write errors that occur during the submission |
|
protected
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |