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

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

public class UpdateUnitShareAdjustmentDocumentTaxLotsServiceImpl
extends Object
implements UpdateUnitShareAdjustmentDocumentTaxLotsService


Constructor Summary
UpdateUnitShareAdjustmentDocumentTaxLotsServiceImpl()
           
 
Method Summary
 SecurityService getSecurityService()
          Gets the securityService.
 HoldingTaxLotService getTaxLotService()
          Gets the taxLotService.
 void setSecurityService(SecurityService securityService)
          Sets the securityService.
 void setTaxLotService(HoldingTaxLotService taxLotService)
          Sets the taxLotService.
 void updateTransactionLineTaxLots(boolean isUpdate, EndowmentUnitShareAdjustmentDocument unitShareAdjustmentDocument, EndowmentTransactionLine transLine, boolean isSource)
          Updates the tax lots related to the given transaction line in the Endowment Unit Share Adjustment document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateUnitShareAdjustmentDocumentTaxLotsServiceImpl

public UpdateUnitShareAdjustmentDocumentTaxLotsServiceImpl()
Method Detail

updateTransactionLineTaxLots

public void updateTransactionLineTaxLots(boolean isUpdate,
                                         EndowmentUnitShareAdjustmentDocument unitShareAdjustmentDocument,
                                         EndowmentTransactionLine transLine,
                                         boolean isSource)
Description copied from interface: UpdateUnitShareAdjustmentDocumentTaxLotsService
Updates the tax lots related to the given transaction line in the Endowment Unit Share Adjustment document.

Specified by:
updateTransactionLineTaxLots in interface UpdateUnitShareAdjustmentDocumentTaxLotsService
unitShareAdjustmentDocument - the Endowment Unit Share Adjustmentt for which we compute the transaction line related tax lots
transLine - the transaction line for which we update the tax lots
See Also:
UpdateUnitShareAdjustmentDocumentTaxLotsService.updateTransactionLineTaxLots(boolean, org.kuali.kfs.module.endow.document.EndowmentUnitShareAdjustmentDocument, org.kuali.kfs.module.endow.businessobject.EndowmentTransactionLine, boolean)

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 -


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