org.kuali.kfs.module.endow.document.service.impl
Class LiabilityDocumentServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.EndowmentTransactionDocumentServiceImpl
      extended by org.kuali.kfs.module.endow.document.service.impl.EndowmentTransactionLinesDocumentServiceImpl
          extended by org.kuali.kfs.module.endow.document.service.impl.LiabilityDocumentServiceImpl
All Implemented Interfaces:
EndowmentTransactionDocumentService, EndowmentTransactionLinesDocumentService, LiabilityDocumentService

public class LiabilityDocumentServiceImpl
extends EndowmentTransactionLinesDocumentServiceImpl
implements LiabilityDocumentService

This class...


Constructor Summary
LiabilityDocumentServiceImpl()
           
 
Method Summary
 KEMService getKemService()
           
 SecurityService getSecurityService()
          Gets the securityService.
 HoldingTaxLotService getTaxLotService()
          Gets the taxLotService.
 void setKemService(KEMService kemService)
           
 void setSecurityService(SecurityService securityService)
          Sets the securityService.
 void setTaxLotService(HoldingTaxLotService taxLotService)
          Sets the taxLotService.
 void updateLiabilityDecreaseTransactionLineTaxLots(boolean isSource, EndowmentTaxLotLinesDocumentBase document, EndowmentTransactionLine transLine)
          This method...
 void updateLiabilityIncreaseTransactionLineTaxLots(boolean isSource, EndowmentTaxLotLinesDocumentBase document, EndowmentTransactionLine transLine)
          This method...
 
Methods inherited from class org.kuali.kfs.module.endow.document.service.impl.EndowmentTransactionLinesDocumentServiceImpl
canKEMIDHaveAPrincipalActivity, getCorpusIndicatorValueforAnEndowmentTransactionLine, getEndowmentTransactionCodeService, getKemidService, setEndowmentTransactionCodeService, setKemidService
 
Methods inherited from class org.kuali.kfs.module.endow.document.service.impl.EndowmentTransactionDocumentServiceImpl
getBusinessObjectService, getSecurity, getSecurityForHoldingHistoryValueAdjustment, matchChartBetweenKEMIDAndETranCode, matchChartBetweenSecurityAndETranCode, setBusinessObjectService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.kfs.module.endow.document.service.EndowmentTransactionLinesDocumentService
canKEMIDHaveAPrincipalActivity, getCorpusIndicatorValueforAnEndowmentTransactionLine
 
Methods inherited from interface org.kuali.kfs.module.endow.document.service.EndowmentTransactionDocumentService
getSecurity, getSecurityForHoldingHistoryValueAdjustment, matchChartBetweenKEMIDAndETranCode, matchChartBetweenSecurityAndETranCode
 

Constructor Detail

LiabilityDocumentServiceImpl

public LiabilityDocumentServiceImpl()
Method Detail

updateLiabilityIncreaseTransactionLineTaxLots

public void updateLiabilityIncreaseTransactionLineTaxLots(boolean isSource,
                                                          EndowmentTaxLotLinesDocumentBase document,
                                                          EndowmentTransactionLine transLine)
Description copied from interface: LiabilityDocumentService
This method...

Specified by:
updateLiabilityIncreaseTransactionLineTaxLots in interface LiabilityDocumentService
See Also:
org.kuali.kfs.module.endow.document.service.UpdateAssetIncreaseDocumentTaxLotsService#updateTransactionLineTaxLots(boolean, org.kuali.kfs.module.endow.document.AssetIncreaseDocument, org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine)

updateLiabilityDecreaseTransactionLineTaxLots

public void updateLiabilityDecreaseTransactionLineTaxLots(boolean isSource,
                                                          EndowmentTaxLotLinesDocumentBase document,
                                                          EndowmentTransactionLine transLine)
Description copied from interface: LiabilityDocumentService
This method...

Specified by:
updateLiabilityDecreaseTransactionLineTaxLots in interface LiabilityDocumentService
See Also:
org.kuali.kfs.module.endow.document.service.UpdateAssetIncreaseDocumentTaxLotsService#updateTransactionLineTaxLots(boolean, org.kuali.kfs.module.endow.document.AssetIncreaseDocument, org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine)

getTaxLotService

public HoldingTaxLotService getTaxLotService()
Gets the taxLotService.

Returns:
taxLotService

setTaxLotService

public void setTaxLotService(HoldingTaxLotService taxLotService)
Sets the taxLotService.

Parameters:
taxLotService -

getSecurityService

public SecurityService getSecurityService()
Gets the securityService.

Returns:
securityService

setSecurityService

public void setSecurityService(SecurityService securityService)
Sets the securityService.

Parameters:
securityService -

getKemService

public KEMService getKemService()

setKemService

public void setKemService(KEMService kemService)


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