|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.films.services.impl.FilmAutoService
public final class FilmAutoService
The auto service implementation.
Constructor Summary | |
---|---|
FilmAutoService()
|
Method Summary | |
---|---|
Film |
getFilm(FilmResult selectedFilm)
Fill a film with the information of the film result and return it. |
Collection<FilmResult> |
getFilms(Constants.Site site,
String search)
Return the films we found in a site for a specific search. |
void |
modifyFilm(FilmResult result,
Film film,
EditArguments args)
Modify a film using a film found in a site. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilmAutoService()
Method Detail |
---|
public Collection<FilmResult> getFilms(Constants.Site site, String search)
IFilmAutoService
getFilms
in interface IFilmAutoService
site
- The site to search in.search
- The film search.
public Film getFilm(FilmResult selectedFilm)
IFilmAutoService
getFilm
in interface IFilmAutoService
selectedFilm
- The fim result to get the information from.
public void modifyFilm(FilmResult result, Film film, EditArguments args)
IFilmAutoService
modifyFilm
in interface IFilmAutoService
result
- The result to get the informations from.film
- The film to edit.args
- The arguments who describe the fields to edit.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |