Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

Methods in com.liferay.portal.service.http that return LayoutSetBranchSoap
static LayoutSetBranchSoap LayoutSetBranchServiceSoap.addLayoutSetBranch(long groupId, boolean privateLayout, String name, String description, boolean master, long copyLayoutSetBranchId, ServiceContext serviceContext)
           
static LayoutSetBranchSoap[] LayoutSetBranchServiceSoap.getLayoutSetBranches(long groupId, boolean privateLayout)
           
static LayoutSetBranchSoap LayoutSetBranchServiceSoap.mergeLayoutSetBranch(long layoutSetBranchId, long mergeLayoutSetBranchId, ServiceContext serviceContext)
           
static LayoutSetBranchSoap LayoutSetBranchServiceSoap.updateLayoutSetBranch(long groupId, long layoutSetBranchId, String name, String description, ServiceContext serviceContext)
           
 


Liferay 6.1.2-ce-ga3