| Package | Description |
|---|---|
| com.ptteng.keeper.common.service | |
| com.ptteng.sca.keeper.common.client |
| Modifier and Type | Method and Description |
|---|---|
UserAsset |
UserAssetService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserAsset> |
UserAssetService.getObjectsByIds(List<Long> ids) |
List<UserAsset> |
UserAssetService.insertList(List<UserAsset> userAssetList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserAssetService.insert(UserAsset userAsset) |
boolean |
UserAssetService.update(UserAsset userAsset) |
| Modifier and Type | Method and Description |
|---|---|
List<UserAsset> |
UserAssetService.insertList(List<UserAsset> userAssetList) |
boolean |
UserAssetService.updateList(List<UserAsset> userAssetList) |
| Modifier and Type | Method and Description |
|---|---|
UserAsset |
UserAssetSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserAsset> |
UserAssetSCAClient.getObjectsByIds(List<Long> ids) |
List<UserAsset> |
UserAssetSCAClient.insertList(List<UserAsset> userAssetList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserAssetSCAClient.insert(UserAsset userAsset) |
boolean |
UserAssetSCAClient.update(UserAsset userAsset) |
| Modifier and Type | Method and Description |
|---|---|
List<UserAsset> |
UserAssetSCAClient.insertList(List<UserAsset> userAssetList) |
boolean |
UserAssetSCAClient.updateList(List<UserAsset> userAssetList) |
Copyright © 2018. All rights reserved.