| Package | Description |
|---|---|
| com.ptteng.academy.course.service | |
| com.ptteng.sca.academy.course.client |
| Modifier and Type | Method and Description |
|---|---|
Book |
BookService.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
BookService.getObjectsByIds(List<Long> ids) |
List<Book> |
BookService.insertList(List<Book> bookList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BookService.insert(Book book) |
boolean |
BookService.update(Book book) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
BookService.insertList(List<Book> bookList) |
boolean |
BookService.updateList(List<Book> bookList) |
| Modifier and Type | Method and Description |
|---|---|
Book |
BookSCAClient.getObjectById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
BookSCAClient.getObjectsByIds(List<Long> ids) |
List<Book> |
BookSCAClient.insertList(List<Book> bookList) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BookSCAClient.insert(Book book) |
boolean |
BookSCAClient.update(Book book) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
BookSCAClient.insertList(List<Book> bookList) |
boolean |
BookSCAClient.updateList(List<Book> bookList) |
Copyright © 2018. All Rights Reserved.