Uses of Class
org.wicketstuff.osgi.test.library.model.Book

Packages that use Book
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
 Set<Book> Author.getBooks()
           
 

Method parameters in org.wicketstuff.osgi.test.library.model with type arguments of type Book
 void Author.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
 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
 List<Book> SimpleLibraryService.findBooksByAuthor(String lastName)
           
 List<Book> SimpleLibraryService.findBooksByTitle(String title)
           
 



Copyright © 2011. All Rights Reserved.