| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Locks |
LocksService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Locks> |
LocksService.getObjectsByIds(List<Long> ids) |
List<Locks> |
LocksService.insertList(List<Locks> locksList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LocksService.insert(Locks locks) |
boolean |
LocksService.update(Locks locks) |
| Modifier and Type | Method and Description |
|---|---|
List<Locks> |
LocksService.insertList(List<Locks> locksList) |
boolean |
LocksService.updateList(List<Locks> locksList) |
| Modifier and Type | Method and Description |
|---|---|
Locks |
LocksSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Locks> |
LocksSCAClient.getObjectsByIds(List<Long> ids) |
List<Locks> |
LocksSCAClient.insertList(List<Locks> locksList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
LocksSCAClient.insert(Locks locks) |
boolean |
LocksSCAClient.update(Locks locks) |
| Modifier and Type | Method and Description |
|---|---|
List<Locks> |
LocksSCAClient.insertList(List<Locks> locksList) |
boolean |
LocksSCAClient.updateList(List<Locks> locksList) |
Copyright © 2018. All Rights Reserved.