Liferay 6.0.5

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

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

Uses of LayoutSetSoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return LayoutSetSoap
static LayoutSetSoap LayoutSetServiceSoap.updateLookAndFeel(long groupId, boolean privateLayout, String themeId, String colorSchemeId, String css, boolean wapTheme)
           
static LayoutSetSoap LayoutSetServiceSoap.updateSettings(long groupId, boolean privateLayout, String settings)
           
static LayoutSetSoap LayoutSetServiceSoap.updateVirtualHost(long groupId, boolean privateLayout, String virtualHost)
           
 


Liferay 6.0.5