Liferay 6.0.5

Uses of Interface
com.liferay.portlet.calendar.service.persistence.CalEventPersistence

Packages that use CalEventPersistence
com.liferay.portal.service.base   
com.liferay.portal.service.persistence   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.service.persistence   
 

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

Fields in com.liferay.portal.service.base declared as CalEventPersistence
protected  CalEventPersistence GroupServiceBaseImpl.calEventPersistence
           
protected  CalEventPersistence GroupLocalServiceBaseImpl.calEventPersistence
           
 

Methods in com.liferay.portal.service.base that return CalEventPersistence
 CalEventPersistence GroupServiceBaseImpl.getCalEventPersistence()
          Gets the cal event persistence.
 CalEventPersistence GroupLocalServiceBaseImpl.getCalEventPersistence()
          Gets the cal event persistence.
 

Methods in com.liferay.portal.service.base with parameters of type CalEventPersistence
 void GroupServiceBaseImpl.setCalEventPersistence(CalEventPersistence calEventPersistence)
          Sets the cal event persistence.
 void GroupLocalServiceBaseImpl.setCalEventPersistence(CalEventPersistence calEventPersistence)
          Sets the cal event persistence.
 

Uses of CalEventPersistence in com.liferay.portal.service.persistence
 

Fields in com.liferay.portal.service.persistence declared as CalEventPersistence
protected  CalEventPersistence GroupPersistenceImpl.calEventPersistence
           
 

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

Fields in com.liferay.portlet.calendar.service.base declared as CalEventPersistence
protected  CalEventPersistence CalEventServiceBaseImpl.calEventPersistence
           
protected  CalEventPersistence CalEventLocalServiceBaseImpl.calEventPersistence
           
 

Methods in com.liferay.portlet.calendar.service.base that return CalEventPersistence
 CalEventPersistence CalEventServiceBaseImpl.getCalEventPersistence()
          Gets the cal event persistence.
 CalEventPersistence CalEventLocalServiceBaseImpl.getCalEventPersistence()
          Gets the cal event persistence.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventPersistence
 void CalEventServiceBaseImpl.setCalEventPersistence(CalEventPersistence calEventPersistence)
          Sets the cal event persistence.
 void CalEventLocalServiceBaseImpl.setCalEventPersistence(CalEventPersistence calEventPersistence)
          Sets the cal event persistence.
 

Uses of CalEventPersistence in com.liferay.portlet.calendar.service.persistence
 

Classes in com.liferay.portlet.calendar.service.persistence that implement CalEventPersistence
 class CalEventPersistenceImpl
          The persistence implementation for the cal event service.
 

Fields in com.liferay.portlet.calendar.service.persistence declared as CalEventPersistence
protected  CalEventPersistence CalEventPersistenceImpl.calEventPersistence
           
 

Methods in com.liferay.portlet.calendar.service.persistence that return CalEventPersistence
static CalEventPersistence CalEventUtil.getPersistence()
           
 

Methods in com.liferay.portlet.calendar.service.persistence with parameters of type CalEventPersistence
 void CalEventUtil.setPersistence(CalEventPersistence persistence)
           
 


Liferay 6.0.5