Uses of Interface
io.meeds.gamification.service.ProgramService
Packages that use ProgramService
Package
Description
-
Uses of ProgramService in io.meeds.gamification.listener
Fields in io.meeds.gamification.listener declared as ProgramServiceModifier and TypeFieldDescriptionprotected ProgramServiceProgramAudienceUpdatedListener.programServiceprotected ProgramServiceProgramDeletedBadgeListener.programServiceprotected ProgramServiceProgramDeletedRuleListener.programServiceprotected ProgramServiceProgramSpaceListener.programServiceConstructors in io.meeds.gamification.listener with parameters of type ProgramServiceModifierConstructorDescriptionProgramAudienceUpdatedListener(ProgramService programService, RuleService ruleService, org.exoplatform.social.core.manager.ActivityManager activityManager) ProgramAutoDisableListener(ProgramService programService, RuleService ruleService) ProgramDeletedBadgeListener(ProgramService programService, BadgeService badgeService) ProgramDeletedRuleListener(ProgramService programService, RuleService ruleService) ProgramModifiedDateUpdaterListener(ProgramService programService, RuleService ruleService) ProgramSpaceListener(ProgramService programService) -
Uses of ProgramService in io.meeds.gamification.plugin
Constructors in io.meeds.gamification.plugin with parameters of type ProgramServiceModifierConstructorDescriptionRuleActivityTypePlugin(ProgramService programService, RuleService ruleService, org.exoplatform.container.xml.InitParams params) RuleAttachmentPlugin(ProgramService programService, RuleService ruleService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager) -
Uses of ProgramService in io.meeds.gamification.rest
Fields in io.meeds.gamification.rest declared as ProgramServiceModifier and TypeFieldDescriptionprotected ProgramServiceLeaderboardRest.programServiceprotected ProgramServiceProgramRest.programServiceprotected ProgramServiceRuleRest.programServiceConstructors in io.meeds.gamification.rest with parameters of type ProgramServiceModifierConstructorDescriptionLeaderboardRest(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) ProgramRest(org.exoplatform.container.PortalContainer portalContainer, ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.manager.IdentityManager identityManager, io.meeds.portal.security.service.SecuritySettingService securitySettingService, org.exoplatform.portal.config.UserACL userAcl) 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(org.exoplatform.container.PortalContainer container, 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) -
Uses of ProgramService in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type ProgramServiceModifier and TypeMethodDescriptionProgramBuilder.buildAdministrators(ProgramService programService, org.exoplatform.portal.config.UserACL userAcl) static List<PiechartLeaderboard> LeaderboardBuilder.buildPiechartLeaderboards(ProgramService programService, io.meeds.social.translation.service.TranslationService translationService, List<PiechartLeaderboard> userStats, String currentUser, Locale locale) static List<ProgramRestEntity> ProgramBuilder.toRestEntities(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.portal.config.UserACL userAcl, Locale locale, List<ProgramDTO> programs, List<String> expandFields, String username) static List<RealizationRestEntity> RealizationBuilder.toRestEntities(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl, List<RealizationDTO> realizations, String currentUsername, Locale locale) static ProgramRestEntityProgramBuilder.toRestEntity(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.portal.config.UserACL userAcl, ProgramDTO program, Locale locale, String username, List<String> expandFields, boolean expandAdministrators) static RealizationRestEntityRealizationBuilder.toRestEntity(ProgramService programService, RuleService ruleService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl, RealizationDTO realization, String currentUsername, Locale locale) 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 UserInfoContextProgramBuilder.toUserContext(ProgramService programService, ProgramDTO program, String username) static UserInfoContextRuleBuilder.toUserContext(ProgramService programService, RealizationService realizationService, RuleDTO rule, String username) -
Uses of ProgramService in io.meeds.gamification.service.impl
Classes in io.meeds.gamification.service.impl that implement ProgramServiceConstructors in io.meeds.gamification.service.impl with parameters of type ProgramServiceModifierConstructorDescriptionRealizationServiceImpl(ProgramService programService, RuleService ruleService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, EventService eventService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, RealizationStorage realizationStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.container.xml.InitParams initParams) RuleServiceImpl(ProgramService programService, EventService eventService, RuleStorage ruleStorage, RuleSearchConnector ruleSearchConnector, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService)