com.liferay.portlet.calendar.service.base
Class CalEventLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.calendar.service.base.CalEventLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.calendar.service.CalEventLocalService
Direct Known Subclasses:
CalEventLocalServiceImpl

public abstract class CalEventLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.calendar.service.CalEventLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
CalEventLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.calendar.model.CalEvent addCalEvent(com.liferay.portlet.calendar.model.CalEvent model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.calendar.model.CalEvent updateCalEvent(com.liferay.portlet.calendar.model.CalEvent model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.calendar.service.CalEventLocalService
addEvent, addEvent, addEvent, addEventResources, addEventResources, addEventResources, addEventResources, checkEvents, deleteEvent, deleteEvent, deleteEvents, exportEvent, exportGroupEvents, getEvent, getEvents, getEvents, getEvents, getEventsCount, getRepeatingEvents, hasEvents, hasEvents, importICal4j, updateEvent
 

Constructor Detail

CalEventLocalServiceBaseImpl

public CalEventLocalServiceBaseImpl()
Method Detail

addCalEvent

public com.liferay.portlet.calendar.model.CalEvent addCalEvent(com.liferay.portlet.calendar.model.CalEvent model)
                                                        throws com.liferay.portal.SystemException
Specified by:
addCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.calendar.service.CalEventLocalService
Throws:
com.liferay.portal.SystemException

updateCalEvent

public com.liferay.portlet.calendar.model.CalEvent updateCalEvent(com.liferay.portlet.calendar.model.CalEvent model)
                                                           throws com.liferay.portal.SystemException
Specified by:
updateCalEvent in interface com.liferay.portlet.calendar.service.CalEventLocalService
Throws:
com.liferay.portal.SystemException