| Package | Description |
|---|---|
| br.com.caelum.vraptor.mydvds.controller | |
| br.com.caelum.vraptor.mydvds.dao | |
| br.com.caelum.vraptor.mydvds.model |
| Modifier and Type | Method and Description |
|---|---|
void |
DvdsController.add(Dvd dvd,
UploadedFile file)
Accepts HTTP POST requests.
|
void |
DvdRentalsController.addToMyList(User user,
Dvd dvd)
Accepts HTTP PUT requests.
|
void |
DvdsController.search(Dvd dvd)
Accepts HTTP GET requests.
|
void |
DvdsController.show(Dvd dvd)
Accepts HTTP GET requests.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dvd> |
DvdDao.searchSimilarTitle(String title)
Returns a list of DVDs containing the specified title.
|
List<Dvd> |
DefaultDvdDao.searchSimilarTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
DvdDao.add(Dvd dvd)
Add a new dvd to the database.
|
void |
DefaultDvdDao.add(Dvd dvd) |
| Modifier and Type | Method and Description |
|---|---|
Dvd |
DvdRental.getDvd() |
| Modifier and Type | Method and Description |
|---|---|
Set<Dvd> |
User.getDvds() |
| Modifier and Type | Method and Description |
|---|---|
void |
DvdRental.setDvd(Dvd dvd) |
| Constructor and Description |
|---|
DvdRental(User owner,
Dvd dvd) |
Copyright © 2015 Caelum. All Rights Reserved.