|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssetDateService
Method Summary | |
---|---|
void |
checkAndUpdateDepreciationDate(Asset copyAsset,
Asset newAsset)
In Asset Edit, DepreciationDate shall be updated whenever In-service Date changed. |
void |
checkAndUpdateFiscalYearAndPeriod(Asset copyAsset,
Asset newAsset)
In Asset Edit, Fiscal year and period code shall be updated whenever In-service Date changed. |
void |
checkAndUpdateLastInventoryDate(Asset copyAsset,
Asset newAsset)
Last inventory Date shall be updated whenever changes made to location or tag number |
Date |
computeDepreciationDate(AssetType assetType,
AssetDepreciationConvention depreciationConvention,
Date inServiceDate)
This method computes the depreciation date based on input parameters |
Method Detail |
---|
void checkAndUpdateLastInventoryDate(Asset copyAsset, Asset newAsset)
void checkAndUpdateDepreciationDate(Asset copyAsset, Asset newAsset)
void checkAndUpdateFiscalYearAndPeriod(Asset copyAsset, Asset newAsset)
Date computeDepreciationDate(AssetType assetType, AssetDepreciationConvention depreciationConvention, Date inServiceDate)
assetType
- Asset Type ObjectdepreciationConvention
- Depreciation Convention for the assetinServiceDate
- Current in-service date value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |