Uses of Enum Class
io.meeds.kudos.model.KudosPeriodType
Packages that use KudosPeriodType
-
Uses of KudosPeriodType in io.meeds.kudos.model
Fields in io.meeds.kudos.model declared as KudosPeriodTypeMethods in io.meeds.kudos.model that return KudosPeriodTypeModifier and TypeMethodDescriptionstatic KudosPeriodTypeReturns the enum constant of this class with the specified name.static KudosPeriodType[]KudosPeriodType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of KudosPeriodType in io.meeds.kudos.service
Methods in io.meeds.kudos.service that return KudosPeriodTypeMethods in io.meeds.kudos.service with parameters of type KudosPeriodTypeModifier and TypeMethodDescriptionKudosService.getKudosByPeriod(long dateInSeconds, KudosPeriodType periodType, int limit) Retrieves the list of kudos sent in a period of time.KudosService.getKudosPeriodOfTime(KudosPeriodType periodType, long dateInSeconds) -
Uses of KudosPeriodType in io.meeds.kudos.service.utils
Methods in io.meeds.kudos.service.utils that return KudosPeriodTypeModifier and TypeMethodDescriptionstatic KudosPeriodTypeUtils.getPeriodType(GlobalSettings globalSettings)