| Package | Description |
|---|---|
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
Manager |
ManagerService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Manager> |
ManagerService.getObjectsByIds(List<Long> ids) |
List<Manager> |
ManagerService.insertList(List<Manager> managerList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ManagerService.insert(Manager manager) |
boolean |
ManagerService.update(Manager manager) |
| Modifier and Type | Method and Description |
|---|---|
List<Manager> |
ManagerService.insertList(List<Manager> managerList) |
boolean |
ManagerService.updateList(List<Manager> managerList) |
| Modifier and Type | Method and Description |
|---|---|
Manager |
ManagerSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Manager> |
ManagerSCAClient.getObjectsByIds(List<Long> ids) |
List<Manager> |
ManagerSCAClient.insertList(List<Manager> managerList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ManagerSCAClient.insert(Manager manager) |
boolean |
ManagerSCAClient.update(Manager manager) |
| Modifier and Type | Method and Description |
|---|---|
List<Manager> |
ManagerSCAClient.insertList(List<Manager> managerList) |
boolean |
ManagerSCAClient.updateList(List<Manager> managerList) |
Copyright © 2018. All Rights Reserved.