Liferay 6.1.2-ce-ga3

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

Packages that use CalEventLocalService
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 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()
          Returns the cal event local service.
 CalEventLocalService GroupLocalServiceBaseImpl.getCalEventLocalService()
          Returns 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()
          Deprecated. Renamed to CalEventLocalServiceWrapper.getWrappedService()
 CalEventLocalService CalEventLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.calendar.service with parameters of type CalEventLocalService
 void CalEventLocalServiceUtil.setService(CalEventLocalService service)
          Deprecated.  
 void CalEventLocalServiceWrapper.setWrappedCalEventLocalService(CalEventLocalService calEventLocalService)
          Deprecated. Renamed to CalEventLocalServiceWrapper.setWrappedService(com.liferay.portlet.calendar.service.CalEventLocalService)
 void CalEventLocalServiceWrapper.setWrappedService(CalEventLocalService calEventLocalService)
           
 

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()
          Returns the cal event local service.
 CalEventLocalService CalEventLocalServiceBaseImpl.getCalEventLocalService()
          Returns 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.1.2-ce-ga3