| Package | Description |
|---|---|
| org.egov.assets.autonumber | |
| org.egov.assets.autonumber.impl | |
| org.egov.assets.model | |
| org.egov.assets.repository | |
| org.egov.assets.service |
| Modifier and Type | Method and Description |
|---|---|
String |
AssetCodeGenerator.getNextNumber(Asset asset) |
| Modifier and Type | Method and Description |
|---|---|
String |
AssetCodeGeneratorImpl.getNextNumber(Asset asset) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetActivities.getAsset()
Gets the asset.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AssetNumberGenrator.getAssetNumber(Asset asset,
String year) |
void |
AssetActivities.setAsset(Asset asset)
Sets the asset.
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetRepository.findByCode(String code) |
Asset |
AssetRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetService.create(Asset asset) |
Asset |
AssetService.findByCode(String code) |
Asset |
AssetService.findByName(String name) |
Asset |
AssetService.findOne(Long id) |
Asset |
AssetService.update(Asset asset) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
AssetService.findAll() |
List<Asset> |
AssetService.search(Asset asset) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetService.create(Asset asset) |
List<Asset> |
AssetService.search(Asset asset) |
Asset |
AssetService.update(Asset asset) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.