Liferay 6.1.10-ee-ga1

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

Packages that use LayoutBranchSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utility classes. 
 

Uses of LayoutBranchSoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return LayoutBranchSoap
static LayoutBranchSoap LayoutBranchServiceSoap.addLayoutBranch(long layoutRevisionId, String name, String description, boolean master, ServiceContext serviceContext)
           
static LayoutBranchSoap LayoutBranchServiceSoap.updateLayoutBranch(long layoutBranchId, String name, String description, ServiceContext serviceContext)
           
 


Liferay 6.1.10-ee-ga1