Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.BadgeDTO
Packages that use BadgeDTO
Package
Description
-
Uses of BadgeDTO in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type BadgeDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponseManageBadgesEndpoint.updateBadge(javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, BadgeDTO badgeDTO) -
Uses of BadgeDTO in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration that return BadgeDTOModifier and TypeMethodDescriptionAdd Badge to DBBadgeService.findBadgeById(Long badgeId) Find a BadgeEntity by idBadgeService.findBadgeByTitle(String badgeTitle) Find a BadgeEntity by titleBadgeService.findBadgeByTitleAndDomain(String badgeTitle, long domainId) Find a BadgeEntity by titleBadgeService.updateBadge(BadgeDTO badgeDTO) Update Badge to DBMethods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type BadgeDTOModifier and TypeMethodDescriptionBadgeService.findBadgesByDomain(long domainId) BadgeService.findEnabledBadgesByDomain(long badgeDomainId) BadgeService.getAllBadges()Return all badges within the DBBadgeService.getAllBadgesWithNullDomain()Get all Rules by with null DomainDTO from DBMethods in org.exoplatform.addons.gamification.service.configuration with parameters of type BadgeDTO -
Uses of BadgeDTO in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return BadgeDTOModifier and TypeMethodDescriptionstatic BadgeDTOBadgeMapper.badgeToBadgeDTO(BadgeEntity badgeEntity) Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type BadgeDTOMethods in org.exoplatform.addons.gamification.service.mapper with parameters of type BadgeDTOModifier and TypeMethodDescriptionstatic BadgeEntityBadgeMapper.badgeDTOToBadge(BadgeDTO badgeDTO)