Liferay 7.0-ce-b4

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

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

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public class CalEventFinderUtil
extends Object


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

Constructor Detail

CalEventFinderUtil

public CalEventFinderUtil()
Deprecated. 
Method Detail

countByG_SD_T

public static int countByG_SD_T(long groupId,
                                Date startDateGT,
                                Date startDateLT,
                                boolean timeZoneSensitive,
                                String[] types)
Deprecated. 

findByFutureReminders

public static List<CalEvent> findByFutureReminders()
Deprecated. 

findByNoAssets

public static List<CalEvent> findByNoAssets()
Deprecated. 

findByG_SD_T

public static List<CalEvent> findByG_SD_T(long groupId,
                                          Date startDateGT,
                                          Date startDateLT,
                                          boolean timeZoneSensitive,
                                          String[] types)
Deprecated. 

findByG_SD_T

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

getFinder

public static CalEventFinder getFinder()
Deprecated. 

setFinder

public void setFinder(CalEventFinder finder)
Deprecated. 

Liferay 7.0-ce-b4