org.jasig.portlet.dining.dao
Interface IDiningMenuDao

All Known Implementing Classes:
AbstractXmlBasedDiningMenuDaoImpl, MockDiningMenuDaoImpl, ScreenScrapingDiningMenuDaoImpl

public interface IDiningMenuDao

IDiningMenuDao presents a generic interface for collecting dining hall menu information.

Version:
$Revision: 25324 $
Author:
Jen Bourey, jennifer.bourey@gmail.com

Method Summary
 List<String> getDiningHalls(javax.portlet.PortletRequest request)
          Get the list of dining halls for a given portlet request.
 DiningHall getMenu(javax.portlet.PortletRequest request, String diningHall)
          Get the menu for the specified dining hall.
 

Method Detail

getDiningHalls

List<String> getDiningHalls(javax.portlet.PortletRequest request)
Get the list of dining halls for a given portlet request.

Parameters:
request -
Returns:

getMenu

DiningHall getMenu(javax.portlet.PortletRequest request,
                   String diningHall)
Get the menu for the specified dining hall.

Parameters:
request -
diningHall -
Returns:


Copyright © 2011 Jasig. All Rights Reserved.