| Package | Description |
|---|---|
| com.ptteng.academy.admin.model | |
| com.ptteng.academy.admin.service | |
| com.ptteng.sca.academy.admin.client |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o) |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
VersionService.getObjectsByIds(List<Long> ids) |
List<Version> |
VersionService.insertList(List<Version> versionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
VersionService.insert(Version version) |
boolean |
VersionService.update(Version version) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
VersionService.insertList(List<Version> versionList) |
boolean |
VersionService.updateList(List<Version> versionList) |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
VersionSCAClient.getObjectsByIds(List<Long> ids) |
List<Version> |
VersionSCAClient.insertList(List<Version> versionList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
VersionSCAClient.insert(Version version) |
boolean |
VersionSCAClient.update(Version version) |
| Modifier and Type | Method and Description |
|---|---|
List<Version> |
VersionSCAClient.insertList(List<Version> versionList) |
boolean |
VersionSCAClient.updateList(List<Version> versionList) |
Copyright © 2019. All Rights Reserved.