Liferay 7.0-ce-a2

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   
com.liferay.portlet.calendar.service.persistence.impl   
 

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

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

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

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

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

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

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

Classes in com.liferay.portlet.calendar.service.persistence.impl that implement CalEventPersistence
 class CalEventPersistenceImpl
          Deprecated. As of 7.0.0, with no direct replacement
 

Fields in com.liferay.portlet.calendar.service.persistence.impl declared as CalEventPersistence
protected  CalEventPersistence CalEventFinderBaseImpl.calEventPersistence
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.persistence.impl that return CalEventPersistence
 CalEventPersistence CalEventFinderBaseImpl.getCalEventPersistence()
          Deprecated. Returns the cal event persistence.
 

Methods in com.liferay.portlet.calendar.service.persistence.impl with parameters of type CalEventPersistence
 void CalEventFinderBaseImpl.setCalEventPersistence(CalEventPersistence calEventPersistence)
          Deprecated. Sets the cal event persistence.
 


Liferay 7.0-ce-a2