Modifier and Type | Method and Description |
---|---|
ChannelConfiguration[] |
ChannelManagementImpl.getChannelConfigurations()
Gets the list of channel configuration objects from database or cache.
|
ChannelConfiguration[] |
ChannelConfigurationCacheElementProvider.load(ClientSingleElementCacheKey key)
Provides an element identified by the key for caching.
|
Modifier and Type | Method and Description |
---|---|
protected List<ChannelConfiguration> |
ChannelManagementImpl.handleLoadAll()
Performs the core logic for
ChannelManagementBase.loadAll() |
protected abstract List<ChannelConfiguration> |
ChannelManagementBase.handleLoadAll()
Performs the core logic for
ChannelManagementBase.loadAll() |
List<ChannelConfiguration> |
ChannelManagementBase.loadAll() |
List<ChannelConfiguration> |
ChannelManagement.loadAll()
Loads all channel configurations for a client.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChannelManagementImpl.handleUpdate(List<ChannelConfiguration> newChannelConfig)
Performs the core logic for
#update(java.util.List |
protected abstract void |
ChannelManagementBase.handleUpdate(List<ChannelConfiguration> channelConfigurations)
Performs the core logic for
#update(java.util.List |
void |
ChannelManagementBase.update(List<ChannelConfiguration> channelConfigurations) |
void |
ChannelManagement.update(List<ChannelConfiguration> channelConfigurations)
Updates the channel configruations in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
static ChannelConfiguration |
ChannelConfiguration.Factory.newInstance()
Constructs a new instance of
ChannelConfiguration . |
static ChannelConfiguration |
ChannelConfiguration.Factory.newInstance(Boolean forceSsl,
ChannelType channelType)
Constructs a new instance of
ChannelConfiguration , taking all possible
properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
ChannelConfiguration |
ChannelConfigurationDaoBase.create(ChannelConfiguration channelConfiguration) |
ChannelConfiguration |
ChannelConfigurationDao.create(ChannelConfiguration channelConfiguration)
Creates an instance of com.communote.server.persistence.security.ssl.ChannelConfiguration and
adds it to the persistent store.
|
ChannelConfiguration |
ChannelConfigurationDaoBase.load(Long id) |
ChannelConfiguration |
ChannelConfigurationDao.load(Long id)
Loads an instance of com.communote.server.persistence.security.ssl.ChannelConfiguration from
the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<ChannelConfiguration> |
ChannelConfigurationDaoBase.create(Collection<ChannelConfiguration> entities) |
Collection<ChannelConfiguration> |
ChannelConfigurationDao.create(Collection<ChannelConfiguration> entities)
Creates a new instance of com.communote.server.persistence.security.ssl.ChannelConfiguration
and adds from the passed in
entities collection |
Collection<ChannelConfiguration> |
ChannelConfigurationDaoBase.create(int transform,
Collection<ChannelConfiguration> entities) |
Collection<ChannelConfiguration> |
ChannelConfigurationDaoBase.loadAll() |
Collection<ChannelConfiguration> |
ChannelConfigurationDao.loadAll()
Loads all entities of type
ChannelConfiguration . |
Modifier and Type | Method and Description |
---|---|
ChannelConfiguration |
ChannelConfigurationDaoBase.create(ChannelConfiguration channelConfiguration) |
ChannelConfiguration |
ChannelConfigurationDao.create(ChannelConfiguration channelConfiguration)
Creates an instance of com.communote.server.persistence.security.ssl.ChannelConfiguration and
adds it to the persistent store.
|
Object |
ChannelConfigurationDaoBase.create(int transform,
ChannelConfiguration channelConfiguration) |
Object |
ChannelConfigurationDao.create(int transform,
ChannelConfiguration channelConfiguration)
Does the same thing as
ChannelConfigurationDao.create(com.communote.server.model.security.ChannelConfiguration) with an additional
flag called transform . |
void |
ChannelConfigurationDaoBase.evict(ChannelConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ChannelConfigurationDao.evict(ChannelConfiguration entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ChannelConfigurationDaoBase.remove(ChannelConfiguration channelConfiguration) |
void |
ChannelConfigurationDao.remove(ChannelConfiguration channelConfiguration)
Removes the instance of com.communote.server.persistence.security.ssl.ChannelConfiguration
from the persistent store.
|
protected Object |
ChannelConfigurationDaoBase.transformEntity(int transform,
ChannelConfiguration entity)
Allows transformation of entities into value objects (or something else for that matter),
when the
transform flag is set to one of the constants defined in
com.communote.server.persistence.security.ssl.ChannelConfigurationDao , please
note that the ChannelConfigurationDao.TRANSFORM_NONE constant denotes no transformation, so the entity
itself will be returned. |
void |
ChannelConfigurationDaoBase.update(ChannelConfiguration channelConfiguration) |
void |
ChannelConfigurationDao.update(ChannelConfiguration channelConfiguration)
Updates the
channelConfiguration instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ChannelConfiguration> |
ChannelConfigurationDaoBase.create(Collection<ChannelConfiguration> entities) |
Collection<ChannelConfiguration> |
ChannelConfigurationDao.create(Collection<ChannelConfiguration> entities)
Creates a new instance of com.communote.server.persistence.security.ssl.ChannelConfiguration
and adds from the passed in
entities collection |
Collection<ChannelConfiguration> |
ChannelConfigurationDaoBase.create(int transform,
Collection<ChannelConfiguration> entities) |
Collection<?> |
ChannelConfigurationDao.create(int transform,
Collection<ChannelConfiguration> entities)
Does the same thing as
ChannelConfigurationDao.create(com.communote.server.model.security.ChannelConfiguration) with an additional
flag called transform . |
void |
ChannelConfigurationDaoBase.remove(Collection<ChannelConfiguration> entities) |
void |
ChannelConfigurationDao.remove(Collection<ChannelConfiguration> entities)
Removes all entities in the given
entities |
void |
ChannelConfigurationDaoBase.update(Collection<ChannelConfiguration> entities) |
void |
ChannelConfigurationDao.update(Collection<ChannelConfiguration> entities)
Updates all instances in the
entities collection in the persistent store. |
Constructor and Description |
---|
SslChannelConfigurationForm(List<ChannelConfiguration> channels)
Instantiates a new ssl channel configuration form.
|
Copyright © 2019 Communote team. All rights reserved.