| Package | Description |
|---|---|
| com.ptteng.common.skill.service | |
| com.ptteng.sca.common.skill.client |
| Modifier and Type | Method and Description |
|---|---|
Qa |
QaService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Qa> |
QaService.getObjectsByIds(List<Long> ids) |
List<Qa> |
QaService.insertList(List<Qa> qaList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
QaService.insert(Qa qa) |
boolean |
QaService.update(Qa qa) |
| Modifier and Type | Method and Description |
|---|---|
List<Qa> |
QaService.insertList(List<Qa> qaList) |
boolean |
QaService.updateList(List<Qa> qaList) |
| Modifier and Type | Method and Description |
|---|---|
Qa |
QaSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Qa> |
QaSCAClient.getObjectsByIds(List<Long> ids) |
List<Qa> |
QaSCAClient.insertList(List<Qa> qaList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
QaSCAClient.insert(Qa qa) |
boolean |
QaSCAClient.update(Qa qa) |
| Modifier and Type | Method and Description |
|---|---|
List<Qa> |
QaSCAClient.insertList(List<Qa> qaList) |
boolean |
QaSCAClient.updateList(List<Qa> qaList) |
Copyright © 2016. All Rights Reserved.