org.exoplatform.calendar.service
Class EventPageListQuery
java.lang.Object
org.exoplatform.calendar.service.JCRPageList
org.exoplatform.calendar.service.EventPageListQuery
public class EventPageListQuery
- extends JCRPageList
- Since:
- July 25, 2007
- Author:
- Hung Nguyen (hung.nguyen@exoplatform.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventPageListQuery
public EventPageListQuery(String username,
String value,
long pageSize)
throws Exception
- Throws:
Exception
populateCurrentPage
protected void populateCurrentPage(long page,
String username)
throws Exception
- Specified by:
populateCurrentPage in class JCRPageList
- Throws:
Exception
getEventFromNode
public static CalendarEvent getEventFromNode(CalendarEvent event,
javax.jcr.Node eventNode,
javax.jcr.Node reminderFolder)
throws Exception
- Throws:
Exception
getReminders
public static List<Reminder> getReminders(javax.jcr.Node eventNode,
javax.jcr.Node reminderFolder)
throws Exception
- Throws:
Exception
getAll
public List<CalendarEvent> getAll()
throws Exception
- Specified by:
getAll in class JCRPageList
- Throws:
Exception
setSession
public void setSession(javax.jcr.Session s)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.