Uses of Enum Class
org.exoplatform.kudos.model.KudosPeriodType
Packages that use KudosPeriodType
Package
Description
-
Uses of KudosPeriodType in org.exoplatform.kudos.model
Fields in org.exoplatform.kudos.model declared as KudosPeriodTypeMethods in org.exoplatform.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 org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return KudosPeriodTypeMethods in org.exoplatform.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 org.exoplatform.kudos.service.utils
Methods in org.exoplatform.kudos.service.utils that return KudosPeriodTypeModifier and TypeMethodDescriptionstatic KudosPeriodTypeUtils.getPeriodType(GlobalSettings globalSettings)