Uses of Class
org.wicketstuff.osgi.test.library.model.Book
-
Packages that use Book Package Description org.wicketstuff.osgi.test.library.model org.wicketstuff.osgi.test.library.service org.wicketstuff.osgi.test.library.service.impl -
-
Uses of Book in org.wicketstuff.osgi.test.library.model
Methods in org.wicketstuff.osgi.test.library.model that return types with arguments of type Book Modifier and Type Method Description Set<Book>Author. getBooks()Method parameters in org.wicketstuff.osgi.test.library.model with type arguments of type Book Modifier and Type Method Description voidAuthor. setBooks(Set<Book> books) -
Uses of Book in org.wicketstuff.osgi.test.library.service
Methods in org.wicketstuff.osgi.test.library.service that return types with arguments of type Book Modifier and Type Method Description List<Book>LibraryService. findBooksByAuthor(String lastName)List<Book>LibraryService. findBooksByTitle(String title) -
Uses of Book in org.wicketstuff.osgi.test.library.service.impl
Methods in org.wicketstuff.osgi.test.library.service.impl that return types with arguments of type Book Modifier and Type Method Description List<Book>SimpleLibraryService. findBooksByAuthor(String lastName)List<Book>SimpleLibraryService. findBooksByTitle(String title)
-