| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
Notice |
NoticeService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Notice> |
NoticeService.getObjectsByIds(List<Long> ids) |
List<Notice> |
NoticeService.insertList(List<Notice> noticeList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
NoticeService.insert(Notice notice) |
boolean |
NoticeService.update(Notice notice) |
| Modifier and Type | Method and Description |
|---|---|
List<Notice> |
NoticeService.insertList(List<Notice> noticeList) |
boolean |
NoticeService.updateList(List<Notice> noticeList) |
| Modifier and Type | Method and Description |
|---|---|
Notice |
NoticeSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Notice> |
NoticeSCAClient.getObjectsByIds(List<Long> ids) |
List<Notice> |
NoticeSCAClient.insertList(List<Notice> noticeList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
NoticeSCAClient.insert(Notice notice) |
boolean |
NoticeSCAClient.update(Notice notice) |
| Modifier and Type | Method and Description |
|---|---|
List<Notice> |
NoticeSCAClient.insertList(List<Notice> noticeList) |
boolean |
NoticeSCAClient.updateList(List<Notice> noticeList) |
Copyright © 2019. All Rights Reserved.