| Package | Description |
|---|---|
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
ModuleService.getObjectsByIds(List<Long> ids) |
List<Module> |
ModuleService.insertList(List<Module> moduleList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ModuleService.insert(Module module) |
boolean |
ModuleService.update(Module module) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
ModuleService.insertList(List<Module> moduleList) |
boolean |
ModuleService.updateList(List<Module> moduleList) |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
ModuleSCAClient.getObjectsByIds(List<Long> ids) |
List<Module> |
ModuleSCAClient.insertList(List<Module> moduleList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ModuleSCAClient.insert(Module module) |
boolean |
ModuleSCAClient.update(Module module) |
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
ModuleSCAClient.insertList(List<Module> moduleList) |
boolean |
ModuleSCAClient.updateList(List<Module> moduleList) |
Copyright © 2019. All Rights Reserved.