org.exoplatform.services.wsrp.producer.impl
Class WSRPPortletPreferencesPersister
java.lang.Object
org.exoplatform.services.wsrp.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 idpreferences - preferences
- Throws:
Exception - exception
Copyright © 2009 eXo Platform SAS. All Rights Reserved.