Uses of Class
org.exoplatform.kudos.model.GlobalSettings
Packages that use GlobalSettings
Package
Description
-
Uses of GlobalSettings in org.exoplatform.kudos.model
Methods in org.exoplatform.kudos.model that return GlobalSettingsModifier and TypeMethodDescriptionGlobalSettings.clone()static final GlobalSettingsGlobalSettings.parseStringToObject(String jsonString) -
Uses of GlobalSettings in org.exoplatform.kudos.rest
Methods in org.exoplatform.kudos.rest with parameters of type GlobalSettingsModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseKudosSettingsREST.saveSettings(GlobalSettings settings) -
Uses of GlobalSettings in org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return GlobalSettingsMethods in org.exoplatform.kudos.service with parameters of type GlobalSettingsModifier and TypeMethodDescriptionvoidKudosService.saveGlobalSettings(GlobalSettings settings) Stores new parameters of Kudos module -
Uses of GlobalSettings in org.exoplatform.kudos.service.utils
Methods in org.exoplatform.kudos.service.utils with parameters of type GlobalSettingsModifier and TypeMethodDescriptionstatic KudosPeriodUtils.getCurrentPeriod(GlobalSettings globalSettings) static KudosPeriodUtils.getPeriodOfTime(GlobalSettings globalSettings, LocalDateTime localDateTime) static KudosPeriodTypeUtils.getPeriodType(GlobalSettings globalSettings)