Liferay 6.1.2-ce-ga3

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


public interface CalEventFinder


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)
                  throws SystemException
Throws:
SystemException

findByFutureReminders

List<CalEvent> findByFutureReminders()
                                     throws SystemException
Throws:
SystemException

findByNoAssets

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

findByG_SD_T

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

findByG_SD_T

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

Liferay 6.1.2-ce-ga3