Uses of Class
io.meeds.gamification.model.ProgramDescriptor
Packages that use ProgramDescriptor
-
Uses of ProgramDescriptor in io.meeds.gamification.service.injection
Methods in io.meeds.gamification.service.injection that return types with arguments of type ProgramDescriptorModifier and TypeMethodDescriptionprotected List<ProgramDescriptor> ProgramImportService.parseProgramDescriptors(URL url) Methods in io.meeds.gamification.service.injection with parameters of type ProgramDescriptorModifier and TypeMethodDescriptionprotected voidProgramImportService.importProgram(ProgramDescriptor d, long oldId) protected voidProgramImportService.importProgramDescriptor(ProgramDescriptor descriptor) protected ProgramDTOProgramImportService.saveProgram(ProgramDescriptor d, long oldId) protected voidProgramImportService.saveProgramDescriptions(ProgramDescriptor d, ProgramDTO programDTO) protected voidProgramImportService.saveProgramNames(ProgramDescriptor d, ProgramDTO programDTO)