org.exoplatform.services.wsrp2.producer.impl
Class WSRPPortletPreferencesPersister

java.lang.Object
  extended by org.exoplatform.services.wsrp2.producer.impl.WSRPPortletPreferencesPersister
All Implemented Interfaces:
Serializable, PortletPreferencesPersister

public class WSRPPortletPreferencesPersister
extends Object
implements PortletPreferencesPersister, Serializable

User: Benjamin Mestrallet Date: 8 juin 2004

See Also:
Serialized Form

Method Summary
static WSRPPortletPreferencesPersister getInstance()
           
 ExoPortletPreferences getPortletPreferences(WindowID windowID)
           
 void savePortletPreferences(WindowID windowID, ExoPortletPreferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static WSRPPortletPreferencesPersister getInstance()

getPortletPreferences

public ExoPortletPreferences getPortletPreferences(WindowID windowID)
                                            throws Exception
Specified by:
getPortletPreferences in interface PortletPreferencesPersister
Parameters:
windowID - window id
Returns:
preferences
Throws:
Exception - exception

savePortletPreferences

public void savePortletPreferences(WindowID windowID,
                                   ExoPortletPreferences preferences)
                            throws Exception
Specified by:
savePortletPreferences in interface PortletPreferencesPersister
Parameters:
windowID - window id
preferences - preferences
Throws:
Exception - exception


Copyright © 2009 eXo Platform SAS. All Rights Reserved.