Class LBNConfiguration
java.lang.Object
com.caplin.motif.fx.ret.lbn.config.LBNConfiguration
This is the interface used to configure a
LBNAdapter
.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory
com.google.common.collect.ImmutableList<BlotterType>
com.caplin.datasource.DataSource
static BaseAdapterConfiguration
Returns a BaseAdapterConfiguration which can be used in retrieving config valuesstatic LBNConfigurationBuilder
This method returns a LBNConfigurationBuilder which is ready to be used to instantiate aLBNAdapter
.
-
Method Details
-
newConfigurationBuilder
This method returns a LBNConfigurationBuilder which is ready to be used to instantiate aLBNAdapter
.- Returns:
- a new
LBNConfigurationBuilder
- Throws:
ConfigurationLoaderException
-
newAdapterConfiguration
public static BaseAdapterConfiguration newAdapterConfiguration() throws ConfigurationLoaderException, DataSourceConfigurationExceptionReturns a BaseAdapterConfiguration which can be used in retrieving config values- Returns:
- a new
BaseAdapterConfiguration
} - Throws:
ConfigurationLoaderException
DataSourceConfigurationException
-
getUserManager
-
getBlotterRecordIdFactory
-
getBlotterFieldsUpdater
Deprecated.BlotterRecordFieldsUpdater
has been deprecated. Please useLBNCustomFieldsFactory
. -
getLBNCustomFieldsFactory
-
getAdapterConfigurationManager
-
getCustomFieldValuesSerialiser
-
getDataSource
public com.caplin.datasource.DataSource getDataSource() -
getConfigurationLoader
-
getBlotterCriteriaFactory
-
getBlotterRecordFactory
public com.caplin.motif.fx.ret.lbn.internal.BlotterRecordFactory getBlotterRecordFactory() -
getBlotterTypes
-
BlotterRecordFieldsUpdater
has been deprecated.