| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Introduce |
IntroduceService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Introduce> |
IntroduceService.getObjectsByIds(List<Long> ids) |
List<Introduce> |
IntroduceService.insertList(List<Introduce> introduceList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
IntroduceService.insert(Introduce introduce) |
boolean |
IntroduceService.update(Introduce introduce) |
| Modifier and Type | Method and Description |
|---|---|
List<Introduce> |
IntroduceService.insertList(List<Introduce> introduceList) |
boolean |
IntroduceService.updateList(List<Introduce> introduceList) |
| Modifier and Type | Method and Description |
|---|---|
Introduce |
IntroduceSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Introduce> |
IntroduceSCAClient.getObjectsByIds(List<Long> ids) |
List<Introduce> |
IntroduceSCAClient.insertList(List<Introduce> introduceList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
IntroduceSCAClient.insert(Introduce introduce) |
boolean |
IntroduceSCAClient.update(Introduce introduce) |
| Modifier and Type | Method and Description |
|---|---|
List<Introduce> |
IntroduceSCAClient.insertList(List<Introduce> introduceList) |
boolean |
IntroduceSCAClient.updateList(List<Introduce> introduceList) |
Copyright © 2018. All Rights Reserved.