Liferay 6.2-ce-ga5

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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

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.2-ce-ga5