Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.calendar.model.CalEventModel

Packages that use CalEventModel
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.model.impl   
 

Uses of CalEventModel in com.liferay.portlet.calendar.model
 

Subinterfaces of CalEventModel in com.liferay.portlet.calendar.model
 interface CalEvent
          The extended model interface for the CalEvent service.
 

Classes in com.liferay.portlet.calendar.model that implement CalEventModel
 class CalEventWrapper
           This class is a wrapper for CalEvent.
 

Uses of CalEventModel in com.liferay.portlet.calendar.model.impl
 

Classes in com.liferay.portlet.calendar.model.impl that implement CalEventModel
 class CalEventBaseImpl
          The extended model base implementation for the CalEvent service.
 class CalEventImpl
           
 class CalEventModelImpl
          The base model implementation for the CalEvent service.
 


Liferay 6.1.2-ce-ga3