| Package | Description |
|---|---|
| com.ptteng.fans.common.service | |
| com.ptteng.sca.fans.common.client |
| Modifier and Type | Method and Description |
|---|---|
Word |
WordService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Word> |
WordService.getObjectsByIds(List<Long> ids) |
List<Word> |
WordService.insertList(List<Word> wordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WordService.insert(Word word) |
boolean |
WordService.update(Word word) |
| Modifier and Type | Method and Description |
|---|---|
List<Word> |
WordService.insertList(List<Word> wordList) |
boolean |
WordService.updateList(List<Word> wordList) |
| Modifier and Type | Method and Description |
|---|---|
Word |
WordSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Word> |
WordSCAClient.getObjectsByIds(List<Long> ids) |
List<Word> |
WordSCAClient.insertList(List<Word> wordList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
WordSCAClient.insert(Word word) |
boolean |
WordSCAClient.update(Word word) |
| Modifier and Type | Method and Description |
|---|---|
List<Word> |
WordSCAClient.insertList(List<Word> wordList) |
boolean |
WordSCAClient.updateList(List<Word> wordList) |
Copyright © 2023. All rights reserved.