Liferay 7.0-ce-b4

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

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

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

Classes in com.liferay.portlet.calendar.service that implement CalEventLocalService
 class CalEventLocalServiceWrapper
          Deprecated. As of 7.0.0, with no direct replacement
 

Methods in com.liferay.portlet.calendar.service that return CalEventLocalService
static CalEventLocalService CalEventLocalServiceUtil.getService()
          Deprecated.  
 CalEventLocalService CalEventLocalServiceWrapper.getWrappedService()
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service with parameters of type CalEventLocalService
 void CalEventLocalServiceWrapper.setWrappedService(CalEventLocalService calEventLocalService)
          Deprecated.  
 

Constructors in com.liferay.portlet.calendar.service with parameters of type CalEventLocalService
CalEventLocalServiceWrapper(CalEventLocalService calEventLocalService)
          Deprecated.  
 


Liferay 7.0-ce-b4