Liferay 6.0.5

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

All Known Implementing Classes:
CalEventFinderImpl

public interface CalEventFinder


Method Summary
 List<CalEvent> findByG_SD(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive)
           
 List<CalEvent> findByNoAssets()
           
 

Method Detail

findByNoAssets

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

findByG_SD

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

Liferay 6.0.5