org.exoplatform.wiki.webui.bean
Class WikiDraftListAccess

java.lang.Object
  extended by org.exoplatform.wiki.webui.bean.WikiDraftListAccess
All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<DraftBean>

public class WikiDraftListAccess
extends Object
implements org.exoplatform.commons.utils.ListAccess<DraftBean>


Constructor Summary
WikiDraftListAccess(List<DraftBean> list)
           
 
Method Summary
 int getSize()
           
 DraftBean[] load(int index, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiDraftListAccess

public WikiDraftListAccess(List<DraftBean> list)
Method Detail

load

public DraftBean[] load(int index,
                        int length)
                 throws IllegalArgumentException
Specified by:
load in interface org.exoplatform.commons.utils.ListAccess<DraftBean>
Throws:
IllegalArgumentException

getSize

public int getSize()
            throws Exception
Specified by:
getSize in interface org.exoplatform.commons.utils.ListAccess<DraftBean>
Throws:
Exception


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