Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.GamificationActionsHistoryDTO
-
Packages that use GamificationActionsHistoryDTO Package Description org.exoplatform.addons.gamification.service Spring Framework configuration files.org.exoplatform.addons.gamification.service.configuration org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper org.exoplatform.addons.gamification.storage -
-
Uses of GamificationActionsHistoryDTO in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service that return GamificationActionsHistoryDTO Modifier and Type Method Description GamificationActionsHistoryDTORealizationsService. updateRealizationStatus(Long gHistoryId, HistoryStatus status, String actionLabel, Long points, String domain)Retrieves all Realizations by Date.Methods in org.exoplatform.addons.gamification.service that return types with arguments of type GamificationActionsHistoryDTO Modifier and Type Method Description List<GamificationActionsHistoryDTO>RealizationsService. getAllRealizationsByDate(String fromDate, String toDate, int offset, int limit)Retrieves all Realizations by Date. -
Uses of GamificationActionsHistoryDTO in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration that return GamificationActionsHistoryDTO Modifier and Type Method Description GamificationActionsHistoryDTORealizationsServiceImpl. updateRealizationStatus(Long gHistoryId, HistoryStatus status, String actionLabel, Long points, String domain)Methods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type GamificationActionsHistoryDTO Modifier and Type Method Description List<GamificationActionsHistoryDTO>RealizationsServiceImpl. getAllRealizationsByDate(String fromDate, String toDate, int offset, int limit) -
Uses of GamificationActionsHistoryDTO in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return GamificationActionsHistoryDTO Modifier and Type Method Description GamificationActionsHistoryDTOGamificationActionsHistoryDTO. clone() -
Uses of GamificationActionsHistoryDTO in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return GamificationActionsHistoryDTO Modifier and Type Method Description static GamificationActionsHistoryDTOGamificationActionsHistoryMapper. fromEntity(GamificationActionsHistory gamificationActionsHistoryEntity)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type GamificationActionsHistoryDTO Modifier and Type Method Description static List<GamificationActionsHistoryDTO>GamificationActionsHistoryMapper. fromEntities(List<GamificationActionsHistory> gamificationActionsHistoryEntities)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type GamificationActionsHistoryDTO Modifier and Type Method Description static GamificationActionsHistoryGamificationActionsHistoryMapper. toEntity(GamificationActionsHistoryDTO gamificationActionsHistoryDTO)static GamificationActionsHistoryRestEntityGamificationActionsHistoryMapper. toRestEntity(GamificationActionsHistoryDTO gHistory)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type GamificationActionsHistoryDTO Modifier and Type Method Description static List<GamificationActionsHistoryRestEntity>GamificationActionsHistoryMapper. toRestEntities(List<GamificationActionsHistoryDTO> gamificationActionsHistories) -
Uses of GamificationActionsHistoryDTO in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return GamificationActionsHistoryDTO Modifier and Type Method Description GamificationActionsHistoryDTORealizationsStorage. getRealizationById(Long id)GamificationActionsHistoryDTORealizationsStorage. updateRealizationStatus(GamificationActionsHistoryDTO gamificationActionsHistory)Methods in org.exoplatform.addons.gamification.storage that return types with arguments of type GamificationActionsHistoryDTO Modifier and Type Method Description List<GamificationActionsHistoryDTO>RealizationsStorage. getAllRealizationsByDate(Date fromDate, Date toDate, int offset, int limit)Methods in org.exoplatform.addons.gamification.storage with parameters of type GamificationActionsHistoryDTO Modifier and Type Method Description GamificationActionsHistoryDTORealizationsStorage. updateRealizationStatus(GamificationActionsHistoryDTO gamificationActionsHistory)
-