org.superbiz.spring
Interface Movies

All Known Implementing Classes:
MoviesImpl

public interface Movies


Method Summary
 void addMovie(Movie movie)
           
 void deleteMovie(Movie movie)
           
 Movie getMovieByTitle(java.lang.String title)
           
 java.util.List<Movie> getMovies()
           
 

Method Detail

addMovie

void addMovie(Movie movie)
              throws java.lang.Exception
Throws:
java.lang.Exception

deleteMovie

void deleteMovie(Movie movie)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getMovies

java.util.List<Movie> getMovies()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getMovieByTitle

Movie getMovieByTitle(java.lang.String title)
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.