Uses of Class
io.meeds.gamification.entity.RuleEntity
Packages that use RuleEntity
Package
Description
Spring Framework configuration files.
-
Uses of RuleEntity in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao that return RuleEntityModifier and TypeMethodDescriptionRuleDAO.findActiveRuleByEventAndProgramId(String event, long domainId) RuleDAO.findRuleByTitle(String ruleTitle) -
Uses of RuleEntity in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return RuleEntityMethods in io.meeds.gamification.storage.mapper with parameters of type RuleEntityModifier and TypeMethodDescriptionstatic RuleDTORuleMapper.fromEntity(ProgramStorage programStorage, RuleEntity ruleEntity) Method parameters in io.meeds.gamification.storage.mapper with type arguments of type RuleEntityModifier and TypeMethodDescriptionRuleMapper.fromEntities(ProgramStorage programStorage, List<RuleEntity> rules)