Liferay 6.0.5

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)
          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.0.5