Liferay 6.0.5

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 List<CalEvent> findByG_SD(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive)
           
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

findByNoAssets

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

findByG_SD

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

getFinder

public static CalEventFinder getFinder()

setFinder

public void setFinder(CalEventFinder finder)

Liferay 6.0.5