Uses of Interface
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionSecurity

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

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

Methods in org.kuali.kfs.module.endow.batch.service.impl that return EndowmentTransactionSecurity
protected  EndowmentTransactionSecurity EndowmenteDocPostingServiceImpl.findSecurityTransactionRecord(EndowmentTransactionLine tranLine, String documentType)
          This method locates a Security Transaction (END_TRAN_SEC_T) record from the DB by using the document number.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type EndowmentTransactionSecurity
protected  TransactionArchiveSecurity EndowmenteDocPostingServiceImpl.createTranArchiveSecurity(EndowmentTransactionSecurity tranSecurity, EndowmentTransactionLine tranLine, String documentType)
          This method will create a TransactionArchiveSecurity object from the transaction security and line object.
 

Uses of EndowmentTransactionSecurity in org.kuali.kfs.module.endow.businessobject
 

Classes in org.kuali.kfs.module.endow.businessobject that implement EndowmentTransactionSecurity
 class EndowmentSourceTransactionSecurity
           
 class EndowmentTargetTransactionSecurity
           
 class EndowmentTransactionSecurityBase
           
 

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

Fields in org.kuali.kfs.module.endow.document with type parameters of type EndowmentTransactionSecurity
protected  List<EndowmentTransactionSecurity> EndowmentSecurityDetailsDocumentBase.sourceTransactionSecurities
           
protected  List<EndowmentTransactionSecurity> EndowmentSecurityDetailsDocumentBase.targetTransactionSecurities
           
 

Methods in org.kuali.kfs.module.endow.document that return EndowmentTransactionSecurity
 EndowmentTransactionSecurity EndowmentSecurityDetailsDocumentBase.getSourceTransactionSecurity()
          Here when the document is being read from the DB, the security object to be returned must be the object from the DB and not the new object created.
 EndowmentTransactionSecurity EndowmentUnitShareAdjustmentDocument.getSourceTransactionSecurity()
           
 EndowmentTransactionSecurity EndowmentSecurityDetailsDocument.getSourceTransactionSecurity()
          Gets the sourceTransactionSecurity attribute.
 EndowmentTransactionSecurity HoldingAdjustmentDocument.getSourceTransactionSecurity()
           
 EndowmentTransactionSecurity EndowmentSecurityDetailsDocumentBase.getTargetTransactionSecurity()
          Here when the document is being read from the DB, the security object to be returned must be the object from the DB and not the new object created.
 EndowmentTransactionSecurity EndowmentSecurityDetailsDocument.getTargetTransactionSecurity()
          Gets the targetTransactionSecurity attribute.
 

Methods in org.kuali.kfs.module.endow.document that return types with arguments of type EndowmentTransactionSecurity
 List<EndowmentTransactionSecurity> EndowmentSecurityDetailsDocumentBase.getSourceTransactionSecurities()
          Gets the sourceTransactionSecurities.
 List<EndowmentTransactionSecurity> EndowmentSecurityDetailsDocumentBase.getTargetTransactionSecurities()
          Gets the targetTransactionSecurities.
 

Methods in org.kuali.kfs.module.endow.document with parameters of type EndowmentTransactionSecurity
 void EndowmentSecurityDetailsDocumentBase.setSourceTransactionSecurity(EndowmentTransactionSecurity sourceTransactionSecurity)
           
 void EndowmentSecurityDetailsDocument.setSourceTransactionSecurity(EndowmentTransactionSecurity sourceTransactionSecurity)
          Sets the sourceTransactionSecurity attribute value.
 void EndowmentSecurityDetailsDocumentBase.setTargetTransactionSecurity(EndowmentTransactionSecurity targetTransactionSecurity)
           
 void EndowmentSecurityDetailsDocument.setTargetTransactionSecurity(EndowmentTransactionSecurity targetTransactionSecurity)
          Sets the targetTransactionSecurity attribute value.
 

Method parameters in org.kuali.kfs.module.endow.document with type arguments of type EndowmentTransactionSecurity
 void EndowmentSecurityDetailsDocumentBase.setSourceTransactionSecurities(List<EndowmentTransactionSecurity> sourceTransactionSecurities)
          Sets the sourceTransactionSecurities.
 void EndowmentSecurityDetailsDocumentBase.setTargetTransactionSecurities(List<EndowmentTransactionSecurity> targetTransactionSecurities)
          Sets the targetTransactionSecurities.
 

Uses of EndowmentTransactionSecurity in org.kuali.kfs.module.endow.document.service.impl
 

Methods in org.kuali.kfs.module.endow.document.service.impl with parameters of type EndowmentTransactionSecurity
protected  List<HoldingTaxLot> UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.retrieveAllTaxLotsWithPositiveCost(EndowmentTransactionLine transLine, EndowmentTransactionSecurity endowmentTransactionSecurity)
          Helper method to retrieve all tax lots with positive cost holding tax lot lines
protected  List<HoldingTaxLot> UpdateHoldingAdjustmentDocumentTaxLotsServiceImpl.retrieveTaxLotLineForUpdate(EndowmentTransactionLine transLine, EndowmentTransactionSecurity endowmentTransactionSecurity)
          Helper method to retrieve all the tax lot records with units greater than zero from endowment holding tax lot table for a specific lot number
 

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

Methods in org.kuali.kfs.module.endow.document.validation.impl that return EndowmentTransactionSecurity
protected  EndowmentTransactionSecurity EndowmentTransactionalDocumentBaseRule.getEndowmentTransactionSecurity(EndowmentTransactionalDocument document, boolean isSource)
          This method returns the Security line associated with a Transaction.
 



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