| Modifier and Type | Method and Description |
|---|---|
ConnectionEntity |
ConnectionDAO.getConnection(org.exoplatform.social.core.identity.model.Identity identity1,
org.exoplatform.social.core.identity.model.Identity identity2)
Get connection of 2 users
|
ConnectionEntity |
ConnectionDAO.getConnection(Long sender,
Long receiver) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionEntity> |
ConnectionDAO.getConnections(org.exoplatform.social.core.identity.model.Identity sender,
org.exoplatform.social.core.identity.model.Identity receiver,
org.exoplatform.social.core.relationship.model.Relationship.Type status) |
List<ConnectionEntity> |
ConnectionDAO.getConnections(org.exoplatform.social.core.identity.model.Identity identity,
org.exoplatform.social.core.relationship.model.Relationship.Type type,
long offset,
long limit) |
List<ConnectionEntity> |
ConnectionDAO.getConnectionsByFilter(org.exoplatform.social.core.identity.model.Identity existingIdentity,
org.exoplatform.social.core.profile.ProfileFilter profileFilter,
org.exoplatform.social.core.relationship.model.Relationship.Type type,
long offset,
long limit) |
List<ConnectionEntity> |
ConnectionDAO.getLastConnections(org.exoplatform.social.core.identity.model.Identity identity,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionEntity |
ConnectionDAOImpl.getConnection(org.exoplatform.social.core.identity.model.Identity identity1,
org.exoplatform.social.core.identity.model.Identity identity2) |
ConnectionEntity |
ConnectionDAOImpl.getConnection(Long sender,
Long reciver) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionEntity> |
ConnectionDAOImpl.getConnections(org.exoplatform.social.core.identity.model.Identity sender,
org.exoplatform.social.core.identity.model.Identity receiver,
org.exoplatform.social.core.relationship.model.Relationship.Type status) |
List<ConnectionEntity> |
ConnectionDAOImpl.getConnections(org.exoplatform.social.core.identity.model.Identity identity,
org.exoplatform.social.core.relationship.model.Relationship.Type type,
long offset,
long limit) |
List<ConnectionEntity> |
ConnectionDAOImpl.getConnectionsByFilter(org.exoplatform.social.core.identity.model.Identity existingIdentity,
org.exoplatform.social.core.profile.ProfileFilter profileFilter,
org.exoplatform.social.core.relationship.model.Relationship.Type type,
long offset,
long limit) |
List<ConnectionEntity> |
ConnectionDAOImpl.getLastConnections(org.exoplatform.social.core.identity.model.Identity identity,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.TypedQuery<ConnectionEntity> |
RelationshipQueryBuilder.build()
Builds the Typed Query
|
javax.persistence.TypedQuery<ConnectionEntity> |
RelationshipQueryBuilder.buildFilter() |
javax.persistence.TypedQuery<ConnectionEntity> |
RelationshipQueryBuilder.buildLastConnections() |
javax.persistence.TypedQuery<ConnectionEntity> |
RelationshipQueryBuilder.buildSingleRelationship()
Builds the Typed Query
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,Long> |
ConnectionEntity_.id |
static javax.persistence.metamodel.ListAttribute<IdentityEntity,ConnectionEntity> |
IdentityEntity_.incomingConnections |
static javax.persistence.metamodel.ListAttribute<IdentityEntity,ConnectionEntity> |
IdentityEntity_.outgoingConnections |
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,IdentityEntity> |
ConnectionEntity_.receiver |
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,IdentityEntity> |
ConnectionEntity_.sender |
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,org.exoplatform.social.core.relationship.model.Relationship.Type> |
ConnectionEntity_.status |
static javax.persistence.metamodel.SingularAttribute<ConnectionEntity,Date> |
ConnectionEntity_.updatedDate |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.