public class AdminSettingService
extends org.youngmonkeys.ezyplatform.service.MutableSettingService
| Constructor | Description |
|---|---|
AdminSettingService(org.youngmonkeys.ezyplatform.concurrent.Scheduler scheduler,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
AdminFileSystemManager fileSystemManager,
AdminSettingRepository settingRepository,
AdminEntityToModelConverter entityToModelConverter,
AdminModelToEntityConverter modelToEntityConverter) |
encryptValue, encryptValue, removeSetting, removeSetting, saveSetting, setArrayValue, setBooleanValue, setIntValue, setLastUpdateTime, setLastUpdateTime, setLongValue, setObjectValue, setPasswordValue, setTextValue, setUrlValueaddValueConverter, cacheValueIfNotNull, convertValue, decryptValue, decryptValue, getAllDataTypes, getAndParseValue, getCachedValue, getChangedSetting, getDecryptionValue, getEncryptionKey, getObjectValue, getSettingValue, getSettingValueDataTypeMapByNames, getSettingValueMapByNames, scheduleCacheValue, watchLastUpdatedTime, watchLastUpdatedTimeAndCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainSetting, getArrayValue, getBooleanValue, getBooleanValue, getCachedValue, getIntValue, getIntValue, getListStringValue, getListStringValue, getListValue, getLongValue, getLongValue, getMaxReducedImageFileSize, getNodeName, getObjectValue, getObjectValueOrDefault, getPaginationCountLimit, getPasswordValue, getSetStringValue, getSetStringValue, getSetValue, getTextValue, getTextValue, getUserTokenExpiredTimeInDay, getWebDateFormat, getWebDateMinuteFormat, getWebDateTimeFormat, getWebManagementUrl, getWebSiteName, getWebsocketUrl, getWebTimeFormat, getWebUrl, isAdminAccessTokenHttpOnly, isAllowSendStatisticsData, isKeepOriginalSizeImageFile, isUserAccessTokenHttpOnly, isWebAllowReplaceMedia, randomWebEmail, resolveAdminUri, resolveWebManagementUri, resolveWebUri, saveSetting, scheduleCacheValue, watchLastUpdatedTime, watchLastUpdatedTimeAndCachepublic AdminSettingService(org.youngmonkeys.ezyplatform.concurrent.Scheduler scheduler,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
AdminFileSystemManager fileSystemManager,
AdminSettingRepository settingRepository,
AdminEntityToModelConverter entityToModelConverter,
AdminModelToEntityConverter modelToEntityConverter)
protected void watchEncryptionKeysFile()
watchEncryptionKeysFile in class org.youngmonkeys.ezyplatform.service.DefaultSettingServicepublic void setNodeName(String nodeName)
public void setPaginationCountLimit(int limit)
public void setAdminDateFormat(String format)
public void setAdminTimeFormat(String format)
public void setAdminDateTimeFormat(String format)
public void setAdminDateMinuteFormat(String format)
public void setWebDateFormat(String format)
public void setWebTimeFormat(String format)
public void setWebDateTimeFormat(String format)
public void setWebDateMinuteFormat(String format)
public void setAdminUrl(String webUrl)
public void setWebUrl(String webUrl)
public void setWebManagementUrl(String webManagementUrl)
public void setWebSocketUrl(String webSocketUrl)
public void saveEncryptionValue(SaveSettingModel model)
public void saveSetting(SaveSettingModel model)
public SettingModel addNewSetting(SaveSettingModel model)
public void addNewSettingIfNotExists(String settingName, com.tvd12.ezyfox.function.EzySupplier<SaveSettingModel> supplier)
public void addNewSettingIfNotExists(String settingName, com.tvd12.ezyfox.function.EzySupplier<SaveSettingModel> supplier, boolean setLastUpdateTimeIfNotExists)
public void addNewSettingIfNotExists(SaveSettingModel model)
public void addNewSettingIfNotExists(SaveSettingModel model, boolean setLastUpdateTimeIfNotExists)
public long countAllSettings()
public List<SettingModel> getAllSettings()
public long getAdminTokenExpiredTimeInDay()
public String getAdminMaxUploadFileSizeText()
public String getAdminMaxUploadImageFileSizeText()
public long getMaxUploadFileSize()
public long getMaxUploadImageFileSize()
public String getMaxReducedImageFileSizeText()
public long getMaxProjectBundleFileSize()
public void setAllowReduceMediaFileSize(boolean value)
public boolean isAllowReduceMediaFileSize()
public void setAllowPermanentlyDeleteMedia(boolean value)
public boolean isAllowPermanentlyDeleteMedia()
public String getAdminUrl()
public String getAdminEzyPlatformLogoUrl()
public String getAdminEzyPlatformCopyright()
public void setAdminMaxUploadFileSize(String value)
public void setAdminMaxUploadImageFileSize(String value)
public void setMaxReducedImageFileSize(String value)
public void setKeepOriginalSizeImageFile(boolean value)
public void setAdminAcceptedMediaMimeTypes(Set<String> acceptedTypes)
public void saveRegularSettings(RegularSettingsModel model)
public RegularSettingsModel getRegularSettings()
public void saveAdminLoginSettings(AdminLoginSettingsModel model)
public org.youngmonkeys.ezyplatform.rx.RxOperation getAdminLoginSettings()
public int getAdminMaxLoginFailures()
public long getAdminResetPasswordTokenExpiredInDay()
public void setAdminAllowSearchUserByLikeOperator(boolean value)
public boolean isAllowSearchUserByLikeOperator()
public void setAdminAllowSearchMediaByLikeOperator(boolean value)
public boolean isAllowSearchMediaByLikeOperator()
public void setAdminAllowSearchAdminByLikeOperator(boolean value)
public boolean isAllowSearchAdminByLikeOperator()
public void setWebAllowSearchUserByLikeOperator(boolean value)
public void setWebAllowSearchMediaByLikeOperator(boolean value)
public void setWebMaxUploadFileSize(String value)
public String getWebMaxUploadFileSizeText()
public void setWebMaxUploadImageFileSize(String value)
public String getWebMaxUploadImageFileSizeText()
public void setWebAllowReplaceMedia(boolean value)
public boolean isWebAllowReduceMediaFileSize()
public void setWebAllowReduceMediaFileSize(boolean value)
public boolean isWebAllowPermanentlyDeleteMedia()
public void setWebAllowPermanentlyDeleteMedia(boolean value)
public boolean isWebAllowSearchUserByLikeOperator()
public boolean isWebAllowSearchMediaByLikeOperator()
public void setNumberOfMediaPerPage(int value)
public int getNumberOfMediaPerPage()
public String getAdminDateFormat()
public String getAdminTimeFormat()
public String getAdminDateTimeFormat()
public String getAdminDateMinuteFormat()
public boolean isAllowReloadDataAppender()
public void setAllowReloadDataAppender(boolean allow)
public String getAdminSsoAllowedOriginsText()
public void changeEncryptionKey(String newEncryptionKey, boolean reEncrypt)
public void setDataCountAppenderStarted(boolean value)
public boolean isDataCountAppenderStarted()
public String getMediaUpDownloaderName()
Copyright © 2026 Young Monkeys. All rights reserved.