Uses of Class
io.meeds.gamification.service.BadgeService
Packages that use BadgeService
Package
Description
-
Uses of BadgeService in io.meeds.gamification.listener
Fields in io.meeds.gamification.listener declared as BadgeServiceConstructors in io.meeds.gamification.listener with parameters of type BadgeServiceModifierConstructorDescriptionProgramDeletedBadgeListener(ProgramService programService, BadgeService badgeService) -
Uses of BadgeService in io.meeds.gamification.rest
Fields in io.meeds.gamification.rest declared as BadgeServiceModifier and TypeFieldDescriptionprotected final BadgeServiceBadgeRest.badgeServiceprotected final BadgeServiceUserReputationEndpoint.badgeServiceConstructors in io.meeds.gamification.rest with parameters of type BadgeServiceModifierConstructorDescriptionBadgeRest(BadgeService badgeService, RuleService ruleService, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.core.manager.IdentityManager identityManager) UserReputationEndpoint(RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, BadgeService badgeService, org.exoplatform.commons.file.services.FileService fileService) -
Uses of BadgeService in io.meeds.gamification.service.impl
Constructors in io.meeds.gamification.service.impl with parameters of type BadgeServiceModifierConstructorDescriptionBadgeRegistryImpl(org.exoplatform.commons.file.services.FileService fileService, BadgeService badgeService)