Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.Challenge
-
Packages that use Challenge Package Description org.exoplatform.addons.gamification.rest org.exoplatform.addons.gamification.service Spring Framework configuration files.org.exoplatform.addons.gamification.service.configuration org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper org.exoplatform.addons.gamification.storage org.exoplatform.addons.gamification.storage.cached -
-
Uses of Challenge in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type Challenge Modifier and Type Method Description javax.ws.rs.core.ResponseChallengeRest. createChallenge(Challenge challenge)javax.ws.rs.core.ResponseChallengeRest. updateChallenge(Challenge challenge, int offset, int limit) -
Uses of Challenge in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service that return Challenge Modifier and Type Method Description ChallengeChallengeService. createChallenge(Challenge challenge)Creates a new challengeChallengeChallengeService. createChallenge(Challenge challenge, String username)Creates a new challengeChallengeChallengeService. getChallengeById(long challengeId, String username)Retrieves a challenge identified by its technical identifier.ChallengeChallengeService. updateChallenge(Challenge challenge, String username)Updates an existing challengeMethods in org.exoplatform.addons.gamification.service that return types with arguments of type Challenge Modifier and Type Method Description List<Challenge>ChallengeService. getAllChallengesByUser(int offset, int limit, String username)Retrieves all challenges by user.Methods in org.exoplatform.addons.gamification.service with parameters of type Challenge Modifier and Type Method Description ChallengeChallengeService. createChallenge(Challenge challenge)Creates a new challengeChallengeChallengeService. createChallenge(Challenge challenge, String username)Creates a new challengeChallengeChallengeService. updateChallenge(Challenge challenge, String username)Updates an existing challenge -
Uses of Challenge in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration that return Challenge Modifier and Type Method Description ChallengeChallengeServiceImpl. createChallenge(Challenge challenge)ChallengeChallengeServiceImpl. createChallenge(Challenge challenge, String username)ChallengeChallengeServiceImpl. getChallengeById(long challengeId, String username)ChallengeChallengeServiceImpl. updateChallenge(Challenge challenge, String username)Methods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type Challenge Modifier and Type Method Description List<Challenge>ChallengeServiceImpl. getAllChallengesByUser(int offset, int limit, String userName)Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type Challenge Modifier and Type Method Description ChallengeChallengeServiceImpl. createChallenge(Challenge challenge)ChallengeChallengeServiceImpl. createChallenge(Challenge challenge, String username)ChallengeChallengeServiceImpl. updateChallenge(Challenge challenge, String username) -
Uses of Challenge in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return Challenge Modifier and Type Method Description ChallengeChallenge. clone() -
Uses of Challenge in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return Challenge Modifier and Type Method Description static ChallengeEntityMapper. fromEntity(RuleEntity challengeEntity)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type Challenge Modifier and Type Method Description static List<Challenge>EntityMapper. fromChallengeEntities(List<RuleEntity> challengeEntities)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type Challenge Modifier and Type Method Description static ChallengeRestEntityEntityMapper. fromChallenge(Challenge challenge, List<Announcement> challengeAnnouncements)static RuleEntityEntityMapper. toEntity(Challenge challenge) -
Uses of Challenge in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return Challenge Modifier and Type Method Description ChallengeRuleStorage. getChallengeById(long challengeId)ChallengeRuleStorage. saveChallenge(Challenge challenge, String username)Methods in org.exoplatform.addons.gamification.storage with parameters of type Challenge Modifier and Type Method Description voidRuleStorage. deleteChallenge(Challenge challenge)ChallengeRuleStorage. saveChallenge(Challenge challenge, String username) -
Uses of Challenge in org.exoplatform.addons.gamification.storage.cached
Methods in org.exoplatform.addons.gamification.storage.cached that return Challenge Modifier and Type Method Description ChallengeRuleCachedStorage. saveChallenge(Challenge challenge, String username)Methods in org.exoplatform.addons.gamification.storage.cached with parameters of type Challenge Modifier and Type Method Description voidRuleCachedStorage. deleteChallenge(Challenge challenge)ChallengeRuleCachedStorage. saveChallenge(Challenge challenge, String username)
-