com.liferay.portlet.calendar.service.persistence
Interface CalEventFinder


public interface CalEventFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.util.List<CalEvent> findByG_SD(long groupId, java.util.Date startDateGT, java.util.Date startDateLT, boolean timeZoneSensitive)
           
 java.util.List<CalEvent> findByRemindBy()
           
 

Method Detail

findByG_SD

java.util.List<CalEvent> findByG_SD(long groupId,
                                    java.util.Date startDateGT,
                                    java.util.Date startDateLT,
                                    boolean timeZoneSensitive)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByRemindBy

java.util.List<CalEvent> findByRemindBy()
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException