| Package | Description |
|---|---|
| com.ptteng.academy.document.service | |
| com.ptteng.sca.academy.document.client |
| Modifier and Type | Method and Description |
|---|---|
Hollow |
HollowService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Hollow> |
HollowService.getObjectsByIds(List<Long> ids) |
List<Hollow> |
HollowService.insertList(List<Hollow> hollowList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
HollowService.insert(Hollow hollow) |
boolean |
HollowService.update(Hollow hollow) |
| Modifier and Type | Method and Description |
|---|---|
List<Hollow> |
HollowService.insertList(List<Hollow> hollowList) |
boolean |
HollowService.updateList(List<Hollow> hollowList) |
| Modifier and Type | Method and Description |
|---|---|
Hollow |
HollowSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Hollow> |
HollowSCAClient.getObjectsByIds(List<Long> ids) |
List<Hollow> |
HollowSCAClient.insertList(List<Hollow> hollowList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
HollowSCAClient.insert(Hollow hollow) |
boolean |
HollowSCAClient.update(Hollow hollow) |
| Modifier and Type | Method and Description |
|---|---|
List<Hollow> |
HollowSCAClient.insertList(List<Hollow> hollowList) |
boolean |
HollowSCAClient.updateList(List<Hollow> hollowList) |
Copyright © 2019. All rights reserved.