|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDaoFilmsToBuy
Data Access object to access to films to buy.
| Field Summary | |
|---|---|
static String |
TABLE
|
| Method Summary | |
|---|---|
void |
create(FilmToBuy film)
Create a new film to buy. |
FilmToBuy |
createFilmToBuy()
Create an empty not persisted film to buy. |
boolean |
delete(FilmToBuy film)
Delete a film to buy. |
boolean |
delete(int id)
Delete the film to buy with this id. |
Collection<FilmToBuy> |
getFilmsToBuy()
Returns the complete list of the films to buy. |
FilmToBuy |
getFilmToBuy(int id)
Returns the film identified by the id. |
void |
save(FilmToBuy film)
Save the film to buy. |
| Methods inherited from interface org.jtheque.core.managers.persistence.able.JThequeDao |
|---|
addDataListener, clearAll, removeDataListener |
| Field Detail |
|---|
static final String TABLE
| Method Detail |
|---|
Collection<FilmToBuy> getFilmsToBuy()
FilmToBuy getFilmToBuy(int id)
id - The id of the film
void create(FilmToBuy film)
film - The film to buy to createboolean delete(FilmToBuy film)
film - The film to buy.
boolean delete(int id)
id - The id of the film
void save(FilmToBuy film)
film - The film to save.FilmToBuy createFilmToBuy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||