Interface MovieDAO

All Known Implementing Classes:
XmlMovieDAO

public interface MovieDAO
  • Method Summary

    Modifier and Type
    Method
    Description
    search(String title)
    Retrieves all movies that match a given title
  • Method Details

    • search

      List<MovieSearchResult> search(String title)
      Retrieves all movies that match a given title
      Parameters:
      title - The title of a movie
      Returns:
      A List of Movie objects that match the title