Uses of Class
org.exoplatform.addons.gamification.entities.domain.configuration.BadgeEntity
-
Packages that use BadgeEntity Package Description org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper org.exoplatform.addons.gamification.storage.dao Spring Framework configuration files. -
-
Uses of BadgeEntity in org.exoplatform.addons.gamification.service.dto.configuration
Constructors in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type BadgeEntity Constructor Description BadgeDTO(BadgeEntity badgeEntity) -
Uses of BadgeEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return BadgeEntity Modifier and Type Method Description BadgeEntityBadgeMapper. badgeDTOToBadge(BadgeDTO badgeDTO)BadgeEntityBadgeMapper. badgeFromId(Long id)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type BadgeEntity Modifier and Type Method Description List<BadgeEntity>BadgeMapper. badgeDTOsToBadges(List<BadgeDTO> BadgeDTOs)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type BadgeEntity Modifier and Type Method Description BadgeDTOBadgeMapper. badgeToBadgeDTO(BadgeEntity badge)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type BadgeEntity Modifier and Type Method Description List<BadgeDTO>BadgeMapper. badgesToBadgeDTOs(List<BadgeEntity> badges) -
Uses of BadgeEntity in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return BadgeEntity Modifier and Type Method Description BadgeEntityBadgeDAO. findBadgeByTitle(String badgeTitle)BadgeEntityBadgeDAO. findBadgeByTitleAndDomain(String badgeTitle, String domain)Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type BadgeEntity Modifier and Type Method Description List<BadgeEntity>BadgeDAO. findBadgesByDomain(String domain)List<BadgeEntity>BadgeDAO. findEnabledBadgesByDomain(String domain)List<BadgeEntity>BadgeDAO. getAllBadges()List<BadgeEntity>BadgeDAO. getAllBadgesWithNullDomain()
-