| Package | Description |
|---|---|
| com.ptteng.common.skill.service | |
| com.ptteng.sca.common.skill.client |
| Modifier and Type | Method and Description |
|---|---|
Occupation |
OccupationService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Occupation> |
OccupationService.getObjectsByIds(List<Long> ids) |
List<Occupation> |
OccupationService.insertList(List<Occupation> occupationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OccupationService.insert(Occupation occupation) |
boolean |
OccupationService.update(Occupation occupation) |
| Modifier and Type | Method and Description |
|---|---|
List<Occupation> |
OccupationService.insertList(List<Occupation> occupationList) |
boolean |
OccupationService.updateList(List<Occupation> occupationList) |
| Modifier and Type | Method and Description |
|---|---|
Occupation |
OccupationSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Occupation> |
OccupationSCAClient.getObjectsByIds(List<Long> ids) |
List<Occupation> |
OccupationSCAClient.insertList(List<Occupation> occupationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
OccupationSCAClient.insert(Occupation occupation) |
boolean |
OccupationSCAClient.update(Occupation occupation) |
| Modifier and Type | Method and Description |
|---|---|
List<Occupation> |
OccupationSCAClient.insertList(List<Occupation> occupationList) |
boolean |
OccupationSCAClient.updateList(List<Occupation> occupationList) |
Copyright © 2016. All Rights Reserved.