Uses of Class
org.wicketstuff.osgi.test.library.model.Book
Packages that use Book
Package
Description
-
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 BookMethod parameters in org.wicketstuff.osgi.test.library.model with type arguments of type Book -
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 BookModifier and TypeMethodDescriptionLibraryService.findBooksByAuthor(String lastName) 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 BookModifier and TypeMethodDescriptionSimpleLibraryService.findBooksByAuthor(String lastName) SimpleLibraryService.findBooksByTitle(String title)