Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.GamificationActionsHistoryRestEntity
-
Packages that use GamificationActionsHistoryRestEntity Package Description org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper -
-
Uses of GamificationActionsHistoryRestEntity in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return GamificationActionsHistoryRestEntity Modifier and Type Method Description GamificationActionsHistoryRestEntityGamificationActionsHistoryRestEntity. clone() -
Uses of GamificationActionsHistoryRestEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return GamificationActionsHistoryRestEntity Modifier and Type Method Description static GamificationActionsHistoryRestEntityGamificationActionsHistoryMapper. toRestEntity(GamificationActionsHistoryDTO gHistory)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type GamificationActionsHistoryRestEntity Modifier and Type Method Description static List<GamificationActionsHistoryRestEntity>GamificationActionsHistoryMapper. toRestEntities(List<GamificationActionsHistoryDTO> gamificationActionsHistories)
-