org.superbiz.moviefun
Class MoviesImpl
java.lang.Object
org.superbiz.moviefun.MoviesImpl
- All Implemented Interfaces:
- Movies
public class MoviesImpl
- extends java.lang.Object
- implements Movies
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoviesImpl
public MoviesImpl()
addMovie
public void addMovie(Movie movie)
throws java.lang.Exception
- Specified by:
addMovie
in interface Movies
- Throws:
java.lang.Exception
deleteMovie
public void deleteMovie(Movie movie)
throws java.lang.Exception
- Specified by:
deleteMovie
in interface Movies
- Throws:
java.lang.Exception
deleteMovieId
public void deleteMovieId(long id)
throws java.lang.Exception
- Specified by:
deleteMovieId
in interface Movies
- Throws:
java.lang.Exception
getMovies
public java.util.List<Movie> getMovies()
throws java.lang.Exception
- Specified by:
getMovies
in interface Movies
- Throws:
java.lang.Exception
findByTitle
public java.util.List<Movie> findByTitle(java.lang.String title)
throws java.lang.Exception
- Specified by:
findByTitle
in interface Movies
- Throws:
java.lang.Exception
findByGenre
public java.util.List<Movie> findByGenre(java.lang.String genre)
throws java.lang.Exception
- Specified by:
findByGenre
in interface Movies
- Throws:
java.lang.Exception
findByDirector
public java.util.List<Movie> findByDirector(java.lang.String director)
throws java.lang.Exception
- Specified by:
findByDirector
in interface Movies
- Throws:
java.lang.Exception
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.