| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
Constant |
ConstantService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Constant> |
ConstantService.getObjectsByIds(List<Long> ids) |
List<Constant> |
ConstantService.insertList(List<Constant> constantList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ConstantService.insert(Constant constant) |
boolean |
ConstantService.update(Constant constant) |
| Modifier and Type | Method and Description |
|---|---|
List<Constant> |
ConstantService.insertList(List<Constant> constantList) |
boolean |
ConstantService.updateList(List<Constant> constantList) |
| Modifier and Type | Method and Description |
|---|---|
Constant |
ConstantSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Constant> |
ConstantSCAClient.getObjectsByIds(List<Long> ids) |
List<Constant> |
ConstantSCAClient.insertList(List<Constant> constantList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ConstantSCAClient.insert(Constant constant) |
boolean |
ConstantSCAClient.update(Constant constant) |
| Modifier and Type | Method and Description |
|---|---|
List<Constant> |
ConstantSCAClient.insertList(List<Constant> constantList) |
boolean |
ConstantSCAClient.updateList(List<Constant> constantList) |
Copyright © 2023. All rights reserved.