Liferay 7.0-ce-m3

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

All Known Implementing Classes:
CalEventFinderImpl

@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)
           
 List<CalEvent> findByFutureReminders()
           
 List<CalEvent> findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
           
 List<CalEvent> findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
           
 List<CalEvent> findByNoAssets()
           
 

Method Detail

countByG_SD_T

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

findByFutureReminders

List<CalEvent> findByFutureReminders()

findByNoAssets

List<CalEvent> findByNoAssets()

findByG_SD_T

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

findByG_SD_T

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

Liferay 7.0-ce-m3