Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.constant.HistoryStatus
-
Packages that use HistoryStatus Package Description org.exoplatform.addons.gamification.entities.domain.effective org.exoplatform.addons.gamification.service Spring Framework configuration files.org.exoplatform.addons.gamification.service.configuration org.exoplatform.addons.gamification.service.dto.configuration.constant -
-
Uses of HistoryStatus in org.exoplatform.addons.gamification.entities.domain.effective
Methods in org.exoplatform.addons.gamification.entities.domain.effective that return HistoryStatus Modifier and Type Method Description HistoryStatusGamificationActionsHistory. getStatus()Methods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type HistoryStatus Modifier and Type Method Description voidGamificationActionsHistory. setStatus(HistoryStatus status) -
Uses of HistoryStatus in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service with parameters of type HistoryStatus Modifier and Type Method Description GamificationActionsHistoryDTORealizationsService. updateRealizationStatus(Long gHistoryId, HistoryStatus status, String actionLabel, Long points, String domain)Retrieves all Realizations by Date. -
Uses of HistoryStatus in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type HistoryStatus Modifier and Type Method Description GamificationActionsHistoryDTORealizationsServiceImpl. updateRealizationStatus(Long gHistoryId, HistoryStatus status, String actionLabel, Long points, String domain) -
Uses of HistoryStatus in org.exoplatform.addons.gamification.service.dto.configuration.constant
Methods in org.exoplatform.addons.gamification.service.dto.configuration.constant that return HistoryStatus Modifier and Type Method Description static HistoryStatusHistoryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HistoryStatus[]HistoryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-