Uses of Class
io.meeds.gamification.entity.BadgeEntity
Packages that use BadgeEntity
Package
Description
Spring Framework configuration files.
-
Uses of BadgeEntity in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao that return BadgeEntityModifier and TypeMethodDescriptionBadgeDAO.findBadgeByTitle(String badgeTitle) BadgeDAO.findBadgeByTitleAndProgramId(String badgeTitle, long programId) Methods in io.meeds.gamification.dao that return types with arguments of type BadgeEntityModifier and TypeMethodDescriptionBadgeDAO.findBadgesByProgramId(long domainId) BadgeDAO.findEnabledBadgesByProgramId(long domainId) BadgeDAO.getAllBadges() -
Uses of BadgeEntity in io.meeds.gamification.storage.mapper
Methods in io.meeds.gamification.storage.mapper that return BadgeEntityMethods in io.meeds.gamification.storage.mapper with parameters of type BadgeEntityModifier and TypeMethodDescriptionstatic BadgeDTOBadgeMapper.fromEntity(ProgramStorage programStorage, BadgeEntity badgeEntity) Method parameters in io.meeds.gamification.storage.mapper with type arguments of type BadgeEntityModifier and TypeMethodDescriptionBadgeMapper.fromEntities(ProgramStorage programStorage, List<BadgeEntity> badges)