Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.updateApplicationConfigurationProperties(Map<ApplicationConfigurationPropertyConstant,String> settings)
Updates a collection of application configuration properties.
|
void |
ConfigurationManager.updateStartupProperties(Map<CoreConfigurationPropertyConstant,String> settings)
Update the startup properties.
|
void |
ConfigurationManager.updateStartupProperty(CoreConfigurationPropertyConstant property,
String value)
Updates a startup property.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreProperty.setValue(String value)
Saves the value for this property.
|
Modifier and Type | Method and Description |
---|---|
StartupProperties |
CommunoteInstaller.updateDatabaseSettings(DatabaseType type,
Map<CoreConfigurationPropertyConstant,String> settings)
Update the database settings and return the resulting configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertiesManager.updateApplicationConfigurationProperties(Map<ApplicationConfigurationPropertyConstant,String> settings) |
void |
ConfigurationPropertiesManager.updateStartupProperties(Map<CoreConfigurationPropertyConstant,String> settings) |
void |
ConfigurationPropertiesManager.updateStartupProperty(CoreConfigurationPropertyConstant property,
String value) |
Modifier and Type | Method and Description |
---|---|
StartupProperties |
CommunoteInstallerImpl.updateDatabaseSettings(DatabaseType dbType,
Map<CoreConfigurationPropertyConstant,String> settings) |
Modifier and Type | Method and Description |
---|---|
void |
MailSenderImpl.updateSettings(Map<ApplicationPropertyMailing,String> settings) |
void |
MailSender.updateSettings(Map<ApplicationPropertyMailing,String> settings)
Update the mail-out configuration so that subsequent calls to
MailSender.send(MailMessage) will
use the new settings. |
Copyright © 2019 Communote team. All rights reserved.