Package | Description |
---|---|
com.communote.server.core.user |
Modifier and Type | Method and Description |
---|---|
List<MessagerConnectorConfigTO> |
UserProfileManagementBase.getMessagerConnectorConfigs()
Returns the messager connector configurations of the current user.
|
List<MessagerConnectorConfigTO> |
UserProfileManagement.getMessagerConnectorConfigs()
Returns the messager connector configurations of the current user.
|
protected List<MessagerConnectorConfigTO> |
UserProfileManagementImpl.handleGetMessagerConnectorConfigs()
Performs the core logic for
UserProfileManagementBase.getMessagerConnectorConfigs() |
protected abstract List<MessagerConnectorConfigTO> |
UserProfileManagementBase.handleGetMessagerConnectorConfigs()
Performs the core logic for
UserProfileManagementBase.getMessagerConnectorConfigs() |
Modifier and Type | Method and Description |
---|---|
protected void |
UserProfileManagementImpl.handleUpdateNotificationConfig(Map<MessagerConnectorType,MessagerConnectorConfigTO> connectorConfigs)
Performs the core logic for
UserProfileManagementBase.updateNotificationConfig(Map) |
protected abstract void |
UserProfileManagementBase.handleUpdateNotificationConfig(Map<MessagerConnectorType,MessagerConnectorConfigTO> connectorConfigs)
Performs the core logic for
UserProfileManagementBase.updateNotificationConfig(Map) |
void |
UserProfileManagementBase.updateNotificationConfig(Map<MessagerConnectorType,MessagerConnectorConfigTO> connectorConfigs)
Updates the notification configuration of the current user by adding new, removing or
updating existing messager connector configurations.
|
void |
UserProfileManagement.updateNotificationConfig(Map<MessagerConnectorType,MessagerConnectorConfigTO> connectorConfigs)
Updates the notification configuration of the current user by adding new, removing or
updating existing messager connector configurations.
|
Copyright © 2019 Communote team. All rights reserved.