Liferay 6.1.2-ce-ga3

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

Packages that use CalEventService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
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()
          Returns the cal event remote service.
 CalEventService GroupLocalServiceBaseImpl.getCalEventService()
          Returns 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()
          Deprecated. Renamed to CalEventServiceWrapper.getWrappedService()
 CalEventService CalEventServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.calendar.service with parameters of type CalEventService
 void CalEventServiceUtil.setService(CalEventService service)
          Deprecated.  
 void CalEventServiceWrapper.setWrappedCalEventService(CalEventService calEventService)
          Deprecated. Renamed to CalEventServiceWrapper.setWrappedService(com.liferay.portlet.calendar.service.CalEventService)
 void CalEventServiceWrapper.setWrappedService(CalEventService calEventService)
           
 

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()
          Returns the cal event remote service.
 CalEventService CalEventLocalServiceBaseImpl.getCalEventService()
          Returns 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.1.2-ce-ga3