public abstract class

DataProviderAdapter

extends Object
implements IDataProvider
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.dao.impl.DataProviderAdapter

Class Overview

An empty data provider.

Summary

Fields
protected IApplicationDatabase appdb
protected IConfiguration config
protected IFileStore filestore
protected IFileStore pluginstore
protected IFileDatabase projectdb
protected IUserDatabase userdb
Public Constructors
DataProviderAdapter()
Public Methods
IApplicationDatabase getApplicationDatabase()
Get the application database.
IConfiguration getConfiguration()
Get the configuration data.
IFileStore getFileStore()
Get the primary file store.
IFileStore getPluginStore()
Get the plugins file store.
IFileDatabase getProjectDatabase()
Get the project database.
IUserDatabase getUserDatabase()
Get the user database.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.dao.IDataProvider

Fields

protected IApplicationDatabase appdb

protected IConfiguration config

protected IFileStore filestore

protected IFileStore pluginstore

protected IFileDatabase projectdb

protected IUserDatabase userdb

Public Constructors

public DataProviderAdapter ()

Public Methods

public IApplicationDatabase getApplicationDatabase ()

Get the application database.

Optional. Not used by JEB.

public IConfiguration getConfiguration ()

Get the configuration data.

public IFileStore getFileStore ()

Get the primary file store.

Optional. Not used by JEB.

public IFileStore getPluginStore ()

Get the plugins file store.

public IFileDatabase getProjectDatabase ()

Get the project database.

public IUserDatabase getUserDatabase ()

Get the user database.

Optional. Not used by JEB.