| Package | Description |
|---|---|
| com.ptteng.common.skill.service | |
| com.ptteng.sca.common.skill.client |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskService.getObjectsByIds(List<Long> ids) |
List<Task> |
TaskService.insertList(List<Task> taskList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
TaskService.insert(Task task) |
boolean |
TaskService.update(Task task) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskService.insertList(List<Task> taskList) |
boolean |
TaskService.updateList(List<Task> taskList) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskSCAClient.getObjectsByIds(List<Long> ids) |
List<Task> |
TaskSCAClient.insertList(List<Task> taskList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
TaskSCAClient.insert(Task task) |
boolean |
TaskSCAClient.update(Task task) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskSCAClient.insertList(List<Task> taskList) |
boolean |
TaskSCAClient.updateList(List<Task> taskList) |
Copyright © 2016. All rights reserved.