1 package org.exoplatform.services.portletcontainer.persistence; 2 3 import org.exoplatform.services.portletcontainer.pci.WindowID; 4 import org.exoplatform.services.portletcontainer.pci.model.ExoPortletPreferences; 5 10 public interface PortletPreferencesPersister { 11 12 public ExoPortletPreferences getPortletPreferences(WindowID windowID) throws Exception ; 13 14 public void savePortletPreferences(WindowID windowID, ExoPortletPreferences preferences) throws Exception ; 15 16 } | Popular Tags |