Class UserListAccess
java.lang.Object
org.exoplatform.forum.common.utils.AbstractListAccess<org.exoplatform.services.organization.User>
org.exoplatform.forum.common.utils.UserListAccess
- All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User>
-
Field Summary
Fields inherited from class org.exoplatform.forum.common.utils.AbstractListAccess
size -
Constructor Summary
ConstructorsConstructorDescriptionUserListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.User> listAccess) -
Method Summary
Methods inherited from class org.exoplatform.forum.common.utils.AbstractListAccess
getCurrentPage, getFrom, getOffset, getOffset, getPageSize, getTo, getTotalPages, initialize, reCalculate, setCurrentPage, setPageSize
-
Constructor Details
-
Method Details
-
load
public org.exoplatform.services.organization.User[] load(int offset, int limit) throws Exception, IllegalArgumentException - Throws:
ExceptionIllegalArgumentException
-
getSize
- Throws:
Exception
-
load
public org.exoplatform.services.organization.User[] load(int pageSelect) throws Exception, IllegalArgumentException - Specified by:
loadin classAbstractListAccess<org.exoplatform.services.organization.User>- Throws:
ExceptionIllegalArgumentException
-