Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

Methods in com.liferay.portal.service.http that return LayoutPrototypeSoap
static LayoutPrototypeSoap LayoutPrototypeServiceSoap.addLayoutPrototype(String[] nameMapLanguageIds, String[] nameMapValues, String description, boolean active)
           
static LayoutPrototypeSoap LayoutPrototypeServiceSoap.getLayoutPrototype(long layoutPrototypeId)
           
static LayoutPrototypeSoap[] LayoutPrototypeServiceSoap.search(long companyId, Boolean active, OrderByComparator obc)
           
static LayoutPrototypeSoap LayoutPrototypeServiceSoap.updateLayoutPrototype(long layoutPrototypeId, String[] nameMapLanguageIds, String[] nameMapValues, String description, boolean active)
           
 


Liferay 6.1.2-ce-ga3