org.superbiz.altdd
Interface Movies

All Known Implementing Classes:
MoviesImpl

public interface Movies

Version:
$Revision: 607077 $ $Date: 2007-12-27 06:55:23 -0800 (Thu, 27 Dec 2007) $

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.