Class ChallengeStorage
java.lang.Object
org.exoplatform.addons.gamification.storage.ChallengeStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintcountChallengesByFilter(RuleFilter challengeFilter) deleteChallenge(long challengeId, String username) findChallengesIdsByFilter(RuleFilter ruleFilter, int offset, int limit) findMostRealizedChallengesIds(List<Long> spacesIds, int offset, int limit) getChallengeById(Long challengeId) saveChallenge(Challenge challenge, String username)
-
Constructor Details
-
ChallengeStorage
-
-
Method Details
-
saveChallenge
-
deleteChallenge
public Challenge deleteChallenge(long challengeId, String username) throws org.exoplatform.commons.exception.ObjectNotFoundException - Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
findChallengesIdsByFilter
-
countChallengesByFilter
-
getChallengeById
-
findMostRealizedChallengesIds
-
clearCache
public void clearCache()
-