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 CatalogServiceImpl.getBook(long bookId)
           
 Book CatalogService.getBook(long bookId)
          Look up the details for a particular book by ID
 

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

Methods in org.mule.example.bookstore with parameters of type Book
 long CatalogServiceImpl.addBook(Book book)
           
 long CatalogAdminService.addBook(Book book)
          Add a new book to the catalog
 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> CatalogServiceImpl.addBooks(Collection<Book> books)
           
 Collection<Long> CatalogAdminService.addBooks(Collection<Book> books)
          Add a group of new books to the catalog
 

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



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.