public class WebSettingService
extends org.youngmonkeys.ezyplatform.service.MutableSettingService
| Constructor | Description |
|---|---|
WebSettingService(org.youngmonkeys.ezyplatform.concurrent.Scheduler scheduler,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
WebFileSystemManager fileSystemManager,
WebSettingRepository settingRepository,
WebModelToEntityConverter modelToEntityConverter) |
| Modifier and Type | Method | Description |
|---|---|---|
Set<String> |
getAutoPassManagementUris() |
|
protected org.youngmonkeys.ezyplatform.entity.Setting |
getChangedSetting(String name,
LocalDateTime lastUpdatedTime) |
|
String |
getMediaUpDownloaderName() |
|
int |
getUserMaxLoginFailures() |
|
String |
getWebDateFormat() |
|
String |
getWebDateMinuteFormat() |
|
String |
getWebDateTimeFormat() |
|
String |
getWebTimeFormat() |
|
boolean |
isAllowSearchMediaByLikeOperator() |
|
boolean |
isAllowSearchUserByLikeOperator() |
encryptValue, encryptValue, removeSetting, removeSetting, saveSetting, setArrayValue, setBooleanValue, setIntValue, setLastUpdateTime, setLastUpdateTime, setLongValue, setObjectValue, setPasswordValue, setTextValue, setUrlValueaddValueConverter, cacheValueIfNotNull, convertValue, decryptValue, decryptValue, getAllDataTypes, getAndParseValue, getCachedValue, getDecryptionValue, getEncryptionKey, getObjectValue, getSettingValue, scheduleCacheValue, watchEncryptionKeysFile, watchLastUpdatedTime, watchLastUpdatedTimeAndCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainSetting, getAcceptedMediaMimeTypes, getAdminDateFormat, getAdminDateMinuteFormat, getAdminDateTimeFormat, getAdminTimeFormat, getAdminUrl, getArrayValue, getBooleanValue, getBooleanValue, getCachedValue, getIntValue, getIntValue, getListStringValue, getListStringValue, getListValue, getLongValue, getLongValue, getMaxUploadFileSize, getNodeName, getObjectValue, getObjectValueOrDefault, getPaginationCountLimit, getPasswordValue, getSetStringValue, getSetStringValue, getSetValue, getTextValue, getTextValue, getUserTokenExpiredTimeInDay, getWebManagementUrl, getWebSiteName, getWebsocketUrl, getWebUrl, isAllowSendStatisticsData, isUserAccessTokenHttpOnly, randomWebEmail, resolveAdminUri, resolveWebManagementUri, resolveWebUri, saveSetting, scheduleCacheValue, watchLastUpdatedTime, watchLastUpdatedTimeAndCachepublic WebSettingService(org.youngmonkeys.ezyplatform.concurrent.Scheduler scheduler,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
WebFileSystemManager fileSystemManager,
WebSettingRepository settingRepository,
WebModelToEntityConverter modelToEntityConverter)
public int getUserMaxLoginFailures()
protected org.youngmonkeys.ezyplatform.entity.Setting getChangedSetting(String name, LocalDateTime lastUpdatedTime)
getChangedSetting in class org.youngmonkeys.ezyplatform.service.DefaultSettingServicepublic String getWebDateFormat()
public String getWebTimeFormat()
public String getWebDateTimeFormat()
public String getWebDateMinuteFormat()
public boolean isAllowSearchUserByLikeOperator()
public boolean isAllowSearchMediaByLikeOperator()
public String getMediaUpDownloaderName()
Copyright © 2026 Young Monkeys. All rights reserved.