Uses of Interface
org.exoplatform.social.core.jpa.storage.dao.SpaceDAO
Packages that use SpaceDAO
Package
Description
-
Uses of SpaceDAO in org.exoplatform.social.core.jpa.storage
Constructors in org.exoplatform.social.core.jpa.storage with parameters of type SpaceDAOModifierConstructorDescriptionRDBMSGroupSpaceBindingStorageImpl(SpaceDAO spaceDAO, GroupSpaceBindingDAO groupSpaceBindingDAO, GroupSpaceBindingQueueDAO groupSpaceBindingQueueDAO, UserSpaceBindingDAO userSpaceBindingDAO, GroupSpaceBindingReportActionDAO groupSpaceBindingReportActionDAO, GroupSpaceBindingReportUserDAO groupSpaceBindingReportUserDAO) 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 SpaceDAO in org.exoplatform.social.core.jpa.storage.dao.jpa
Classes in org.exoplatform.social.core.jpa.storage.dao.jpa that implement SpaceDAO -
Uses of SpaceDAO in org.exoplatform.social.core.storage.cache
Constructors in org.exoplatform.social.core.storage.cache with parameters of type SpaceDAOModifierConstructorDescriptionCachedSpaceStorage(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)