Liferay 6.2-ce-ga5

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

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

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

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

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

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEventPersistence
 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.
 

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)
          Deprecated. As of 6.2.0
 


Liferay 6.2-ce-ga5