| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Collaborate |
CollaborateService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Collaborate> |
CollaborateService.getObjectsByIds(List<Long> ids) |
List<Collaborate> |
CollaborateService.insertList(List<Collaborate> collaborateList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CollaborateService.insert(Collaborate collaborate) |
boolean |
CollaborateService.update(Collaborate collaborate) |
| Modifier and Type | Method and Description |
|---|---|
List<Collaborate> |
CollaborateService.insertList(List<Collaborate> collaborateList) |
boolean |
CollaborateService.updateList(List<Collaborate> collaborateList) |
| Modifier and Type | Method and Description |
|---|---|
Collaborate |
CollaborateSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Collaborate> |
CollaborateSCAClient.getObjectsByIds(List<Long> ids) |
List<Collaborate> |
CollaborateSCAClient.insertList(List<Collaborate> collaborateList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
CollaborateSCAClient.insert(Collaborate collaborate) |
boolean |
CollaborateSCAClient.update(Collaborate collaborate) |
| Modifier and Type | Method and Description |
|---|---|
List<Collaborate> |
CollaborateSCAClient.insertList(List<Collaborate> collaborateList) |
boolean |
CollaborateSCAClient.updateList(List<Collaborate> collaborateList) |
Copyright © 2018. All Rights Reserved.