Liferay 6.1.2-ce-ga3

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

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

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

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

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

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

Methods in com.liferay.portal.service.http that return ListTypeSoap
static ListTypeSoap ListTypeServiceSoap.getListType(int listTypeId)
           
static ListTypeSoap[] ListTypeServiceSoap.getListTypes(String type)
           
 


Liferay 6.1.2-ce-ga3