| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationService.getObjectsByIds(List<Long> ids) |
List<Application> |
ApplicationService.insertList(List<Application> applicationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ApplicationService.insert(Application application) |
boolean |
ApplicationService.update(Application application) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationService.insertList(List<Application> applicationList) |
boolean |
ApplicationService.updateList(List<Application> applicationList) |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationSCAClient.getObjectsByIds(List<Long> ids) |
List<Application> |
ApplicationSCAClient.insertList(List<Application> applicationList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
ApplicationSCAClient.insert(Application application) |
boolean |
ApplicationSCAClient.update(Application application) |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ApplicationSCAClient.insertList(List<Application> applicationList) |
boolean |
ApplicationSCAClient.updateList(List<Application> applicationList) |
Copyright © 2023. All rights reserved.