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
Methods 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