Liferay 6.0.5

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

Packages that use PortletPreferencesSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

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)
           
 

Uses of PortletPreferencesSoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type PortletPreferencesSoap
static PortletPreferences PortletPreferencesModelImpl.toModel(PortletPreferencesSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<PortletPreferences> PortletPreferencesModelImpl.toModels(PortletPreferencesSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 


Liferay 6.0.5