Liferay 6.0.4

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

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

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

Fields in com.liferay.portal.service.base declared as CalEventService
protected  CalEventService GroupServiceBaseImpl.calEventService
           
protected  CalEventService GroupLocalServiceBaseImpl.calEventService
           
 

Methods in com.liferay.portal.service.base that return CalEventService
 CalEventService GroupServiceBaseImpl.getCalEventService()
           
 CalEventService GroupLocalServiceBaseImpl.getCalEventService()
           
 

Methods in com.liferay.portal.service.base with parameters of type CalEventService
 void GroupServiceBaseImpl.setCalEventService(CalEventService calEventService)
           
 void GroupLocalServiceBaseImpl.setCalEventService(CalEventService calEventService)
           
 

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

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

Methods in com.liferay.portlet.calendar.service that return CalEventService
static CalEventService CalEventServiceUtil.getService()
           
 CalEventService CalEventServiceWrapper.getWrappedCalEventService()
           
 

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

Constructors in com.liferay.portlet.calendar.service with parameters of type CalEventService
CalEventServiceWrapper(CalEventService calEventService)
           
 

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

Classes in com.liferay.portlet.calendar.service.base that implement CalEventService
 class CalEventServiceBaseImpl
           
 

Fields in com.liferay.portlet.calendar.service.base declared as CalEventService
protected  CalEventService CalEventServiceBaseImpl.calEventService
           
protected  CalEventService CalEventLocalServiceBaseImpl.calEventService
           
 

Methods in com.liferay.portlet.calendar.service.base that return CalEventService
 CalEventService CalEventServiceBaseImpl.getCalEventService()
           
 CalEventService CalEventLocalServiceBaseImpl.getCalEventService()
           
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventService
 void CalEventServiceBaseImpl.setCalEventService(CalEventService calEventService)
           
 void CalEventLocalServiceBaseImpl.setCalEventService(CalEventService calEventService)
           
 

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

Classes in com.liferay.portlet.calendar.service.impl that implement CalEventService
 class CalEventServiceImpl
           
 


Liferay 6.0.4