| Package | Description |
|---|---|
| com.ptteng.academy.campaign.service | |
| com.ptteng.sca.academy.campaign.client |
| Modifier and Type | Method and Description |
|---|---|
Quesbank |
QuesbankService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Quesbank> |
QuesbankService.getObjectsByIds(List<Long> ids) |
List<Quesbank> |
QuesbankService.insertList(List<Quesbank> quesbankList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
QuesbankService.insert(Quesbank quesbank) |
boolean |
QuesbankService.update(Quesbank quesbank) |
| Modifier and Type | Method and Description |
|---|---|
List<Quesbank> |
QuesbankService.insertList(List<Quesbank> quesbankList) |
boolean |
QuesbankService.updateList(List<Quesbank> quesbankList) |
| Modifier and Type | Method and Description |
|---|---|
Quesbank |
QuesbankSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Quesbank> |
QuesbankSCAClient.getObjectsByIds(List<Long> ids) |
List<Quesbank> |
QuesbankSCAClient.insertList(List<Quesbank> quesbankList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
QuesbankSCAClient.insert(Quesbank quesbank) |
boolean |
QuesbankSCAClient.update(Quesbank quesbank) |
| Modifier and Type | Method and Description |
|---|---|
List<Quesbank> |
QuesbankSCAClient.insertList(List<Quesbank> quesbankList) |
boolean |
QuesbankSCAClient.updateList(List<Quesbank> quesbankList) |
Copyright © 2019. All Rights Reserved.