A C D G H I M O S T V

A

AbstractDatabase - Class in org.jtheque.collections.tools.services.impl.database
An abstract database.
AbstractDatabase() - Constructor for class org.jtheque.collections.tools.services.impl.database.AbstractDatabase
 
AcCloseImportFromDBView - Class in org.jtheque.collections.tools.view.impl.actions
Action to launch the import from an other database.
AcCloseImportFromDBView() - Constructor for class org.jtheque.collections.tools.view.impl.actions.AcCloseImportFromDBView
Construct a new AcValidateImportFromDBView with a specific key.
actionPerformed(ActionEvent) - Method in class org.jtheque.collections.tools.view.impl.actions.AcCloseImportFromDBView
 
actionPerformed(ActionEvent) - Method in class org.jtheque.collections.tools.view.impl.actions.AcValidateImportFromDBView
 
AcValidateImportFromDBView - Class in org.jtheque.collections.tools.view.impl.actions
Action to launch the import from an other database.
AcValidateImportFromDBView() - Constructor for class org.jtheque.collections.tools.view.impl.actions.AcValidateImportFromDBView
Construct a new AcValidateImportFromDBView with a specific key.

C

closeConnection(Connection) - Method in interface org.jtheque.collections.tools.services.impl.database.Database
Close the connection to the database.
closeConnection(Connection) - Method in class org.jtheque.collections.tools.services.impl.database.HsqlDatabase
 
closeConnection(Connection) - Method in class org.jtheque.collections.tools.services.impl.database.MysqlDatabase
 

D

Database - Interface in org.jtheque.collections.tools.services.impl.database
 
DatabaseConnectionInfos - Class in org.jtheque.collections.tools.utils
This class is a bean representing the informations of a connection to a database.
DatabaseConnectionInfos() - Constructor for class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
 
DatabaseService - Class in org.jtheque.collections.tools.services.impl
 
DatabaseService() - Constructor for class org.jtheque.collections.tools.services.impl.DatabaseService
 
DBImporter - Interface in org.jtheque.collections.tools.services.impl.importer
 
DBImporterFactory - Class in org.jtheque.collections.tools.services.impl.importer
A factory for DB importer.

G

getAvailableDatabases() - Method in interface org.jtheque.collections.tools.services.able.IDatabaseService
Return all the available databases protocols.
getAvailableDatabases() - Method in class org.jtheque.collections.tools.services.impl.DatabaseService
 
getAvailableDatabaseVersions() - Method in interface org.jtheque.collections.tools.services.able.IDatabaseService
Return all the available database versions.
getAvailableDatabaseVersions() - Method in class org.jtheque.collections.tools.services.impl.DatabaseService
 
getDriver() - Method in interface org.jtheque.collections.tools.services.impl.database.Database
Return the driver for the connection.
getDriver() - Method in class org.jtheque.collections.tools.services.impl.database.HsqlDatabase
 
getDriver() - Method in class org.jtheque.collections.tools.services.impl.database.MysqlDatabase
 
getImporter(String) - Static method in class org.jtheque.collections.tools.services.impl.importer.DBImporterFactory
Return the importer for the specified database.
getPassword() - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Return the password used to authenticate the user.
getPrefixUrl() - Method in class org.jtheque.collections.tools.services.impl.database.AbstractDatabase
Return the prefix of the URL.
getPrefixUrl() - Method in class org.jtheque.collections.tools.services.impl.database.HsqlDatabase
 
getPrefixUrl() - Method in class org.jtheque.collections.tools.services.impl.database.MysqlDatabase
 
getProtocol() - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Return the protocol of the connection.
getSelectedPassword() - Method in interface org.jtheque.collections.tools.view.able.IImportFromDBView
Return the selected password.
getSelectedPassword() - Method in class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
 
getSelectedProtocol() - Method in interface org.jtheque.collections.tools.view.able.IImportFromDBView
Return the selected protocol.
getSelectedProtocol() - Method in class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
 
