com.liferay.portlet
Class PortletPreferencesSerializer
java.lang.Object
com.liferay.portlet.PortletPreferencesSerializer
public class PortletPreferencesSerializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesSerializer
public PortletPreferencesSerializer()
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)