Uses of Class
org.exoplatform.addons.gamification.entities.domain.configuration.BadgeEntity
Packages that use BadgeEntity
Package
Description
Spring Framework configuration files.
-
Uses of BadgeEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return BadgeEntityModifier and TypeMethodDescriptionstatic BadgeEntityBadgeMapper.badgeDTOToBadge(BadgeDTO badgeDTO) Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type BadgeEntityModifier and TypeMethodDescriptionstatic BadgeDTOBadgeMapper.badgeToBadgeDTO(BadgeEntity badgeEntity) Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type BadgeEntity -
Uses of BadgeEntity in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return BadgeEntityModifier and TypeMethodDescriptionBadgeDAO.findBadgeByTitle(String badgeTitle) BadgeDAO.findBadgeByTitleAndDomain(String badgeTitle, long domainId) Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type BadgeEntityModifier and TypeMethodDescriptionBadgeDAO.findBadgesByDomain(long domainId) BadgeDAO.findEnabledBadgesByDomain(long domainId) BadgeDAO.getAllBadges()BadgeDAO.getAllBadgesWithNullDomain()