1 16 17 package org.apache.jetspeed.om.profile; 18 19 import org.apache.jetspeed.portal.PortletSet; 20 21 27 28 public interface Profile extends ProfileLocator 29 { 30 36 public PortletSet getRootSet(); 37 38 43 public PSMLDocument getDocument(); 44 45 50 public void setDocument(PSMLDocument document); 51 52 57 public void store() throws ProfileException; 58 59 64 public void init(ProfileLocator locator); 65 } 66 | Popular Tags |