Liferay 6.0.5

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

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

Uses of CalEventLocalService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as CalEventLocalService
protected  CalEventLocalService GroupServiceBaseImpl.calEventLocalService
           
protected  CalEventLocalService GroupLocalServiceBaseImpl.calEventLocalService
           
 

Methods in com.liferay.portal.service.base that return CalEventLocalService
 CalEventLocalService GroupServiceBaseImpl.getCalEventLocalService()
          Gets the cal event local service.
 CalEventLocalService GroupLocalServiceBaseImpl.getCalEventLocalService()
          Gets the cal event local service.
 

Methods in com.liferay.portal.service.base with parameters of type CalEventLocalService
 void GroupServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
          Sets the cal event local service.
 void GroupLocalServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
          Sets the cal event local service.
 

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

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

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

Methods in com.liferay.portlet.calendar.service with parameters of type CalEventLocalService
 void CalEventLocalServiceUtil.setService(CalEventLocalService service)
           
 

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
          The base implementation of the cal event local service.
 

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

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

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventLocalService
 void CalEventServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
          Sets the cal event local service.
 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.0.5