Liferay 6.0.5

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()
          Gets the cal event remote service.
 CalEventService GroupLocalServiceBaseImpl.getCalEventService()
          Gets the cal event remote service.
 

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

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

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()
          Gets the cal event remote service.
 CalEventService CalEventLocalServiceBaseImpl.getCalEventService()
          Gets the cal event remote service.
 

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

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