org.jasig.portal.portlet.om
Interface IPortletPreferences
- All Known Implementing Classes:
- PortletPreferencesImpl
public interface IPortletPreferences
Holder (join) class for a List of portlet preferences
- Version:
- $Revision$
- Author:
- Eric Dalquist
getPortletPreferences
List<IPortletPreference> getPortletPreferences()
- Returns:
- The List of PortletPreferences, will not be null
setPortletPreferences
void setPortletPreferences(List<IPortletPreference> portletPreferences)
- Parameters:
portletPreferences - The List of PortletPreferences.
- Throws:
IllegalArgumentException - If portletPreferences is null.
Copyright © 2010 Jasig. All Rights Reserved.