Uses of Class
io.meeds.gamification.model.BadgeDTO
Packages that use BadgeDTO
Package
Description
-
Uses of BadgeDTO in io.meeds.gamification.rest
Methods in io.meeds.gamification.rest with parameters of type BadgeDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponseBadgeRest.updateBadge(javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, BadgeDTO badgeDTO) -
Uses of BadgeDTO in io.meeds.gamification.service
Methods in io.meeds.gamification.service that return BadgeDTOModifier and TypeMethodDescriptionAdd Badge to DBBadgeService.findBadgeById(Long badgeId) Find a BadgeEntity by idBadgeService.findBadgeByTitle(String badgeTitle) Find a BadgeEntity by titleBadgeService.findBadgeByTitleAndProgramId(String badgeTitle, long programId) Find a BadgeEntity by titleBadgeService.updateBadge(BadgeDTO badgeDTO) Update Badge to DBMethods in io.meeds.gamification.service that return types with arguments of type BadgeDTOModifier and TypeMethodDescriptionBadgeService.findBadgesByProgramId(long programId) BadgeService.findEnabledBadgesByProgramId(long programId) BadgeService.getAllBadges()Return all badges within the DBMethods in io.meeds.gamification.service with parameters of type BadgeDTO -
Uses of BadgeDTO in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return BadgeDTOModifier and TypeMethodDescriptionstatic BadgeDTOBadgeMapper.fromEntity(ProgramStorage programStorage, BadgeEntity badgeEntity) Methods in io.meeds.gamification.storage.mapper that return types with arguments of type BadgeDTOModifier and TypeMethodDescriptionBadgeMapper.fromEntities(ProgramStorage programStorage, List<BadgeEntity> badges) Methods in io.meeds.gamification.storage.mapper with parameters of type BadgeDTO