Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.RuleDTO
Packages that use RuleDTO
Package
Description
-
Uses of RuleDTO in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type RuleDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseManageRulesEndpoint.createRule(RuleDTO ruleDTO) static RuleRestEntityEntityBuilder.ruleToRestEntity(RuleDTO rule, String username, List<String> expand) javax.ws.rs.core.ResponseManageRulesEndpoint.updateRule(javax.servlet.http.HttpServletRequest request, RuleDTO ruleDTO) Method parameters in org.exoplatform.addons.gamification.rest with type arguments of type RuleDTO -
Uses of RuleDTO in org.exoplatform.addons.gamification.rest.model
Constructors in org.exoplatform.addons.gamification.rest.model with parameters of type RuleDTO -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration that return RuleDTOModifier and TypeMethodDescriptionRuleService.createRule(RuleDTO ruleDTO) Add Rule to DBRuleService.createRule(RuleDTO ruleDTO, String username) Add Rule to DBRuleServiceImpl.createRule(RuleDTO ruleDTO) Add Rule to DBRuleServiceImpl.createRule(RuleDTO ruleDTO, String username) Add Rule to DBRuleService.deleteRuleById(Long ruleId, String username) Deletes an existing ruleRuleServiceImpl.deleteRuleById(Long ruleId, String username) Deletes an existing ruleRuleService.findEnableRuleByTitle(String ruleTitle) Find enable RuleEntity by titleRuleServiceImpl.findEnableRuleByTitle(String ruleTitle) RuleService.findRuleByEventAndDomain(String ruleTitle, long domainId) Find a RuleEntity by titleRuleServiceImpl.findRuleByEventAndDomain(String ruleTitle, long domainId) RuleService.findRuleById(long id) Get RuleEntity by idRuleServiceImpl.findRuleById(long id) RuleService.findRuleByTitle(String ruleTitle) Find a RuleEntity by titleRuleServiceImpl.findRuleByTitle(String ruleTitle) default RuleDTORuleService.updateRule(RuleDTO ruleDTO) Update Rule to DBRuleService.updateRule(RuleDTO ruleDTO, String username) Update Rule to DBRuleServiceImpl.updateRule(RuleDTO ruleDTO) RuleServiceImpl.updateRule(RuleDTO ruleDTO, String username) Update Rule to DBMethods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type RuleDTOModifier and TypeMethodDescriptionRuleService.findAllRules()Deprecated, for removal: This API element is subject to removal in a future version.use methods with pagination instead to avoid performance and memory issuesRuleService.findAllRules(int offset, int limit) Get all Rules using offset and limit.RuleServiceImpl.findAllRules()RuleServiceImpl.findAllRules(int offset, int limit) RuleService.findEnabledRulesByEvent(String ruleTitle) Find enable RuleEntity by titleRuleServiceImpl.findEnabledRulesByEvent(String event) RuleService.getActiveRules()Get all active Rules from DBRuleServiceImpl.getActiveRules()RuleService.getAllRulesByDomain(String domain) Get all Rules by Domain from DB * @param domain : rule's domain paramRuleServiceImpl.getAllRulesByDomain(String domain) RuleService.getAllRulesWithNullDomain()Get all Rules by with null DomainDTO from DBRuleServiceImpl.getAllRulesWithNullDomain()RuleService.getRulesByFilter(RuleFilter ruleFilter, int offset, int limit) Get Rules by filter using offset and limit.RuleServiceImpl.getRulesByFilter(RuleFilter ruleFilter, int offset, int limit) Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type RuleDTOModifier and TypeMethodDescriptionRuleService.createRule(RuleDTO ruleDTO) Add Rule to DBRuleService.createRule(RuleDTO ruleDTO, String username) Add Rule to DBRuleServiceImpl.createRule(RuleDTO ruleDTO) Add Rule to DBRuleServiceImpl.createRule(RuleDTO ruleDTO, String username) Add Rule to DBdefault RuleDTORuleService.updateRule(RuleDTO ruleDTO) Update Rule to DBRuleService.updateRule(RuleDTO ruleDTO, String username) Update Rule to DBRuleServiceImpl.updateRule(RuleDTO ruleDTO) RuleServiceImpl.updateRule(RuleDTO ruleDTO, String username) Update Rule to DB -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective with parameters of type RuleDTO -
Uses of RuleDTO in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return RuleDTOModifier and TypeMethodDescriptionstatic RuleDTOEntityMapper.fromChallengeToRule(Challenge challenge) static RuleDTORuleMapper.ruleToRuleDTO(RuleEntity ruleEntity) Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type RuleDTOMethods in org.exoplatform.addons.gamification.service.mapper with parameters of type RuleDTOModifier and TypeMethodDescriptionstatic ChallengeEntityMapper.fromRuleToChallenge(RuleDTO ruleDTO) static RuleEntityRuleMapper.ruleDTOToRule(RuleDTO ruleDTO) Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type RuleDTOModifier and TypeMethodDescriptionstatic List<RuleEntity>RuleMapper.ruleDTOsToRules(List<RuleDTO> ruleDTOs) -
Uses of RuleDTO in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return RuleDTOModifier and TypeMethodDescriptionRuleStorage.deleteRuleById(long ruleId, String userId) RuleStorage.deleteRuleById(long ruleId, String userId, boolean force) RuleStorage.findEnableRuleByTitle(String ruleTitle) RuleStorage.findRuleByEventAndDomain(String event, long domainId) RuleStorage.findRuleById(Long id) RuleStorage.findRuleByTitle(String ruleTitle) Methods in org.exoplatform.addons.gamification.storage that return types with arguments of type RuleDTOModifier and TypeMethodDescriptionRuleStorage.findAllRules()RuleStorage.findEnabledRulesByEvent(String event) RuleStorage.getActiveRules()RuleStorage.getAllRulesByDomain(String domain) RuleStorage.getAllRulesWithNullDomain()Methods in org.exoplatform.addons.gamification.storage with parameters of type RuleDTO -
Uses of RuleDTO in org.exoplatform.addons.gamification.storage.cached
Methods in org.exoplatform.addons.gamification.storage.cached that return RuleDTOModifier and TypeMethodDescriptionRuleCachedStorage.deleteRuleById(long ruleId, String userId, boolean force) RuleCachedStorage.findRuleById(Long id) RuleCachedStorage.findRuleByTitle(String title) Methods in org.exoplatform.addons.gamification.storage.cached that return types with arguments of type RuleDTOMethods in org.exoplatform.addons.gamification.storage.cached with parameters of type RuleDTO -
Uses of RuleDTO in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return RuleDTOModifier and TypeMethodDescriptionstatic RuleDTOUtils.getRuleById(long ruleId) static RuleDTOUtils.getRuleByTitle(String title) Methods in org.exoplatform.addons.gamification.utils with parameters of type RuleDTOModifier and TypeMethodDescriptionstatic booleanUtils.isRuleManager(RuleDTO rule, String username)