Package edu.kirkwood.dao
Interface MovieDAO
- All Known Implementing Classes:
XmlMovieDAO
public interface MovieDAO
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves all movies that match a given title
-
Method Details
-
search
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
-