Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.RuleFilter
Packages that use RuleFilter
Package
Description
Spring Framework configuration files.
-
Uses of RuleFilter in org.exoplatform.addons.gamification.search
Methods in org.exoplatform.addons.gamification.search with parameters of type RuleFilterModifier and TypeMethodDescriptionintRuleSearchConnector.count(RuleFilter filter) RuleSearchConnector.search(RuleFilter filter, long offset, long limit) -
Uses of RuleFilter in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service with parameters of type RuleFilterModifier and TypeMethodDescriptionintChallengeService.countChallengesByFilterAndUser(RuleFilter challengeFilter, String username) Count all challenges by user and a selected domain identified by its technical idChallengeService.getChallengesByFilterAndUser(RuleFilter challengeFilter, int offset, int limit, String username) Retrieves all challenges by user. -
Uses of RuleFilter in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type RuleFilterModifier and TypeMethodDescriptionintRuleService.countAllRules(RuleFilter ruleFilter) intRuleServiceImpl.countAllRules(RuleFilter ruleFilter) intChallengeServiceImpl.countChallengesByFilterAndUser(RuleFilter challengeFilter, String username) ChallengeServiceImpl.getChallengesByFilterAndUser(RuleFilter challengeFilter, int offset, int limit, String username) RuleService.getRulesByFilter(RuleFilter ruleFilter, int offset, int limit) Get Rules by filter using offset and limit.RuleServiceImpl.getRulesByFilter(RuleFilter ruleFilter, int offset, int limit) -
Uses of RuleFilter in org.exoplatform.addons.gamification.service.dto.configuration
Constructors in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type RuleFilterModifierConstructorDescriptionCacheKey(Integer context, RuleFilter ruleFilter, int offset, int limit) -
Uses of RuleFilter in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage with parameters of type RuleFilterModifier and TypeMethodDescriptionintChallengeStorage.countChallengesByFilter(RuleFilter challengeFilter) intRuleStorage.countRulesByFilter(RuleFilter ruleFilter) ChallengeStorage.findChallengesIdsByFilter(RuleFilter ruleFilter, int offset, int limit) RuleStorage.findRulesIdsByFilter(RuleFilter ruleFilter, int offset, int limit) -
Uses of RuleFilter in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao with parameters of type RuleFilterModifier and TypeMethodDescriptionintRuleDAO.countRulesByFilter(RuleFilter filter) RuleDAO.findRulesIdsByFilter(RuleFilter filter, int offset, int limit)