Liferay 6.1.2-ce-ga3

com.liferay.portlet.calendar.service.persistence
Class CalEventFinderUtil

java.lang.Object
  extended by com.liferay.portlet.calendar.service.persistence.CalEventFinderUtil

public class CalEventFinderUtil
extends Object


Constructor Summary
CalEventFinderUtil()
           
 
Method Summary
static int countByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
           
static List<CalEvent> findByFutureReminders()
           
static List<CalEvent> findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
           
static List<CalEvent> findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
           
static List<CalEvent> findByNoAssets()
           
static CalEventFinder getFinder()
           
 void setFinder(CalEventFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalEventFinderUtil

public CalEventFinderUtil()
Method Detail

countByG_SD_T

public static int countByG_SD_T(long groupId,
                                Date startDateGT,
                                Date startDateLT,
                                boolean timeZoneSensitive,
                                String[] types)
                         throws SystemException
Throws:
SystemException

findByFutureReminders

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

findByNoAssets

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

findByG_SD_T

public static List<CalEvent> findByG_SD_T(long groupId,
                                          Date startDateGT,
                                          Date startDateLT,
                                          boolean timeZoneSensitive,
                                          String[] types)
                                   throws SystemException
Throws:
SystemException

findByG_SD_T

public static List<CalEvent> findByG_SD_T(long groupId,
                                          Date startDateGT,
                                          Date startDateLT,
                                          boolean timeZoneSensitive,
                                          String[] types,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

getFinder

public static CalEventFinder getFinder()

setFinder

public void setFinder(CalEventFinder finder)

Liferay 6.1.2-ce-ga3