Uses of Class
org.mule.example.bookstore.Book

Packages that use Book
org.mule.example.bookstore   
 

Uses of Book in org.mule.example.bookstore
 

Methods in org.mule.example.bookstore that return Book
 Book Order.getBook()
           
 Book CatalogService.getBook(long bookId)
          Look up the details for a particular book by ID
 Book CatalogServiceImpl.getBook(long bookId)
           
 

Methods in org.mule.example.bookstore that return types with arguments of type Book
 Collection<Book> CatalogService.getBooks()
          Return a collection of all books in the catalog
 Collection<Book> CatalogServiceImpl.getBooks()
           
 

Methods in org.mule.example.bookstore with parameters of type Book
 long CatalogAdminService.addBook(Book book)
          Add a new book to the catalog
 long CatalogServiceImpl.addBook(Book book)
           
 Order OrderServiceImpl.orderBook(Book book, int quantity, String address, String email)
           
 Order OrderService.orderBook(Book book, int quantity, String address, String email)
          Place a book order
 void Order.setBook(Book book)
           
 

Method parameters in org.mule.example.bookstore with type arguments of type Book
 Collection<Long> CatalogAdminService.addBooks(Collection<Book> books)
          Add a group of new books to the catalog
 Collection<Long> CatalogServiceImpl.addBooks(Collection<Book> booksToAdd)
           
 

Constructors in org.mule.example.bookstore with parameters of type Book
Order(Book book, int quantity, String address, String email)
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.