Uses of Class
io.meeds.gamification.rest.model.ProgramRestEntity
Packages that use ProgramRestEntity
-
Uses of ProgramRestEntity in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder that return ProgramRestEntityModifier and TypeMethodDescriptionstatic 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) Methods in io.meeds.gamification.rest.builder that return types with arguments of type ProgramRestEntityModifier and TypeMethodDescriptionstatic 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)