| Modifier and Type | Method and Description |
|---|---|
static List<org.exoplatform.social.core.identity.model.Identity> |
EntityConverterUtils.convertToIdentities(IdentityEntity[] entities) |
static org.exoplatform.social.core.identity.model.Identity |
EntityConverterUtils.convertToIdentity(IdentityEntity entity) |
static org.exoplatform.social.core.identity.model.Identity |
EntityConverterUtils.convertToIdentity(IdentityEntity entity,
boolean mapDeleted) |
static org.exoplatform.social.core.identity.model.Profile |
EntityConverterUtils.convertToProfile(IdentityEntity entity,
org.exoplatform.social.core.identity.model.Identity identity) |
static void |
EntityConverterUtils.mapToEntity(org.exoplatform.social.core.identity.model.Identity identity,
IdentityEntity entity) |
static void |
EntityConverterUtils.mapToIdentity(IdentityEntity entity,
org.exoplatform.social.core.identity.model.Identity identity) |
static void |
EntityConverterUtils.mapToProfile(IdentityEntity entity,
org.exoplatform.social.core.identity.model.Profile p) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.exoplatform.social.core.identity.model.Identity> |
EntityConverterUtils.convertToIdentities(org.exoplatform.commons.utils.ListAccess<IdentityEntity> list,
long offset,
long limit) |
static List<org.exoplatform.social.core.identity.model.IdentityWithRelationship> |
EntityConverterUtils.convertToIdentitiesWithRelationship(org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity,ConnectionEntity>> list,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
IdentityDAO.findByProviderAndRemoteId(String providerId,
String remoteId) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity,ConnectionEntity>> |
IdentityDAO.findAllIdentitiesWithConnections(long identityId) |
org.exoplatform.commons.utils.ListAccess<IdentityEntity> |
IdentityDAO.findIdentities(ExtendProfileFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
IdentityDAOImpl.create(IdentityEntity entity) |
IdentityEntity |
IdentityDAOImpl.findByProviderAndRemoteId(String providerId,
String remoteId) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity,ConnectionEntity>> |
IdentityDAOImpl.findAllIdentitiesWithConnections(long identityId) |
org.exoplatform.commons.utils.ListAccess<IdentityEntity> |
IdentityDAOImpl.findIdentities(ExtendProfileFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
IdentityDAOImpl.create(IdentityEntity entity) |
| Constructor and Description |
|---|
IdentityWithRelationshipListAccess(javax.persistence.TypedQuery<IdentityEntity> identityQuery,
javax.persistence.TypedQuery<ConnectionEntity> connctionsQuery,
javax.persistence.TypedQuery<Long> countQuery) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,Long> |
IdentityEntity_.avatarFileId |
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,Date> |
IdentityEntity_.createdDate |
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,Boolean> |
IdentityEntity_.deleted |
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,Boolean> |
IdentityEntity_.enabled |
static javax.persistence.metamodel.SetAttribute<IdentityEntity,ProfileExperienceEntity> |
IdentityEntity_.experiences |
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,Long> |
IdentityEntity_.id |
static javax.persistence.metamodel.SetAttribute<IdentityEntity,ConnectionEntity> |
IdentityEntity_.incomingConnections |
static javax.persistence.metamodel.SetAttribute<IdentityEntity,ConnectionEntity> |
IdentityEntity_.outgoingConnections |
static javax.persistence.metamodel.MapAttribute<IdentityEntity,String,String> |
IdentityEntity_.properties |
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,String> |
IdentityEntity_.providerId |
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,IdentityEntity> |
ConnectionEntity_.receiver |
static javax.persistence.metamodel.SingularAttribute<IdentityEntity,String> |
IdentityEntity_.remoteId |
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,IdentityEntity> |
ConnectionEntity_.sender |
| Modifier and Type | Method and Description |
|---|---|
IdentityEntity |
ConnectionEntity.getReceiver() |
IdentityEntity |
ConnectionEntity.getSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionEntity.setReceiver(IdentityEntity receiver) |
void |
ConnectionEntity.setSender(IdentityEntity sender) |
| Constructor and Description |
|---|
ConnectionEntity(IdentityEntity sender,
IdentityEntity receiver) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.