org.kuali.kfs.module.cam.batch.service
Interface AssetDepreciationService

All Known Implementing Classes:
AssetDepreciationServiceImpl

public interface AssetDepreciationService


Method Summary
 void runDepreciation()
          This method runs depreciation process
 void setDepreciationBatchDao(DepreciationBatchDao depreciationBatchDao)
          Sets depreciation batch dao implementation
 

Method Detail

runDepreciation

void runDepreciation()
This method runs depreciation process


setDepreciationBatchDao

void setDepreciationBatchDao(DepreciationBatchDao depreciationBatchDao)
Sets depreciation batch dao implementation

Parameters:
depreciationBatchDao -


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