Uses of Interface
io.meeds.gamification.service.RealizationService
Packages that use RealizationService
Package
Description
-
Uses of RealizationService in io.meeds.gamification.activity.processor
Constructors in io.meeds.gamification.activity.processor with parameters of type RealizationServiceModifierConstructorDescriptionAnnouncementActivityPreProcessor(RealizationService realizationService, org.exoplatform.container.xml.InitParams params) -
Uses of RealizationService in io.meeds.gamification.analytics
Constructors in io.meeds.gamification.analytics with parameters of type RealizationServiceModifierConstructorDescriptionAnalyticsRealizationListener(RuleService ruleService, EventService eventService, RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService) -
Uses of RealizationService in io.meeds.gamification.listener
Fields in io.meeds.gamification.listener declared as RealizationServiceModifier and TypeFieldDescriptionprotected RealizationServiceGamificationGenericListener.realizationServiceprotected RealizationServiceGamificationRelationshipListener.realizationServiceprotected RealizationServiceGamificationUserLoginListener.realizationServiceConstructors in io.meeds.gamification.listener with parameters of type RealizationServiceModifierConstructorDescriptionAnnouncementActivityUpdater(org.exoplatform.social.core.manager.ActivityManager activityManager, AnnouncementService announcementService, RealizationService realizationService) AnnouncementRealizationUpdater(org.exoplatform.social.core.manager.ActivityManager activityManager, RealizationService realizationService) GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, RealizationService realizationService) GamificationRelationshipListener(RealizationService realizationService) GamificationUserLoginListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, RealizationService realizationService) -
Uses of RealizationService in io.meeds.gamification.rest
Fields in io.meeds.gamification.rest declared as RealizationServiceModifier and TypeFieldDescriptionprotected RealizationServiceLeaderboardRest.realizationServiceprotected RealizationServiceRuleRest.realizationServiceprotected final RealizationServiceUserReputationEndpoint.realizationServiceConstructors in io.meeds.gamification.rest with parameters of type RealizationServiceModifierConstructorDescriptionLeaderboardRest(org.exoplatform.social.core.manager.IdentityManager identityManager, RealizationService realizationService, org.exoplatform.social.core.manager.RelationshipManager relationshipManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, ProgramService programService, io.meeds.social.translation.service.TranslationService translationService, io.meeds.portal.security.service.SecuritySettingService securitySettingService) RealizationRest(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, io.meeds.portal.security.service.SecuritySettingService securitySettingService, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl) RuleRest(ProgramService programService, RuleService ruleService, RealizationService realizationService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.social.core.manager.IdentityManager identityManager, io.meeds.portal.security.service.SecuritySettingService securitySettingService, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl) UserReputationEndpoint(RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, BadgeService badgeService, org.exoplatform.commons.file.services.FileService fileService) -
Uses of RealizationService in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type RealizationServiceModifier and TypeMethodDescriptionstatic List<LeaderboardInfo> LeaderboardBuilder.buildLeaderboardInfos(RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, int offset, List<StandardLeaderboard> standardLeaderboards, IdentityType identityType, Long identityId, Long programId, String period, boolean isAnonymous) static LeaderboardInfoLeaderboardBuilder.buildRank(RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, List<LeaderboardInfo> leaderboardList, String period, Long programId, long identityId, boolean isAnonymous) static RuleRestEntityRuleBuilder.toRestEntity(ProgramService programService, RuleService ruleService, RealizationService realizationService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl, RuleDTO rule, Locale locale, List<String> expandFields, int realizationsLimit, boolean noProgram, boolean anonymous, PeriodType periodType) static UserInfoContextRuleBuilder.toUserContext(ProgramService programService, RealizationService realizationService, RuleDTO rule, String username) -
Uses of RealizationService in io.meeds.gamification.service.impl
Classes in io.meeds.gamification.service.impl that implement RealizationServiceConstructors in io.meeds.gamification.service.impl with parameters of type RealizationServiceModifierConstructorDescriptionAnnouncementServiceImpl(AnnouncementStorage announcementStorage, RuleService ruleService, RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.services.listener.ListenerService listenerService)