| Package | Description |
|---|---|
| com.ptteng.academy.document.service | |
| com.ptteng.sca.academy.document.client |
| Modifier and Type | Method and Description |
|---|---|
Posts |
PostsService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Posts> |
PostsService.getObjectsByIds(List<Long> ids) |
List<Posts> |
PostsService.insertList(List<Posts> postsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PostsService.insert(Posts posts) |
boolean |
PostsService.update(Posts posts) |
| Modifier and Type | Method and Description |
|---|---|
List<Posts> |
PostsService.insertList(List<Posts> postsList) |
boolean |
PostsService.updateList(List<Posts> postsList) |
| Modifier and Type | Method and Description |
|---|---|
Posts |
PostsSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Posts> |
PostsSCAClient.getObjectsByIds(List<Long> ids) |
List<Posts> |
PostsSCAClient.insertList(List<Posts> postsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PostsSCAClient.insert(Posts posts) |
boolean |
PostsSCAClient.update(Posts posts) |
| Modifier and Type | Method and Description |
|---|---|
List<Posts> |
PostsSCAClient.insertList(List<Posts> postsList) |
boolean |
PostsSCAClient.updateList(List<Posts> postsList) |
Copyright © 2019. All rights reserved.