Uses of Class
org.exoplatform.kudos.model.KudosPeriodType
-
Packages that use KudosPeriodType Package Description org.exoplatform.kudos.model org.exoplatform.kudos.service org.exoplatform.kudos.service.utils -
-
Uses of KudosPeriodType in org.exoplatform.kudos.model
Fields in org.exoplatform.kudos.model declared as KudosPeriodType Modifier and Type Field Description static KudosPeriodTypeKudosPeriodType. DEFAULTMethods in org.exoplatform.kudos.model that return KudosPeriodType Modifier and Type Method Description KudosPeriodTypeGlobalSettings. getKudosPeriodType()static KudosPeriodTypeKudosPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static KudosPeriodType[]KudosPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.kudos.model with parameters of type KudosPeriodType Modifier and Type Method Description voidGlobalSettings. setKudosPeriodType(KudosPeriodType kudosPeriodType)Constructors in org.exoplatform.kudos.model with parameters of type KudosPeriodType Constructor Description GlobalSettings(String accessPermission, long kudosPerPeriod, KudosPeriodType kudosPeriodType) -
Uses of KudosPeriodType in org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return KudosPeriodType Modifier and Type Method Description KudosPeriodTypeKudosService. getDefaultKudosPeriodType()Methods in org.exoplatform.kudos.service with parameters of type KudosPeriodType Modifier and Type Method Description List<Kudos>KudosService. getKudosByPeriod(long dateInSeconds, KudosPeriodType periodType, int limit)Retrieves the list of kudos sent in a period of time.KudosPeriodKudosService. getKudosPeriodOfTime(KudosPeriodType periodType, long dateInSeconds) -
Uses of KudosPeriodType in org.exoplatform.kudos.service.utils
Methods in org.exoplatform.kudos.service.utils that return KudosPeriodType Modifier and Type Method Description static KudosPeriodTypeUtils. getPeriodType(GlobalSettings globalSettings)
-