Liferay 6.0.5

com.liferay.portlet
Class PortletPreferencesSerializer

java.lang.Object
  extended by com.liferay.portlet.PortletPreferencesSerializer

public class PortletPreferencesSerializer
extends Object


Constructor Summary
PortletPreferencesSerializer()
           
 
Method Summary
static PortletPreferences fromDefaultXML(String xml)
           
static PortletPreferencesImpl fromXML(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml)
           
static String toXML(PortletPreferencesImpl preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesSerializer

public PortletPreferencesSerializer()
Method Detail

fromDefaultXML

public static PortletPreferences fromDefaultXML(String xml)
                                         throws SystemException
Throws:
SystemException

fromXML

public static PortletPreferencesImpl fromXML(long companyId,
                                             long ownerId,
                                             int ownerType,
                                             long plid,
                                             String portletId,
                                             String xml)
                                      throws SystemException
Throws:
SystemException

toXML

public static String toXML(PortletPreferencesImpl preferences)

Liferay 6.0.5