Liferay 7.0-ce-b4

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

All Known Implementing Classes:
CalEventFinderImpl

Deprecated. As of 7.0.0, with no direct replacement

@Deprecated
@ProviderType
public interface CalEventFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 int countByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
          Deprecated.  
 List<CalEvent> findByFutureReminders()
          Deprecated.  
 List<CalEvent> findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
          Deprecated.  
 List<CalEvent> findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
          Deprecated.  
 List<CalEvent> findByNoAssets()
          Deprecated.  
 

Method Detail

countByG_SD_T

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

findByFutureReminders

List<CalEvent> findByFutureReminders()
Deprecated. 

findByNoAssets

List<CalEvent> findByNoAssets()
Deprecated. 

findByG_SD_T

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

findByG_SD_T

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

Liferay 7.0-ce-b4