public class IDMUserListAccess extends Object implements ListAccess<org.exoplatform.services.organization.User>, Serializable
| Constructor and Description |
|---|
IDMUserListAccess(org.picketlink.idm.api.query.UserQueryBuilder userQueryBuilder,
int pageSize,
boolean countAll,
boolean isDBOnly,
org.exoplatform.services.organization.UserStatus userStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
org.exoplatform.services.organization.User[] |
load(int index,
int length) |
public IDMUserListAccess(org.picketlink.idm.api.query.UserQueryBuilder userQueryBuilder,
int pageSize,
boolean countAll,
boolean isDBOnly,
org.exoplatform.services.organization.UserStatus userStatus)
public org.exoplatform.services.organization.User[] load(int index,
int length)
throws Exception
load in interface ListAccess<org.exoplatform.services.organization.User>Exceptionpublic int getSize()
throws Exception
getSize in interface ListAccess<org.exoplatform.services.organization.User>ExceptionCopyright © 2018 JBoss by Red Hat. All Rights Reserved.