| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
Feedback |
FeedbackService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Feedback> |
FeedbackService.getObjectsByIds(List<Long> ids) |
List<Feedback> |
FeedbackService.insertList(List<Feedback> feedbackList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FeedbackService.insert(Feedback feedback) |
boolean |
FeedbackService.update(Feedback feedback) |
| Modifier and Type | Method and Description |
|---|---|
List<Feedback> |
FeedbackService.insertList(List<Feedback> feedbackList) |
boolean |
FeedbackService.updateList(List<Feedback> feedbackList) |
| Modifier and Type | Method and Description |
|---|---|
Feedback |
FeedbackSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Feedback> |
FeedbackSCAClient.getObjectsByIds(List<Long> ids) |
List<Feedback> |
FeedbackSCAClient.insertList(List<Feedback> feedbackList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FeedbackSCAClient.insert(Feedback feedback) |
boolean |
FeedbackSCAClient.update(Feedback feedback) |
| Modifier and Type | Method and Description |
|---|---|
List<Feedback> |
FeedbackSCAClient.insertList(List<Feedback> feedbackList) |
boolean |
FeedbackSCAClient.updateList(List<Feedback> feedbackList) |
Copyright © 2021. All rights reserved.