org.exoplatform.services.portletcontainer.persistence
Interface PortletPreferencesPersister
- All Known Implementing Classes:
- PortletPreferencesPersisterImpl, WSRPPortletPreferencesPersister, WSRPPortletPreferencesPersister
public interface PortletPreferencesPersister
Created y the eXo platform team.
User: Benjamin Mestrallet Date: 31 mai 2004
getPortletPreferences
ExoPortletPreferences getPortletPreferences(WindowID windowID)
throws Exception
- Parameters:
windowID - window id
- Returns:
- preferences
- Throws:
Exception - exception
savePortletPreferences
void savePortletPreferences(WindowID windowID,
ExoPortletPreferences preferences)
throws Exception
- Parameters:
windowID - window idpreferences - preferences
- Throws:
Exception - exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.