Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.BadgeDTO
-
Packages that use BadgeDTO Package Description org.exoplatform.addons.gamification.rest org.exoplatform.addons.gamification.service.configuration org.exoplatform.addons.gamification.service.mapper -
-
Uses of BadgeDTO in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type BadgeDTO Modifier and Type Method Description javax.ws.rs.core.ResponseManageBadgesEndpoint. addBadge(javax.ws.rs.core.UriInfo uriInfo, BadgeDTO badgeDTO)javax.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 BadgeDTO Modifier and Type Method Description BadgeDTOBadgeService. addBadge(BadgeDTO badgeDTO)Add Badge to DBBadgeDTOBadgeService. findBadgeById(Long badgeId)Find a BadgeEntity by idBadgeDTOBadgeService. findBadgeByTitle(String badgeTitle)Find a BadgeEntity by titleBadgeDTOBadgeService. findBadgeByTitleAndDomain(String badgeTitle, String domain)Find a BadgeEntity by titleBadgeDTOBadgeService. updateBadge(BadgeDTO badgeDTO)Update Badge to DBMethods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type BadgeDTO Modifier and Type Method Description List<BadgeDTO>BadgeService. findBadgesByDomain(String badgeDomain)List<BadgeDTO>BadgeService. findEnabledBadgesByDomain(String badgeDomain)List<BadgeDTO>BadgeService. getAllBadges()Return all badges within the DBList<BadgeDTO>BadgeService. getAllBadgesWithNullDomain()Get all Rules by with null DomainDTO from DBMethods in org.exoplatform.addons.gamification.service.configuration with parameters of type BadgeDTO Modifier and Type Method Description BadgeDTOBadgeService. addBadge(BadgeDTO badgeDTO)Add Badge to DBBadgeDTOBadgeService. updateBadge(BadgeDTO badgeDTO)Update Badge to DB -
Uses of BadgeDTO in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return BadgeDTO Modifier and Type Method Description BadgeDTOBadgeMapper. badgeToBadgeDTO(BadgeEntity badge)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type BadgeDTO Modifier and Type Method Description List<BadgeDTO>BadgeMapper. badgesToBadgeDTOs(List<BadgeEntity> badges)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type BadgeDTO Modifier and Type Method Description BadgeEntityBadgeMapper. badgeDTOToBadge(BadgeDTO badgeDTO)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type BadgeDTO Modifier and Type Method Description List<BadgeEntity>BadgeMapper. badgeDTOsToBadges(List<BadgeDTO> BadgeDTOs)
-