Package org.exoplatform.wiki.webui.bean
Class WikiTemplateListAccess
- java.lang.Object
-
- 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
Constructors Constructor Description WikiTemplateListAccess(List<TemplateBean> list)
-
-
-
Constructor Detail
-
WikiTemplateListAccess
public WikiTemplateListAccess(List<TemplateBean> list)
-
-
Method Detail
-
load
public TemplateBean[] load(int index, int length) throws Exception, IllegalArgumentException
- Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<TemplateBean>- Throws:
ExceptionIllegalArgumentException
-
getSize
public int getSize() throws Exception- Specified by:
getSizein interfaceorg.exoplatform.commons.utils.ListAccess<TemplateBean>- Throws:
Exception
-
-