| Package | Description |
|---|---|
| com.ptteng.academy.campaign.service | |
| com.ptteng.sca.academy.campaign.client |
| Modifier and Type | Method and Description |
|---|---|
UserProcess |
UserProcessService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserProcess> |
UserProcessService.getObjectsByIds(List<Long> ids) |
List<UserProcess> |
UserProcessService.insertList(List<UserProcess> userProcessList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserProcessService.insert(UserProcess userProcess) |
boolean |
UserProcessService.update(UserProcess userProcess) |
| Modifier and Type | Method and Description |
|---|---|
List<UserProcess> |
UserProcessService.insertList(List<UserProcess> userProcessList) |
boolean |
UserProcessService.updateList(List<UserProcess> userProcessList) |
| Modifier and Type | Method and Description |
|---|---|
UserProcess |
UserProcessSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<UserProcess> |
UserProcessSCAClient.getObjectsByIds(List<Long> ids) |
List<UserProcess> |
UserProcessSCAClient.insertList(List<UserProcess> userProcessList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
UserProcessSCAClient.insert(UserProcess userProcess) |
boolean |
UserProcessSCAClient.update(UserProcess userProcess) |
| Modifier and Type | Method and Description |
|---|---|
List<UserProcess> |
UserProcessSCAClient.insertList(List<UserProcess> userProcessList) |
boolean |
UserProcessSCAClient.updateList(List<UserProcess> userProcessList) |
Copyright © 2019. All Rights Reserved.