| Package | Description |
|---|---|
| com.ptteng.academy.admin.model | |
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
int |
Constant.compareTo(Constant o) |
| 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 © 2019. All Rights Reserved.