Liferay 6.2-ce-ga5

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

Packages that use PluginSettingSoap
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. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

Uses of PluginSettingSoap in com.liferay.portal.model
 

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

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

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

Uses of PluginSettingSoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return PluginSettingSoap
static PluginSettingSoap PluginSettingServiceSoap.updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 


Liferay 6.2-ce-ga5