Uses of Interface
org.exoplatform.social.core.jpa.storage.dao.IdentityDAO
Packages that use IdentityDAO
Package
Description
-
Uses of IdentityDAO in org.exoplatform.social.core.jpa.search
Constructors in org.exoplatform.social.core.jpa.search with parameters of type IdentityDAOModifierConstructorDescriptionProfileIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.social.core.manager.IdentityManager identityManager, IdentityDAO identityDAO, ConnectionDAO connectionDAO, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.portal.config.UserACL userACL) -
Uses of IdentityDAO in org.exoplatform.social.core.jpa.storage
Constructors in org.exoplatform.social.core.jpa.storage with parameters of type IdentityDAOModifierConstructorDescriptionRDBMSIdentityStorageImpl(IdentityDAO identityDAO, SpaceMemberDAO spaceMemberDAO, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.services.organization.OrganizationService orgService) RDBMSRelationshipStorageImpl(RDBMSIdentityStorageImpl identityStorage, ConnectionDAO connectionDAO, IdentityDAO identityDAO) SpaceStorage(SpaceDAO spaceDAO, SpaceMemberDAO spaceMemberDAO, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, IdentityDAO identityDAO, ActivityDAO activityDAO, SpaceExternalInvitationDAO spaceExternalInvitationDAO, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.web.security.security.RemindPasswordTokenService remindPasswordTokenService) -
Uses of IdentityDAO in org.exoplatform.social.core.jpa.storage.dao.jpa
Classes in org.exoplatform.social.core.jpa.storage.dao.jpa that implement IdentityDAO -
Uses of IdentityDAO in org.exoplatform.social.core.storage.cache
Constructors in org.exoplatform.social.core.storage.cache with parameters of type IdentityDAOModifierConstructorDescriptionCachedSpaceStorage(SpaceDAO spaceDAO, SpaceMemberDAO spaceMemberDAO, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, IdentityDAO identityDAO, ActivityDAO activityDAO, SpaceExternalInvitationDAO spaceExternalInvitationDAO, SocialStorageCacheService cacheService, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.web.security.security.RemindPasswordTokenService remindPasswordTokenService)