public class ChannelManagementImpl extends ChannelManagementBase
ChannelManagement| Constructor and Description |
|---|
ChannelManagementImpl() |
| Modifier and Type | Method and Description |
|---|---|
ChannelConfiguration[] |
getChannelConfigurations()
Gets the list of channel configuration objects from database or cache.
|
protected Boolean |
handleIsForceSsl()
Performs the core logic for
ChannelManagementBase.isForceSsl() |
protected Boolean |
handleIsForceSsl(ChannelType channelType)
Performs the core logic for
ChannelManagementBase.isForceSsl(com.communote.server.model.security.ChannelType) |
protected List<ChannelConfiguration> |
handleLoadAll()
Performs the core logic for
ChannelManagementBase.loadAll() |
protected void |
handleUpdate(List<ChannelConfiguration> newChannelConfig)
Performs the core logic for
#update(java.util.List |
getChannelConfigurationDao, getPrincipal, isForceSsl, isForceSsl, loadAll, setChannelConfigurationDao, updatepublic ChannelConfiguration[] getChannelConfigurations()
protected Boolean handleIsForceSsl()
ChannelManagementBase.isForceSsl()handleIsForceSsl in class ChannelManagementBaseprotected Boolean handleIsForceSsl(ChannelType channelType)
ChannelManagementBase.isForceSsl(com.communote.server.model.security.ChannelType)handleIsForceSsl in class ChannelManagementBaseprotected List<ChannelConfiguration> handleLoadAll()
ChannelManagementBase.loadAll()handleLoadAll in class ChannelManagementBaseprotected void handleUpdate(List<ChannelConfiguration> newChannelConfig)
#update(java.util.List) handleUpdate in class ChannelManagementBaseCopyright © 2019 Communote team. All rights reserved.