| Package | Description |
|---|---|
| com.ptteng.academy.user.service | |
| com.ptteng.sca.academy.user.client |
| Modifier and Type | Method and Description |
|---|---|
Sign |
SignService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Sign> |
SignService.getObjectsByIds(List<Long> ids) |
List<Sign> |
SignService.insertList(List<Sign> signList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
SignService.insert(Sign sign) |
boolean |
SignService.update(Sign sign) |
| Modifier and Type | Method and Description |
|---|---|
List<Sign> |
SignService.insertList(List<Sign> signList) |
boolean |
SignService.updateList(List<Sign> signList) |
| Modifier and Type | Method and Description |
|---|---|
Sign |
SignSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Sign> |
SignSCAClient.getObjectsByIds(List<Long> ids) |
List<Sign> |
SignSCAClient.insertList(List<Sign> signList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
SignSCAClient.insert(Sign sign) |
boolean |
SignSCAClient.update(Sign sign) |
| Modifier and Type | Method and Description |
|---|---|
List<Sign> |
SignSCAClient.insertList(List<Sign> signList) |
boolean |
SignSCAClient.updateList(List<Sign> signList) |
Copyright © 2018. All Rights Reserved.