Liferay 6.1.10-ee-ga1

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

Packages that use CounterSoap
com.liferay.counter.model   
 

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.1.10-ee-ga1