| Package | Description |
|---|---|
| com.ptteng.academy.business.service | |
| com.ptteng.sca.academy.business.client |
| Modifier and Type | Method and Description |
|---|---|
PersonSchool |
PersonSchoolService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonSchool> |
PersonSchoolService.getObjectsByIds(List<Long> ids) |
List<PersonSchool> |
PersonSchoolService.insertList(List<PersonSchool> PersonSchoolList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PersonSchoolService.insert(PersonSchool PersonSchool) |
boolean |
PersonSchoolService.update(PersonSchool PersonSchool) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonSchool> |
PersonSchoolService.insertList(List<PersonSchool> PersonSchoolList) |
boolean |
PersonSchoolService.updateList(List<PersonSchool> PersonSchoolList) |
| Modifier and Type | Method and Description |
|---|---|
PersonSchool |
PersonSchoolSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonSchool> |
PersonSchoolSCAClient.getObjectsByIds(List<Long> ids) |
List<PersonSchool> |
PersonSchoolSCAClient.insertList(List<PersonSchool> PersonSchoolList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
PersonSchoolSCAClient.insert(PersonSchool PersonSchool) |
boolean |
PersonSchoolSCAClient.update(PersonSchool PersonSchool) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonSchool> |
PersonSchoolSCAClient.insertList(List<PersonSchool> PersonSchoolList) |
boolean |
PersonSchoolSCAClient.updateList(List<PersonSchool> PersonSchoolList) |
Copyright © 2019. All Rights Reserved.