Uses of Class
org.jtheque.books.services.impl.utils.web.BookResult

Packages that use BookResult
org.jtheque.books.services.able Contains the services specification of the module. 
org.jtheque.books.services.impl Contains the services implementation of the module. 
org.jtheque.books.services.impl.utils.web Contains the web utils of the services. 
org.jtheque.books.view.able Contains the views specifications. 
org.jtheque.books.view.controllers Contains the controllers. 
org.jtheque.books.view.controllers.able Contains the controllers specifications. 
org.jtheque.books.view.frames Contains the frames. 
org.jtheque.books.view.models Contains the models of the view. 
org.jtheque.books.view.models.able   
 

Uses of BookResult in org.jtheque.books.services.able
 

Methods in org.jtheque.books.services.able that return types with arguments of type BookResult
 Collection<BookResult> IBookAutoService.getBooks(String language, String search)
          Return the books we found in a site for a specific search.
 

Methods in org.jtheque.books.services.able with parameters of type BookResult
 Book IBookAutoService.getBook(BookResult filmResult)
          Fill a film with the information of the film result and return it.
 void IBookAutoService.modifyBook(BookResult bookResult, Book book, EditArguments args)
          Modify a film using a film found in a site.
 

Uses of BookResult in org.jtheque.books.services.impl
 

Methods in org.jtheque.books.services.impl that return types with arguments of type BookResult
 Collection<BookResult> BookAutoService.getBooks(String language, String search)
           
 

Methods in org.jtheque.books.services.impl with parameters of type BookResult
 Book BookAutoService.getBook(BookResult bookResult)
           
 void BookAutoService.modifyBook(BookResult bookResult, Book book, EditArguments args)
           
 

Uses of BookResult in org.jtheque.books.services.impl.utils.web
 

Methods in org.jtheque.books.services.impl.utils.web that return types with arguments of type BookResult
 Collection<BookResult> WebGetter.getBooks(String search)
          Return the books for a search.
 Collection<BookResult> AmazonGetter.getBooks(String search)
           
 Collection<BookResult> WebGetterManager.getBooks(String language, String search)
          Return the books for a language with a specific search.
 

Methods in org.jtheque.books.services.impl.utils.web with parameters of type BookResult
 Book WebGetterManager.getBook(BookResult search)
          Return the book.
 Book WebGetter.getBook(BookResult search, Book book, EditArguments args)
          Return the book corresponding to the search and filled.
 Book AmazonGetter.getBook(BookResult search, Book bookToModify, EditArguments args)
           
 void WebGetterManager.modifyBook(BookResult search, Book book, EditArguments args)
          Edit the book.
 

Uses of BookResult in org.jtheque.books.view.able
 

Methods in org.jtheque.books.view.able that return BookResult
 BookResult IAutoView.getSelectedBook()
          Return the selected book.
 

Uses of BookResult in org.jtheque.books.view.controllers
 

Methods in org.jtheque.books.view.controllers with parameters of type BookResult
 void BookAutoController.auto(BookResult selectedBook)
           
 

Uses of BookResult in org.jtheque.books.view.controllers.able
 

Methods in org.jtheque.books.view.controllers.able with parameters of type BookResult
 void IBookAutoController.auto(BookResult selectedBook)
          Auto edit or add the result.
 

Uses of BookResult in org.jtheque.books.view.frames
 

Methods in org.jtheque.books.view.frames that return BookResult
 BookResult AutoView.getSelectedBook()
           
 

Uses of BookResult in org.jtheque.books.view.models
 

Methods in org.jtheque.books.view.models that return types with arguments of type BookResult
 Collection<BookResult> AutoAddModel.getResults()
           
 

Method parameters in org.jtheque.books.view.models with type arguments of type BookResult
 void AutoAddModel.setResults(Collection<BookResult> results)
           
 

Uses of BookResult in org.jtheque.books.view.models.able
 

Methods in org.jtheque.books.view.models.able that return types with arguments of type BookResult
 Collection<BookResult> IAutoAddModel.getResults()
          Return the results of the search.
 

Method parameters in org.jtheque.books.view.models.able with type arguments of type BookResult
 void IAutoAddModel.setResults(Collection<BookResult> results)
          Set the results of the search.
 



Copyright © 2010 JTheque. All Rights Reserved.