Class DataProviderAdapter
java.lang.Object
com.pnfsoftware.jeb.core.dao.impl.DataProviderAdapter
- All Implemented Interfaces:
IDataProvider
An empty data provider.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IApplicationDatabase
protected IConfiguration
protected IFileStore
protected IFileStore
protected IFileDatabase
protected IUserDatabase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the application database.Get the configuration data.Get the primary file store.Get the plugins file store.Get the project database.Get the user database.
-
Field Details
-
userdb
-
appdb
-
filestore
-
pluginstore
-
projectdb
-
config
-
-
Constructor Details
-
DataProviderAdapter
public DataProviderAdapter()
-
-
Method Details
-
getUserDatabase
Description copied from interface:IDataProvider
Get the user database.Optional. Not used by JEB.
- Specified by:
getUserDatabase
in interfaceIDataProvider
- Returns:
-
getApplicationDatabase
Description copied from interface:IDataProvider
Get the application database.Optional. Not used by JEB.
- Specified by:
getApplicationDatabase
in interfaceIDataProvider
- Returns:
-
getFileStore
Description copied from interface:IDataProvider
Get the primary file store.Optional. Not used by JEB.
- Specified by:
getFileStore
in interfaceIDataProvider
- Returns:
-
getPluginStore
Description copied from interface:IDataProvider
Get the plugins file store.- Specified by:
getPluginStore
in interfaceIDataProvider
- Returns:
-
getProjectDatabase
Description copied from interface:IDataProvider
Get the project database.- Specified by:
getProjectDatabase
in interfaceIDataProvider
- Returns:
-
getConfiguration
Description copied from interface:IDataProvider
Get the configuration data.- Specified by:
getConfiguration
in interfaceIDataProvider
- Returns:
-