|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CatalogService
Interface for working with the bookstore's catalog of books
| Field Summary | |
|---|---|
static String |
URL
The catalog will be accesible as a web service at this URL |
| Method Summary | |
|---|---|
Book |
getBook(long bookId)
Look up the details for a particular book by ID |
Collection<Book> |
getBooks()
Return a collection of all books in the catalog |
| Field Detail |
|---|
static final String URL
| Method Detail |
|---|
Collection<Book> getBooks()
Book getBook(long bookId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||