Liferay 6.2-ce-ga5

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

Packages that use ShardSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of ShardSoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5