Liferay 6.2-ce-ga5

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

Packages that use LayoutRevisionSoap
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 LayoutRevisionSoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return LayoutRevisionSoap
static LayoutRevisionSoap LayoutRevisionServiceSoap.addLayoutRevision(long userId, long layoutSetBranchId, long layoutBranchId, long parentLayoutRevisionId, boolean head, long plid, long portletPreferencesPlid, boolean privateLayout, String name, String title, String description, String keywords, String robots, String typeSettings, boolean iconImage, long iconImageId, String themeId, String colorSchemeId, String wapThemeId, String wapColorSchemeId, String css, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5