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, update
public ChannelConfiguration[] getChannelConfigurations()
protected Boolean handleIsForceSsl()
ChannelManagementBase.isForceSsl()
handleIsForceSsl
in class ChannelManagementBase
protected Boolean handleIsForceSsl(ChannelType channelType)
ChannelManagementBase.isForceSsl(com.communote.server.model.security.ChannelType)
handleIsForceSsl
in class ChannelManagementBase
protected List<ChannelConfiguration> handleLoadAll()
ChannelManagementBase.loadAll()
handleLoadAll
in class ChannelManagementBase
protected void handleUpdate(List<ChannelConfiguration> newChannelConfig)
#update(java.util.List)
handleUpdate
in class ChannelManagementBase
Copyright © 2019 Communote team. All rights reserved.