Uses of Enum Class
org.exoplatform.addons.gamification.service.dto.configuration.constant.HistoryStatus
Packages that use HistoryStatus
Package
Description
-
Uses of HistoryStatus in org.exoplatform.addons.gamification.entities.domain.effective
Methods in org.exoplatform.addons.gamification.entities.domain.effective that return HistoryStatusMethods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type HistoryStatusModifier and TypeMethodDescriptionvoidGamificationActionsHistory.setStatus(HistoryStatus status) -
Uses of HistoryStatus in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service with parameters of type HistoryStatusModifier and TypeMethodDescriptionRealizationsService.updateRealizationStatus(Long gHistoryId, HistoryStatus status, String actionLabel, Long points) 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 HistoryStatusModifier and TypeMethodDescriptionRealizationsServiceImpl.updateRealizationStatus(Long gHistoryId, HistoryStatus status, String actionLabel, Long points) -
Uses of HistoryStatus in org.exoplatform.addons.gamification.service.dto.configuration.constant
Methods in org.exoplatform.addons.gamification.service.dto.configuration.constant that return HistoryStatusModifier and TypeMethodDescriptionstatic HistoryStatusReturns the enum constant of this class with the specified name.static HistoryStatus[]HistoryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.