Package edu.kirkwood.dao
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 TypeMethodDescriptionRetrieves all movies from the data source that matches the title
-
Method Details
-
search
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
-