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

Packages that use Author
org.wicketstuff.osgi.test.library.model   
org.wicketstuff.osgi.test.library.service   
org.wicketstuff.osgi.test.library.service.impl   
 

Uses of Author in org.wicketstuff.osgi.test.library.model
 

Methods in org.wicketstuff.osgi.test.library.model that return Author
 Author Book.getAuthor()
           
 

Methods in org.wicketstuff.osgi.test.library.model with parameters of type Author
 void Book.setAuthor(Author author)
           
 

Uses of Author in org.wicketstuff.osgi.test.library.service
 

Methods in org.wicketstuff.osgi.test.library.service with parameters of type Author
 void LibraryService.createAuthor(Author author)
           
 

Uses of Author in org.wicketstuff.osgi.test.library.service.impl
 

Methods in org.wicketstuff.osgi.test.library.service.impl with parameters of type Author
 void SimpleLibraryService.createAuthor(Author author)
           
 



Copyright © 2011. All Rights Reserved.