Interface MovieDAO

All Known Implementing Classes:
XmlMovieDAO

public interface MovieDAO
The data access interface for Movie objects Defines the methods needed to get data
  • Method Summary

    Modifier and Type
    Method
    Description
    search(String title)
    Retrieves all movies from the data source that matches the title
  • Method Details

    • search

      List<MovieSearchResult> search(String title)
      Retrieves all movies from the data source that matches the title
      Parameters:
      title - The movie title a user is searching for
      Returns:
      A list of movies that matches the search title