Uses of Class
org.exoplatform.kudos.model.GlobalSettings
-
Packages that use GlobalSettings Package Description org.exoplatform.kudos.model org.exoplatform.kudos.rest org.exoplatform.kudos.service org.exoplatform.kudos.service.utils -
-
Uses of GlobalSettings in org.exoplatform.kudos.model
Methods in org.exoplatform.kudos.model that return GlobalSettings Modifier and Type Method Description GlobalSettingsGlobalSettings. clone()static GlobalSettingsGlobalSettings. parseStringToObject(String jsonString) -
Uses of GlobalSettings in org.exoplatform.kudos.rest
Methods in org.exoplatform.kudos.rest with parameters of type GlobalSettings Modifier and Type Method Description javax.ws.rs.core.ResponseKudosSettingsREST. saveSettings(GlobalSettings settings) -
Uses of GlobalSettings in org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return GlobalSettings Modifier and Type Method Description GlobalSettingsKudosService. getGlobalSettings()Methods in org.exoplatform.kudos.service with parameters of type GlobalSettings Modifier and Type Method Description voidKudosService. 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 GlobalSettings Modifier and Type Method Description static KudosPeriodUtils. getCurrentPeriod(GlobalSettings globalSettings)static KudosPeriodUtils. getPeriodOfTime(GlobalSettings globalSettings, LocalDateTime localDateTime)static KudosPeriodTypeUtils. getPeriodType(GlobalSettings globalSettings)
-