org.superbiz.troubleshooting
Interface Movies

All Known Implementing Classes:
MoviesImpl

public interface Movies


Method Summary
 void addMovie(Movie movie)
           
 void deleteMovie(Movie movie)
           
 List<Movie> getMovies()
           
 

Method Detail

addMovie

void addMovie(Movie movie)
              throws Exception
Throws:
Exception

deleteMovie

void deleteMovie(Movie movie)
                 throws Exception
Throws:
Exception

getMovies

List<Movie> getMovies()
                      throws Exception
Throws:
Exception


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