Liferay 7.0-ce-b4

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

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

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.  
 

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

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

Fields in com.liferay.portlet.calendar.service.base declared as CalEventLocalService
protected  CalEventLocalService CalEventLocalServiceBaseImpl.calEventLocalService
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.base that return CalEventLocalService
 CalEventLocalService CalEventLocalServiceBaseImpl.getCalEventLocalService()
          Deprecated. Returns the cal event local service.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventLocalService
 void CalEventLocalServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
          Deprecated. Sets the cal event local service.
 

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

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


Liferay 7.0-ce-b4