Liferay 6.2-ce-ga5

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
          Provides a wrapper for CalEventLocalService.
 

Methods in com.liferay.portlet.calendar.service that return CalEventLocalService
static CalEventLocalService CalEventLocalServiceUtil.getService()
           
 CalEventLocalService CalEventLocalServiceWrapper.getWrappedCalEventLocalService()
          Deprecated. As of 6.1.0, replaced by CalEventLocalServiceWrapper.getWrappedService()
 CalEventLocalService CalEventLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.calendar.service with parameters of type CalEventLocalService
 void CalEventLocalServiceUtil.setService(CalEventLocalService service)
          Deprecated. As of 6.2.0
 void CalEventLocalServiceWrapper.setWrappedCalEventLocalService(CalEventLocalService calEventLocalService)
          Deprecated. As of 6.1.0, replaced by CalEventLocalServiceWrapper.setWrappedService(com.liferay.portlet.calendar.service.CalEventLocalService)
 void CalEventLocalServiceWrapper.setWrappedService(CalEventLocalService calEventLocalService)
           
 

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

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

Classes in com.liferay.portlet.calendar.service.base that implement CalEventLocalService
 class CalEventLocalServiceBaseImpl
          Provides the base implementation for the cal event local service.
 

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

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

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventLocalService
 void CalEventLocalServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
          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
           
 


Liferay 6.2-ce-ga5