org.mule.example.bookstore
Interface CatalogAdminService

All Known Implementing Classes:
CatalogServiceImpl

public interface CatalogAdminService

Administration interface for adding new books to the bookstore's catalog


Method Summary
 long addBook(Book book)
          Add a new book to the catalog
 Collection<Long> addBooks(Collection<Book> books)
          Add a group of new books to the catalog
 

Method Detail

addBook

long addBook(Book book)
Add a new book to the catalog


addBooks

Collection<Long> addBooks(Collection<Book> books)
Add a group of new books to the catalog



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