| Modifier and Type | Method and Description |
|---|---|
Book |
BookService.get(String id) |
Book |
BookStorage.getBook(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Book> |
BookStorage.getAll() |
Collection<Book> |
BookService.getAll() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
BookService.put(Book book,
javax.ws.rs.core.UriInfo uriInfo) |
String |
BookStorage.putBook(Book book) |
Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.