org.exoplatform.wiki.webui.bean
Class WikiTemplateListAccess

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

public class WikiTemplateListAccess
extends Object
implements org.exoplatform.commons.utils.ListAccess<TemplateBean>


Constructor Summary
WikiTemplateListAccess(List<TemplateBean> list)
           
 
Method Summary
 int getSize()
           
 TemplateBean[] 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

WikiTemplateListAccess

public WikiTemplateListAccess(List<TemplateBean> list)
Method Detail

load

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

getSize

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


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