org.exoplatform.calendar.service
Class EventPageList

java.lang.Object
  extended by org.exoplatform.calendar.service.JCRPageList
      extended by org.exoplatform.calendar.service.EventPageList

public class EventPageList
extends JCRPageList

Since:
July 25, 2007
Author:
Hung Nguyen (hung.nguyen@exoplatform.com)

Field Summary
 
Fields inherited from class org.exoplatform.calendar.service.JCRPageList
available_, availablePage_, currentListPage_, currentPage_
 
Constructor Summary
EventPageList(List<CalendarEvent> eventList, long pageSize)
           
 
Method Summary
 List<CalendarEvent> getAll()
           
protected  void populateCurrentPage(long page, String username)
           
 
Methods inherited from class org.exoplatform.calendar.service.JCRPageList
checkAndSetPage, currentPage, getAvailable, getAvailablePage, getCurrentPage, getPage, getPageSize, setAvailablePage, setPageSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPageList

public EventPageList(List<CalendarEvent> eventList,
                     long pageSize)
              throws Exception
Throws:
Exception
Method Detail

populateCurrentPage

protected void populateCurrentPage(long page,
                                   String username)
                            throws Exception
Specified by:
populateCurrentPage in class JCRPageList
Throws:
Exception

getAll

public List<CalendarEvent> getAll()
                           throws Exception
Specified by:
getAll in class JCRPageList
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.