This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| pr_methods:validatesettings [2023/04/05 06:25] – ↷ Links adapted because of a move operation sean | pr_methods:validatesettings [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 |
|---|
| {{tag>Programmers_Reference Methods IChannelSettingsEditor IChannelSettingsEditor_Methods ValidateSettings}} | {{tag>Index Programmers_Reference Methods IChannelSettingsEditor ValidateSettings Index}} |
| ====validateSettings (Properties, int)==== | ====validateSettings (Properties, int)==== |
| <code java>public void validateSettings (Properties settings, int intelligenceType) | <code java>public void validateSettings (Properties settings, int intelligenceType) |
| The exception if channel settings are invalid. | The exception if channel settings are invalid. |
| |
| <callout type="primary" title="note" icon="true">If you want //**Aware IM**// to build the channel with the intelligent business object when the //**Aware IM**// server starts up so that //**Aware IM**// receives notifications from the business object, set the value of ''CommonConstants.CHANNEL_SETTINGS_BUILD_NOTIF_CHANNEL'' to be "true" in the channel settings.</callout> | <callout type="primary" title="note" icon="true">If you want //**AwareIM**// to build the channel with the intelligent business object when the //**AwareIM**// server starts up so that //**AwareIM**// receives notifications from the business object, set the value of ''CommonConstants.CHANNEL_SETTINGS_BUILD_NOTIF_CHANNEL'' to be "true" in the channel settings.</callout> |
| |
| Below is an example of the Channel Settings Editor that edits the settings of the E-mail channel: | Below is an example of the Channel Settings Editor that edits the settings of the E-mail channel: |