Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.model.PortletPreferencesSoap

Packages that use PortletPreferencesSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of PortletPreferencesSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletPreferencesSoap
static PortletPreferencesSoap PortletPreferencesSoap.toSoapModel(PortletPreferences model)
           
static PortletPreferencesSoap[] PortletPreferencesSoap.toSoapModels(List<PortletPreferences> models)
           
static PortletPreferencesSoap[] PortletPreferencesSoap.toSoapModels(PortletPreferences[] models)
           
static PortletPreferencesSoap[][] PortletPreferencesSoap.toSoapModels(PortletPreferences[][] models)
           
 


Liferay 6.1.2-ce-ga3