Uses of Enum Class
io.meeds.gamification.constant.PeriodType
Packages that use PeriodType
Package
Description
-
Uses of PeriodType in io.meeds.gamification.constant
Methods in io.meeds.gamification.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 io.meeds.gamification.rest
Methods in io.meeds.gamification.rest with parameters of type PeriodTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseRuleRest.getRules(jakarta.servlet.http.HttpServletRequest request, int offset, int limit, long programId, List<Long> spaceIds, String eventName, EntityFilterType ruleType, EntityStatusType programStatus, EntityStatusType ruleStatus, DateFilterType dateFilter, String term, boolean favorites, List<String> tagNames, String sortField, boolean sortDescending, boolean includeDeleted, int realizationsLimit, boolean groupByProgram, boolean orderByRealizations, List<Long> excludedRuleIds, PeriodType periodType, boolean returnSize, String lang, String expand) -
Uses of PeriodType in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type PeriodTypeModifier and TypeMethodDescriptionstatic RuleRestEntityRuleBuilder.toRestEntity(ProgramService programService, RuleService ruleService, RealizationService realizationService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.common.xmlprocessor.XMLProcessor xmlProcessor, org.exoplatform.portal.config.UserACL userAcl, RuleDTO rule, Locale locale, List<String> expandFields, int realizationsLimit, boolean noProgram, boolean anonymous, PeriodType periodType)