Uses of Interface
org.exoplatform.social.core.jpa.storage.dao.ActivityDAO
Packages that use ActivityDAO
Package
Description
-
Uses of ActivityDAO in org.exoplatform.social.core.jpa.storage
Constructors in org.exoplatform.social.core.jpa.storage with parameters of type ActivityDAOModifierConstructorDescriptionRDBMSActivityStorageImpl(org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, SpaceStorage spaceStorage, ActivityShareActionDAO activityShareActionDAO, ActivityDAO activityDAO, org.exoplatform.social.notification.service.SpaceWebNotificationService spaceWebNotificationService, ConnectionDAO connectionDAO) 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 ActivityDAO in org.exoplatform.social.core.jpa.storage.dao.jpa
Classes in org.exoplatform.social.core.jpa.storage.dao.jpa that implement ActivityDAOModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com May 18, 2015 -
Uses of ActivityDAO in org.exoplatform.social.core.storage.cache
Constructors in org.exoplatform.social.core.storage.cache with parameters of type ActivityDAOModifierConstructorDescriptionCachedSpaceStorage(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)