| Package | Description |
|---|---|
| com.ptteng.academy.campaign.service | |
| com.ptteng.sca.academy.campaign.client |
| Modifier and Type | Method and Description |
|---|---|
Process |
ProcessService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Process> |
ProcessService.getObjectsByIds(List<Long> ids) |
List<Process> |
ProcessService.insertList(List<Process> processList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ProcessService.insert(Process process) |
boolean |
ProcessService.update(Process process) |
| Modifier and Type | Method and Description |
|---|---|
List<Process> |
ProcessService.insertList(List<Process> processList) |
boolean |
ProcessService.updateList(List<Process> processList) |
| Modifier and Type | Method and Description |
|---|---|
Process |
ProcessSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Process> |
ProcessSCAClient.getObjectsByIds(List<Long> ids) |
List<Process> |
ProcessSCAClient.insertList(List<Process> processList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ProcessSCAClient.insert(Process process) |
boolean |
ProcessSCAClient.update(Process process) |
| Modifier and Type | Method and Description |
|---|---|
List<Process> |
ProcessSCAClient.insertList(List<Process> processList) |
boolean |
ProcessSCAClient.updateList(List<Process> processList) |
Copyright © 2019. All Rights Reserved.