getSelectedUrl() - Method in interface org.jtheque.collections.tools.view.able.IImportFromDBView
Return the selected URL.
getSelectedUrl() - Method in class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
 
getSelectedUserName() - Method in interface org.jtheque.collections.tools.view.able.IImportFromDBView
Return the selected user name.
getSelectedUserName() - Method in class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
 
getSelectedVersion() - Method in interface org.jtheque.collections.tools.view.able.IImportFromDBView
Return the selected version.
getSelectedVersion() - Method in class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
 
getUrl(String) - Method in class org.jtheque.collections.tools.services.impl.database.AbstractDatabase
 
getUrl(String) - Method in interface org.jtheque.collections.tools.services.impl.database.Database
Return the complete URL of the database.
getUrl() - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Return the URL of the connection.
getUser() - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Return the user used to connect.

H

HsqlDatabase - Class in org.jtheque.collections.tools.services.impl.database
An HSQL Database.
HsqlDatabase() - Constructor for class org.jtheque.collections.tools.services.impl.database.HsqlDatabase
 

I

IDatabaseService - Interface in org.jtheque.collections.tools.services.able
 
IImportFromDBView - Interface in org.jtheque.collections.tools.view.able
 
importData(String, DatabaseConnectionInfos) - Method in interface org.jtheque.collections.tools.services.able.IDatabaseService
Import data from an another database to the current.
importData(String, DatabaseConnectionInfos) - Method in class org.jtheque.collections.tools.services.impl.DatabaseService
 
importFromDB() - Method in interface org.jtheque.collections.tools.services.impl.importer.DBImporter
Import the data from the Database.
ImportFromDBView - Class in org.jtheque.collections.tools.view.impl.frame
A view to import from a database.
ImportFromDBView(Frame) - Constructor for class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
Construct a new JFrameImportFromDB.

M

MysqlDatabase - Class in org.jtheque.collections.tools.services.impl.database
A MySQL Database.
MysqlDatabase() - Constructor for class org.jtheque.collections.tools.services.impl.database.MysqlDatabase
 

O

org.jtheque.collections.tools - package org.jtheque.collections.tools
 
org.jtheque.collections.tools.services.able - package org.jtheque.collections.tools.services.able
 
org.jtheque.collections.tools.services.impl - package org.jtheque.collections.tools.services.impl
 
org.jtheque.collections.tools.services.impl.database - package org.jtheque.collections.tools.services.impl.database
Contains the different database's types used by the persistence's manager.
org.jtheque.collections.tools.services.impl.importer - package org.jtheque.collections.tools.services.impl.importer
 
org.jtheque.collections.tools.utils - package org.jtheque.collections.tools.utils
 
org.jtheque.collections.tools.view.able - package org.jtheque.collections.tools.view.able
 
org.jtheque.collections.tools.view.impl.actions - package org.jtheque.collections.tools.view.impl.actions
 
org.jtheque.collections.tools.view.impl.frame - package org.jtheque.collections.tools.view.impl.frame
 

S

setDatabaseConnection(Connection) - Method in interface org.jtheque.collections.tools.services.impl.importer.DBImporter
Set the database connection.
setPassword(String) - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Set the password to authenticate the user.
setProtocol(String) - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Set the protocol of the connection.
setUrl(String) - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Set the URL of the connection.
setUser(String) - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
Set the user used to connect to the database.

T

ToolsModule - Class in org.jtheque.collections.tools
The tools module.
ToolsModule() - Constructor for class org.jtheque.collections.tools.ToolsModule
 
toString() - Method in class org.jtheque.collections.tools.utils.DatabaseConnectionInfos
 

V

validate(Collection<JThequeError>) - Method in class org.jtheque.collections.tools.view.impl.frame.ImportFromDBView
 

A C D G H I M O S T V

Copyright © 2010 JTheque. All Rights Reserved.