Liferay 6.2-ce-ga5

Uses of Class
com.liferay.counter.model.CounterSoap

Packages that use CounterSoap
com.liferay.counter.model This package defines the portal counter model interfaces, classes, and wrappers. 
 

Uses of CounterSoap in com.liferay.counter.model
 

Methods in com.liferay.counter.model that return CounterSoap
static CounterSoap CounterSoap.toSoapModel(Counter model)
           
static CounterSoap[] CounterSoap.toSoapModels(Counter[] models)
           
static CounterSoap[][] CounterSoap.toSoapModels(Counter[][] models)
           
static CounterSoap[] CounterSoap.toSoapModels(List<Counter> models)
           
 


Liferay 6.2-ce-ga5