|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HoldingAdjustmentDocument in org.kuali.kfs.module.endow.batch.service.impl |
---|
Methods in org.kuali.kfs.module.endow.batch.service.impl that return HoldingAdjustmentDocument | |
---|---|
protected HoldingAdjustmentDocument |
CreateGainLossDistributionTransactionsServiceImpl.generateHoldingAdjustmentDocument(boolean isShortTerm,
String securityId)
Generates a HoldingAdjustmentDocument. |
Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type HoldingAdjustmentDocument | |
---|---|
protected void |
CreateGainLossDistributionTransactionsServiceImpl.addSecurityDetails(HoldingAdjustmentDocument holdingAdjustmentDocument,
String securityId,
String registrationCode)
Creates and add a source security details to the holding adjustment document. |
protected boolean |
CreateGainLossDistributionTransactionsServiceImpl.addTransactionLine(boolean isShortTerm,
HoldingAdjustmentDocument holdingAdjustmentDocument,
HoldingTaxLot holdingTaxLot,
PooledFundValue pooledFundValue)
Creates and adds a transaction line to the holding adjustment document. |
protected EndowmentTransactionLine |
CreateGainLossDistributionTransactionsServiceImpl.createEndowmentTransactionLine(boolean isLoss,
boolean isShortTerm,
HoldingAdjustmentDocument holdingAdjustmentDocument,
HoldingTaxLot holdingTaxLot,
PooledFundValue pooledFundValue)
creates a transaction line and setups the data based on isLoss if isLoss = true then creates source line else creates target line. |
protected void |
CreateGainLossDistributionTransactionsServiceImpl.validateAndRouteHoldingAdjustmentDocument(HoldingAdjustmentDocument holdingAdjustmentDocument,
PooledFundValue pooledFundValue,
boolean isShortTerm)
Validates and Routes the HoldingAdjustmentDocument. |
Uses of HoldingAdjustmentDocument in org.kuali.kfs.module.endow.document.service |
---|
Methods in org.kuali.kfs.module.endow.document.service with parameters of type HoldingAdjustmentDocument | |
---|---|
void |
UpdateHoldingAdjustmentDocumentTaxLotsService.updateTransactionLineTaxLotsByTransactionAmount(boolean isUpdate,
HoldingAdjustmentDocument holdingAdjustmentDocument,
EndowmentTransactionLine transLine,
boolean isSource)
Updates the tax lots related to the given transaction line in the Holding Adjustment document when Transaction Amount is entered. |
void |
UpdateHoldingAdjustmentDocumentTaxLotsService.updateTransactionLineTaxLotsByUnitAdjustmentAmount(boolean isUpdate,
HoldingAdjustmentDocument holdingAdjustmentDocument,
EndowmentTransactionLine transLine,
boolean isSource)
Updates the tax lots related to the given transaction line in the Holding Adjustment document when Unit Adjustment Amount is entered. |
Uses of HoldingAdjustmentDocument in org.kuali.kfs.module.endow.document.service.impl |
---|
Methods in org.kuali.kfs.module.endow.document.service.impl with parameters of type HoldingAdjustmentDocument | |
---|---|
protected void |
UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.createEndowmentHoldingLotRecord(HoldingAdjustmentDocument holdingAdjustmentDocument,
EndowmentTransactionLine transLine,
List<HoldingTaxLot> holdingTaxLots)
This method... |
void |
UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.updateTransactionLineTaxLotsByTransactionAmount(boolean isUpdate,
HoldingAdjustmentDocument holdingAdjustmentDocument,
EndowmentTransactionLine transLine,
boolean isSource)
|
void |
UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.updateTransactionLineTaxLotsByUnitAdjustmentAmount(boolean isUpdate,
HoldingAdjustmentDocument holdingAdjustmentDocument,
EndowmentTransactionLine transLine,
boolean isSource)
|
Uses of HoldingAdjustmentDocument in org.kuali.kfs.module.endow.document.web.struts |
---|
Methods in org.kuali.kfs.module.endow.document.web.struts that return HoldingAdjustmentDocument | |
---|---|
HoldingAdjustmentDocument |
HoldingAdjustmentDocumentForm.getHoldingAdjustmentDocument()
Gets the HoldingAdjustmentDocument document |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |