Class AnnouncementCachedStorage
java.lang.Object
org.exoplatform.addons.gamification.storage.AnnouncementStorage
org.exoplatform.addons.gamification.storage.cached.AnnouncementCachedStorage
-
Field Summary
Fields inherited from class org.exoplatform.addons.gamification.storage.AnnouncementStorage
MILLIS_IN_A_DAY -
Constructor Summary
ConstructorsConstructorDescriptionAnnouncementCachedStorage(GamificationHistoryDAO gamificationHistoryDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService) -
Method Summary
Modifier and TypeMethodDescriptioncountAnnouncementsByChallenge(Long challengeId) saveAnnouncement(Announcement announcement) Methods inherited from class org.exoplatform.addons.gamification.storage.AnnouncementStorage
countAnnouncementsByChallengeAndEarnerType, findAllAnnouncementByChallenge, getAnnouncementById, getAnnouncementsByEarnerId
-
Constructor Details
-
AnnouncementCachedStorage
public AnnouncementCachedStorage(GamificationHistoryDAO gamificationHistoryDAO, RuleDAO ruleDAO, org.exoplatform.services.cache.CacheService cacheService)
-
-
Method Details
-
countAnnouncementsByChallenge
- Overrides:
countAnnouncementsByChallengein classAnnouncementStorage
-
saveAnnouncement
- Overrides:
saveAnnouncementin classAnnouncementStorage
-