| Package | Description |
|---|---|
| com.ptteng.academy.campaign.service | |
| com.ptteng.sca.academy.campaign.client |
| Modifier and Type | Method and Description |
|---|---|
News |
NewsService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<News> |
NewsService.getObjectsByIds(List<Long> ids) |
List<News> |
NewsService.insertList(List<News> newsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
NewsService.insert(News news) |
boolean |
NewsService.update(News news) |
| Modifier and Type | Method and Description |
|---|---|
List<News> |
NewsService.insertList(List<News> newsList) |
boolean |
NewsService.updateList(List<News> newsList) |
| Modifier and Type | Method and Description |
|---|---|
News |
NewsSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<News> |
NewsSCAClient.getObjectsByIds(List<Long> ids) |
List<News> |
NewsSCAClient.insertList(List<News> newsList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
NewsSCAClient.insert(News news) |
boolean |
NewsSCAClient.update(News news) |
| Modifier and Type | Method and Description |
|---|---|
List<News> |
NewsSCAClient.insertList(List<News> newsList) |
boolean |
NewsSCAClient.updateList(List<News> newsList) |
Copyright © 2019. All Rights Reserved.