Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.Challenge
Packages that use Challenge
Package
Description
-
Uses of Challenge in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type ChallengeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseChallengeRest.createChallenge(Challenge challenge) static ChallengeRestEntityEntityBuilder.fromChallenge(AnnouncementService announcementService, Challenge challenge, int announcementsPerChallenge, boolean noDomain, PeriodType periodType) static ChallengeRestEntityEntityBuilder.fromChallenge(Challenge challenge, List<Announcement> challengeAnnouncements) static ChallengeRestEntityEntityBuilder.fromChallenge(Challenge challenge, List<Announcement> challengeAnnouncements, boolean noDomain) javax.ws.rs.core.ResponseChallengeRest.updateChallenge(Challenge challenge) -
Uses of Challenge in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service that return ChallengeModifier and TypeMethodDescriptionChallengeService.createChallenge(Challenge challenge) Creates a new challengeChallengeService.createChallenge(Challenge challenge, String username) Creates a new challengeChallengeService.getChallengeById(long challengeId) Retrieves a challenge identified by its technical identifier.ChallengeService.getChallengeById(long challengeId, String username) Retrieves a challenge identified by its technical identifier.ChallengeService.updateChallenge(Challenge challenge, String username) Updates an existing challengeMethods in org.exoplatform.addons.gamification.service that return types with arguments of type ChallengeModifier and TypeMethodDescriptionChallengeService.getChallengesByFilterAndUser(RuleFilter challengeFilter, int offset, int limit, String username) Retrieves all challenges by user.Methods in org.exoplatform.addons.gamification.service with parameters of type ChallengeModifier and TypeMethodDescriptionChallengeService.createChallenge(Challenge challenge) Creates a new challengeChallengeService.createChallenge(Challenge challenge, String username) Creates a new challengeChallengeService.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 ChallengeModifier and TypeMethodDescriptionChallengeServiceImpl.createChallenge(Challenge challenge) ChallengeServiceImpl.createChallenge(Challenge challenge, String username) ChallengeServiceImpl.getChallengeById(long challengeId) ChallengeServiceImpl.getChallengeById(long challengeId, String username) ChallengeServiceImpl.updateChallenge(Challenge challenge, String username) Methods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type ChallengeModifier and TypeMethodDescriptionChallengeServiceImpl.getChallengesByFilterAndUser(RuleFilter challengeFilter, int offset, int limit, String username) Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type ChallengeModifier and TypeMethodDescriptionChallengeServiceImpl.createChallenge(Challenge challenge) ChallengeServiceImpl.createChallenge(Challenge challenge, String username) ChallengeServiceImpl.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 -
Uses of Challenge in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return ChallengeModifier and TypeMethodDescriptionstatic ChallengeEntityMapper.fromRuleToChallenge(RuleDTO ruleDTO) Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type ChallengeModifier and TypeMethodDescriptionstatic RuleDTOEntityMapper.fromChallengeToRule(Challenge challenge) static RuleEntity -
Uses of Challenge in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return ChallengeModifier and TypeMethodDescriptionChallengeStorage.deleteChallenge(long challengeId, String username) ChallengeStorage.getChallengeById(Long challengeId) ChallengeStorage.saveChallenge(Challenge challenge, String username) Methods in org.exoplatform.addons.gamification.storage with parameters of type ChallengeModifier and TypeMethodDescriptionChallengeStorage.saveChallenge(Challenge challenge, String username) -
Uses of Challenge in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils with parameters of type ChallengeModifier and TypeMethodDescriptionstatic DomainDTOUtils.getChallengeDomainDTO(Challenge challenge) static booleanUtils.isChallengeManager(Challenge challenge, String username) static UserInfoUtils.toUserInfo(Challenge challenge, org.exoplatform.social.core.identity.model.Identity identity)