yllekkram / sysc4907-video-store-system

1 stars 3 forks source link

Add a getVideos() method to BrowseServiceImpl #22

Closed yllekkram closed 11 years ago

yllekkram commented 11 years ago

I need a method in BrowseServiceImpl to return a list of all VideoInfo objects, without needing to perform a search. It doesn't need to be called getVideos(), that was just the first name that popped into my head.

smartelli commented 11 years ago

displayAllVideoContent serves that purpose