Liferay 6.0.3

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

Packages that use PluginSettingSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

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)
           
static List<PluginSetting> PluginSettingModelImpl.toModels(PluginSettingSoap[] soapModels)
           
 

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.0.3