Liferay 6.0.4

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()
           
 CalEventLocalService GroupLocalServiceBaseImpl.getCalEventLocalService()
           
 

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

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
           
 

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()
           
 CalEventLocalService CalEventLocalServiceBaseImpl.getCalEventLocalService()
           
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventLocalService
 void CalEventServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
           
 void CalEventLocalServiceBaseImpl.setCalEventLocalService(CalEventLocalService calEventLocalService)
           
 

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.4