| Package | Description |
|---|---|
| org.wicketstuff.osgi.test.library.model | |
| org.wicketstuff.osgi.test.library.service | |
| org.wicketstuff.osgi.test.library.service.impl |
| Modifier and Type | Method and Description |
|---|---|
Set<Book> |
Author.getBooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Author.setBooks(Set<Book> books) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
LibraryService.findBooksByAuthor(String lastName) |
List<Book> |
LibraryService.findBooksByTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
SimpleLibraryService.findBooksByAuthor(String lastName) |
List<Book> |
SimpleLibraryService.findBooksByTitle(String title) |
Copyright © 2014. All rights reserved.