public static class IdentityDAOImpl.IdentityWithRelationshipListAccess extends Object implements org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity,ConnectionEntity>>
| Constructor and Description |
|---|
IdentityWithRelationshipListAccess(javax.persistence.TypedQuery<IdentityEntity> identityQuery,
javax.persistence.TypedQuery<ConnectionEntity> connctionsQuery,
javax.persistence.TypedQuery<Long> countQuery) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
Map.Entry<IdentityEntity,ConnectionEntity>[] |
load(int offset,
int limit) |
public IdentityWithRelationshipListAccess(javax.persistence.TypedQuery<IdentityEntity> identityQuery, javax.persistence.TypedQuery<ConnectionEntity> connctionsQuery, javax.persistence.TypedQuery<Long> countQuery)
public Map.Entry<IdentityEntity,ConnectionEntity>[] load(int offset, int limit) throws Exception, IllegalArgumentException
load in interface org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity,ConnectionEntity>>ExceptionIllegalArgumentExceptionpublic int getSize()
throws Exception
getSize in interface org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity,ConnectionEntity>>ExceptionCopyright © 2003–2016 eXo Platform SAS. All rights reserved.