com.liferay.portlet.calendar.service.persistence
Interface CalEventFinder
- public interface CalEventFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
java.util.List |
findByG_SD(long groupId,
java.util.Date startDateGT,
java.util.Date startDateLT,
boolean timeZoneSensitive)
|
java.util.List |
findByRemindBy()
|
findByG_SD
public java.util.List findByG_SD(long groupId,
java.util.Date startDateGT,
java.util.Date startDateLT,
boolean timeZoneSensitive)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByRemindBy
public java.util.List findByRemindBy()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException