Uses of Class
org.exoplatform.social.core.jpa.storage.entity.IdentityEntity
Packages that use IdentityEntity
Package
Description
-
Uses of IdentityEntity in org.exoplatform.social.core.jpa.storage
Methods in org.exoplatform.social.core.jpa.storage with parameters of type IdentityEntityModifier and TypeMethodDescriptionstatic List<org.exoplatform.social.core.identity.model.Identity> EntityConverterUtils.convertToIdentities(IdentityEntity[] entities) static org.exoplatform.social.core.identity.model.IdentityEntityConverterUtils.convertToIdentity(IdentityEntity entity) static org.exoplatform.social.core.identity.model.IdentityEntityConverterUtils.convertToIdentity(IdentityEntity entity, boolean mapDeleted) static org.exoplatform.social.core.identity.model.ProfileEntityConverterUtils.convertToProfile(IdentityEntity entity, org.exoplatform.social.core.identity.model.Identity identity) static voidEntityConverterUtils.mapToEntity(org.exoplatform.social.core.identity.model.Identity identity, IdentityEntity entity) static voidEntityConverterUtils.mapToIdentity(IdentityEntity entity, org.exoplatform.social.core.identity.model.Identity identity) static voidEntityConverterUtils.mapToProfile(IdentityEntity entity, org.exoplatform.social.core.identity.model.Profile p) Method parameters in org.exoplatform.social.core.jpa.storage with type arguments of type IdentityEntityModifier and TypeMethodDescriptionstatic 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) -
Uses of IdentityEntity in org.exoplatform.social.core.jpa.storage.dao
Methods in org.exoplatform.social.core.jpa.storage.dao that return IdentityEntityModifier and TypeMethodDescriptionIdentityDAO.findByProviderAndRemoteId(String providerId, String remoteId) Methods in org.exoplatform.social.core.jpa.storage.dao that return types with arguments of type IdentityEntityModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity, ConnectionEntity>> IdentityDAO.findAllIdentitiesWithConnections(long identityId, String sortField, String sortDirection) org.exoplatform.commons.utils.ListAccess<IdentityEntity> IdentityDAO.findIdentities(ExtendProfileFilter filter) -
Uses of IdentityEntity in org.exoplatform.social.core.jpa.storage.dao.jpa
Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return IdentityEntityModifier and TypeMethodDescriptionIdentityDAOImpl.create(IdentityEntity entity) IdentityDAOImpl.findByProviderAndRemoteId(String providerId, String remoteId) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa that return types with arguments of type IdentityEntityModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Map.Entry<IdentityEntity, ConnectionEntity>> IdentityDAOImpl.findAllIdentitiesWithConnections(long identityId, String sortField, String sortDirection) org.exoplatform.commons.utils.ListAccess<IdentityEntity> IdentityDAOImpl.findIdentities(ExtendProfileFilter filter) IdentityDAOImpl.findIdentitiesByIDs(List<Long> ids) IdentityDAOImpl.IdentityWithRelationshipListAccess.load(int offset, int limit) Methods in org.exoplatform.social.core.jpa.storage.dao.jpa with parameters of type IdentityEntity -
Uses of IdentityEntity in org.exoplatform.social.core.jpa.storage.entity
Fields in org.exoplatform.social.core.jpa.storage.entity with type parameters of type IdentityEntityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, Long> IdentityEntity_.avatarFileIdstatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, Long> IdentityEntity_.bannerFileIdstatic jakarta.persistence.metamodel.EntityType<IdentityEntity> IdentityEntity_.class_static jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, Date> IdentityEntity_.createdDatestatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, Boolean> IdentityEntity_.deletedstatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, Boolean> IdentityEntity_.enabledstatic jakarta.persistence.metamodel.SetAttribute<IdentityEntity, ProfileExperienceEntity> IdentityEntity_.experiencesstatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, Long> IdentityEntity_.idstatic jakarta.persistence.metamodel.SingularAttribute<ProfileExperienceEntity, IdentityEntity> ProfileExperienceEntity_.identitystatic jakarta.persistence.metamodel.SetAttribute<IdentityEntity, ConnectionEntity> IdentityEntity_.incomingConnectionsstatic jakarta.persistence.metamodel.SetAttribute<IdentityEntity, ConnectionEntity> IdentityEntity_.outgoingConnectionsstatic jakarta.persistence.metamodel.MapAttribute<IdentityEntity, String, String> IdentityEntity_.propertiesstatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, String> IdentityEntity_.providerIdstatic jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, IdentityEntity> ConnectionEntity_.receiverstatic jakarta.persistence.metamodel.SingularAttribute<IdentityEntity, String> IdentityEntity_.remoteIdstatic jakarta.persistence.metamodel.SingularAttribute<ConnectionEntity, IdentityEntity> ConnectionEntity_.senderMethods in org.exoplatform.social.core.jpa.storage.entity that return IdentityEntityModifier and TypeMethodDescriptionProfileExperienceEntity.getIdentity()ConnectionEntity.getReceiver()ConnectionEntity.getSender()Methods in org.exoplatform.social.core.jpa.storage.entity with parameters of type IdentityEntityModifier and TypeMethodDescriptionvoidProfileExperienceEntity.setIdentity(IdentityEntity identity) voidConnectionEntity.setReceiver(IdentityEntity receiver) voidConnectionEntity.setSender(IdentityEntity sender) Constructors in org.exoplatform.social.core.jpa.storage.entity with parameters of type IdentityEntity