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


Method Summary
 ExoPortletPreferences getPortletPreferences(WindowID windowID)
           
 void savePortletPreferences(WindowID windowID, ExoPortletPreferences preferences)
           
 

Method Detail

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 id
preferences - preferences
Throws:
Exception - exception


Copyright © 2009 eXo Platform SAS. All Rights Reserved.