Uses of Class
org.exoplatform.social.core.jpa.storage.entity.ConnectionEntity
Packages that use ConnectionEntity
Package
Description
-
Uses of ConnectionEntity in org.exoplatform.social.core.jpa.storage
Methods in org.exoplatform.social.core.jpa.storage with parameters of type ConnectionEntityModifier and TypeMethodDescriptionstatic org.exoplatform.social.core.relationship.model.RelationshipEntityConverterUtils.convertRelationshipItemToRelationship(ConnectionEntity item) Method parameters in org.exoplatform.social.core.jpa.storage with type arguments of type ConnectionEntityModifier and TypeMethodDescriptionstatic List<org.exoplatform.social.core.identity.model.IdentityWithRelationship> EntityConverterUtils.convertToIdentitiesWithRelationship(org.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity, ConnectionEntity>> list, int offset, int limit) -
Uses of ConnectionEntity in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao that return ConnectionEntityModifier and TypeMethodDescriptionConnectionDAO.getConnection(Long sender, Long receiver) ConnectionDAO.getConnection(org.exoplatform.social.core.identity.model.Identity identity1, org.exoplatform.social.core.identity.model.Identity identity2) Get connection of 2 usersMethods in org.exoplatform.social.core.jpa.storage.dao that return types with arguments of type ConnectionEntityModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity, ConnectionEntity>> IdentityDAO.findAllIdentitiesWithConnections(long identityId, String sortField, String sortDirection) 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) ConnectionDAO.getConnections(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.relationship.model.Relationship.Type type, long offset, long limit, org.exoplatform.social.core.search.Sorting sorting) 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) ConnectionDAO.getLastConnections(org.exoplatform.social.core.identity.model.Identity identity, int limit) -
Uses of ConnectionEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return ConnectionEntityModifier and TypeMethodDescriptionConnectionDAOImpl.getConnection(Long sender, Long reciver) ConnectionDAOImpl.getConnection(org.exoplatform.social.core.identity.model.Identity identity1, org.exoplatform.social.core.identity.model.Identity identity2) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type ConnectionEntityModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity, ConnectionEntity>> IdentityDAOImpl.findAllIdentitiesWithConnections(long identityId, String sortField, String sortDirection) 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) ConnectionDAOImpl.getConnections(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.relationship.model.Relationship.Type status, long offset, long limit, org.exoplatform.social.core.search.Sorting sorting) 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) ConnectionDAOImpl.getLastConnections(org.exoplatform.social.core.identity.model.Identity identity, int limit) IdentityDAOImpl.IdentityWithRelationshipListAccess.load(int offset, int limit) Constructor parameters in org.exoplatform.social.core.jpa.storage.dao.jpa with type arguments of type ConnectionEntityModifierConstructorDescriptionIdentityWithRelationshipListAccess(long identityId, jakarta.persistence.Query identityQuery, jakarta.persistence.TypedQuery<ConnectionEntity> connctionsQuery, jakarta.persistence.TypedQuery<Long> countQuery) -
Uses of ConnectionEntity in org.exoplatform.social.core.jpa.storage.dao.jpa.query
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa.query that return types with arguments of type ConnectionEntityModifier and TypeMethodDescriptionjakarta.persistence.TypedQuery<ConnectionEntity> RelationshipQueryBuilder.build()Builds the Typed Queryjakarta.persistence.TypedQuery<ConnectionEntity> RelationshipQueryBuilder.buildFilter()jakarta.persistence.TypedQuery<ConnectionEntity> RelationshipQueryBuilder.buildLastConnections()jakarta.persistence.TypedQuery<ConnectionEntity> RelationshipQueryBuilder.buildSingleRelationship()Builds the Typed Query -
Uses of ConnectionEntity in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type ConnectionEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<ConnectionEntity> ConnectionEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, Long> ConnectionEntity_.idstatic jakarta.persistence.metamodel.SetAttribute<IdentityEntity, ConnectionEntity> IdentityEntity_.incomingConnectionsstatic jakarta.persistence.metamodel.SetAttribute<IdentityEntity, ConnectionEntity> IdentityEntity_.outgoingConnectionsstatic jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, IdentityEntity> ConnectionEntity_.receiverstatic jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, IdentityEntity> ConnectionEntity_.senderstatic jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, org.exoplatform.social.core.relationship.model.Relationship.Type> ConnectionEntity_.statusstatic jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, Date> ConnectionEntity_.updatedDate