Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.calendar.model.CalEventSoap

Packages that use CalEventSoap
com.liferay.portlet.calendar.model   
 

Uses of CalEventSoap in com.liferay.portlet.calendar.model
 

Methods in com.liferay.portlet.calendar.model that return CalEventSoap
static CalEventSoap CalEventSoap.toSoapModel(CalEvent model)
           
static CalEventSoap[] CalEventSoap.toSoapModels(CalEvent[] models)
           
static CalEventSoap[][] CalEventSoap.toSoapModels(CalEvent[][] models)
           
static CalEventSoap[] CalEventSoap.toSoapModels(List<CalEvent> models)
           
 


Liferay 6.1.2-ce-ga3