Liferay 6.1.0

Uses of Interface
com.liferay.portlet.calendar.service.CalEventService

Packages that use CalEventService
com.liferay.portlet.calendar.service   
 

Uses of CalEventService in com.liferay.portlet.calendar.service
 

Classes in com.liferay.portlet.calendar.service that implement CalEventService
 class CalEventServiceWrapper
           This class is a wrapper for CalEventService.
 

Methods in com.liferay.portlet.calendar.service that return CalEventService
static CalEventService CalEventServiceUtil.getService()
           
 CalEventService CalEventServiceWrapper.getWrappedCalEventService()
           
 

Methods in com.liferay.portlet.calendar.service with parameters of type CalEventService
 void CalEventServiceUtil.setService(CalEventService service)
           
 void CalEventServiceWrapper.setWrappedCalEventService(CalEventService calEventService)
           
 

Constructors in com.liferay.portlet.calendar.service with parameters of type CalEventService
CalEventServiceWrapper(CalEventService calEventService)
           
 


Liferay 6.1.0