| Package | Description |
|---|---|
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
Window |
WindowService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Window> |
WindowService.getObjectsByIds(List<Long> ids) |
List<Window> |
WindowService.insertList(List<Window> windowList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WindowService.insert(Window window) |
boolean |
WindowService.update(Window window) |
| Modifier and Type | Method and Description |
|---|---|
List<Window> |
WindowService.insertList(List<Window> windowList) |
boolean |
WindowService.updateList(List<Window> windowList) |
| Modifier and Type | Method and Description |
|---|---|
Window |
WindowSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Window> |
WindowSCAClient.getObjectsByIds(List<Long> ids) |
List<Window> |
WindowSCAClient.insertList(List<Window> windowList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WindowSCAClient.insert(Window window) |
boolean |
WindowSCAClient.update(Window window) |
| Modifier and Type | Method and Description |
|---|---|
List<Window> |
WindowSCAClient.insertList(List<Window> windowList) |
boolean |
WindowSCAClient.updateList(List<Window> windowList) |
Copyright © 2019. All Rights Reserved.