com.liferay.portlet.calendar.service.persistence
Class CalEventFinderUtil
java.lang.Object
com.liferay.portlet.calendar.service.persistence.CalEventFinderUtil
public class CalEventFinderUtil
- extends Object
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 |
CalEventFinderUtil
public CalEventFinderUtil()
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)