Liferay 6.0-ee-sp2

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


public interface CalEventFinder


Method Summary
 List<CalEvent> findByFutureReminders()
           
 List<CalEvent> findByG_SD(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive)
           
 List<CalEvent> findByNoAssets()
           
 

Method Detail

findByFutureReminders

List<CalEvent> findByFutureReminders()
                                     throws SystemException
Throws:
SystemException

findByNoAssets

List<CalEvent> findByNoAssets()
                              throws SystemException
Throws:
SystemException

findByG_SD

List<CalEvent> findByG_SD(long groupId,
                          Date startDateGT,
                          Date startDateLT,
                          boolean timeZoneSensitive)
                          throws SystemException
Throws:
SystemException

Liferay 6.0-ee-sp2