| Package | Description |
|---|---|
| com.ptteng.micro.common.service | |
| com.ptteng.sca.micro.common.client |
| Modifier and Type | Method and Description |
|---|---|
Gcomponent |
GcomponentService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Gcomponent> |
GcomponentService.getObjectsByIds(List<Long> ids) |
List<Gcomponent> |
GcomponentService.insertList(List<Gcomponent> gcomponentList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
GcomponentService.insert(Gcomponent gcomponent) |
boolean |
GcomponentService.update(Gcomponent gcomponent) |
| Modifier and Type | Method and Description |
|---|---|
List<Gcomponent> |
GcomponentService.insertList(List<Gcomponent> gcomponentList) |
boolean |
GcomponentService.updateList(List<Gcomponent> gcomponentList) |
| Modifier and Type | Method and Description |
|---|---|
Gcomponent |
GcomponentSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Gcomponent> |
GcomponentSCAClient.getObjectsByIds(List<Long> ids) |
List<Gcomponent> |
GcomponentSCAClient.insertList(List<Gcomponent> gcomponentList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
GcomponentSCAClient.insert(Gcomponent gcomponent) |
boolean |
GcomponentSCAClient.update(Gcomponent gcomponent) |
| Modifier and Type | Method and Description |
|---|---|
List<Gcomponent> |
GcomponentSCAClient.insertList(List<Gcomponent> gcomponentList) |
boolean |
GcomponentSCAClient.updateList(List<Gcomponent> gcomponentList) |
Copyright © 2020. All rights reserved.