Uses of Enum Class
org.exoplatform.addons.gamification.service.dto.configuration.constant.PeriodType
Packages that use PeriodType
Package
Description
Spring Framework configuration files.
-
Uses of PeriodType in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type PeriodTypeModifier and TypeMethodDescriptionstatic ChallengeRestEntityEntityBuilder.fromChallenge(AnnouncementService announcementService, Challenge challenge, int announcementsPerChallenge, boolean noDomain, PeriodType periodType) -
Uses of PeriodType in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service with parameters of type PeriodTypeModifier and TypeMethodDescriptionAnnouncementService.findAllAnnouncementByChallenge(long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) Retrieves all Announcements by challengeId. -
Uses of PeriodType in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type PeriodTypeModifier and TypeMethodDescriptionAnnouncementServiceImpl.findAllAnnouncementByChallenge(long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) -
Uses of PeriodType in org.exoplatform.addons.gamification.service.dto.configuration.constant
Methods in org.exoplatform.addons.gamification.service.dto.configuration.constant that return PeriodTypeModifier and TypeMethodDescriptionstatic PeriodTypeReturns the enum constant of this class with the specified name.static PeriodType[]PeriodType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PeriodType in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage with parameters of type PeriodTypeModifier and TypeMethodDescriptionAnnouncementStorage.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) -
Uses of PeriodType in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao with parameters of type PeriodTypeModifier and TypeMethodDescriptionGamificationHistoryDAO.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType)