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

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.UpdateAssetDecreaseDocumentTaxLotsServiceImpl
All Implemented Interfaces:
UpdateAssetDecreaseDocumentTaxLotsService

public class UpdateAssetDecreaseDocumentTaxLotsServiceImpl
extends Object
implements UpdateAssetDecreaseDocumentTaxLotsService

Provides an implementation for the transaction line related tax lots update for the AssetIncreaseDocument.


Constructor Summary
UpdateAssetDecreaseDocumentTaxLotsServiceImpl()
           
 
Method Summary
protected  KEMService getKemService()
          Gets the kemService.
protected  SecurityService getSecurityService()
          Gets the securityService.
protected  HoldingTaxLotService getTaxLotService()
          Gets the taxLotService.
 void setKemService(KEMService kemService)
          Sets the kemService.
 void setSecurityService(SecurityService securityService)
          Sets the securityService.
 void setTaxLotService(HoldingTaxLotService taxLotService)
          Sets the taxLotService.
 void updateTransactionLineTaxLots(AssetDecreaseDocument adDocument, EndowmentTransactionLine transLine)
          Updates the tax lots related to the given transaction line in the Asset Decrease document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateAssetDecreaseDocumentTaxLotsServiceImpl

public UpdateAssetDecreaseDocumentTaxLotsServiceImpl()
Method Detail

updateTransactionLineTaxLots

public void updateTransactionLineTaxLots(AssetDecreaseDocument adDocument,
                                         EndowmentTransactionLine transLine)
Description copied from interface: UpdateAssetDecreaseDocumentTaxLotsService
Updates the tax lots related to the given transaction line in the Asset Decrease document.

Specified by:
updateTransactionLineTaxLots in interface UpdateAssetDecreaseDocumentTaxLotsService
transLine - the transaction line for which we update the tax lots
See Also:
UpdateAssetDecreaseDocumentTaxLotsService.updateTransactionLineTaxLots(org.kuali.kfs.module.endow.document.AssetDecreaseDocument, org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine)

getTaxLotService

protected HoldingTaxLotService getTaxLotService()
Gets the taxLotService.

Returns:
taxLotService

setTaxLotService

public void setTaxLotService(HoldingTaxLotService taxLotService)
Sets the taxLotService.

Parameters:
taxLotService -

getSecurityService

protected SecurityService getSecurityService()
Gets the securityService.

Returns:
securityService

setSecurityService

public void setSecurityService(SecurityService securityService)
Sets the securityService.

Parameters:
securityService -

getKemService

protected KEMService getKemService()
Gets the kemService.

Returns:
kemService

setKemService

public void setKemService(KEMService kemService)
Sets the kemService.

Parameters:
kemService -


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