|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MainBean | |
|---|---|
| eu.bootstrep.ETL | |
| eu.bootstrep.JdomMethods | |
| eu.bootstrep.ManageDictionary | |
| eu.bootstrep.newbiolex | |
| eu.bootstrep.Utilities | |
| Uses of MainBean in eu.bootstrep.ETL |
|---|
| Methods in eu.bootstrep.ETL with parameters of type MainBean | |
|---|---|
void |
iniETL.start(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.Boolean validate)
This method is responsible for starting the Extraction Tranformation and Loading process. |
| Uses of MainBean in eu.bootstrep.JdomMethods |
|---|
| Methods in eu.bootstrep.JdomMethods with parameters of type MainBean | |
|---|---|
void |
ManageJdom.findAttribute(java.lang.String[][] lObj,
java.lang.String[][] fatlObj,
PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
org.jdom.Element elem,
org.jdom.Element theParent,
org.jdom.Element theGranParent,
java.lang.String theFile,
java.lang.String theRelFile,
java.lang.Integer deep,
java.lang.Integer bitMap)
This method extracts attributes along with their values from XIF-XML elements. Depending on bitMap value, element attributes are concatenate with father and/or granfather attributes. |
org.jdom.Element |
ManageJdom.getRoot(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
org.jdom.Document doc)
This method retrieves the root element of XML input file. |
void |
ManageJdom.loadNode(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
org.jdom.Element elem,
java.lang.Integer deep)
This method loads the node and parse it. |
org.jdom.Document |
ManageJdom.parseDocument(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
java.lang.Boolean validate)
This method builds a JDOM Document from the input XML file. This method uses the JDOM libraries to parse the input document and create a valid JDOM document. |
| Uses of MainBean in eu.bootstrep.ManageDictionary |
|---|
| Methods in eu.bootstrep.ManageDictionary with parameters of type MainBean | |
|---|---|
java.lang.String |
WorkDictionary.createColumnList(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.String xmlName,
java.lang.Boolean standard,
java.lang.Integer type)
This method creates a list of columns for a staging table to load. |
java.lang.String |
WorkDictionary.createInsertInto(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.String xmlName,
java.lang.String fatName,
java.lang.Integer deep,
java.lang.Boolean standard)
This method creates a list of columns for a staging table to load. |
java.lang.String[][] |
WorkDictionary.getBitMap(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.String xmlName,
java.lang.Integer deep)
This method extracts from the WORK_BITMAP_ID_TABLE the following information: xmlName: XML input element xmlAtt: XML element attribute carrying the identifier prefix: the prefix of the identifier. |
java.lang.String[][] |
WorkDictionary.getGranFatBitMap(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.String xmlName,
java.lang.String fatName,
java.lang.Integer deep)
This method extracts from the WORK_BITMAP_ID_TABLE AND WORK_HAS_MULTIID tables the following information: xmlName: XML input element xmlAtt: XML element attribute carrying the identifier prefix: the prefix of the identifier. |
java.lang.String |
WorkDictionary.getTable2Load(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
ListBean LB,
TableBean tabBn,
java.lang.String xmlName,
java.lang.String fatName,
java.lang.Integer deep,
java.lang.Boolean standard)
This method retrieves staging table to load. |
| Uses of MainBean in eu.bootstrep.newbiolex |
|---|
| Methods in eu.bootstrep.newbiolex with parameters of type MainBean | |
|---|---|
private java.lang.Boolean |
Process.checkForInputFile(PropertyBean PB,
MainBean MB,
MessageBean mesBn)
This method reads the property file by executing the readPropFile method. |
private java.lang.Boolean |
Process.connect2DB(PropertyBean PB,
MainBean MB,
MessageBean mesBn)
This method connects to the database. |
private void |
Process.disconnectFromDB(MainBean MB)
This method diconnect the current database connection |
private void |
Process.loadBL(PropertyBean PB,
MessageBean mesBn,
MainBean MB,
ListBean LB,
java.lang.String strRule,
java.lang.String strLoad,
java.lang.Integer when,
java.lang.String alias,
java.lang.Boolean clear)
This method loads data into tables. |
private MessageBean |
Process.setMessageBeans(PropertyBean PB,
MainBean MB,
MessageBean mesBn)
This method retrieves messages from the database. |
| Uses of MainBean in eu.bootstrep.Utilities |
|---|
| Methods in eu.bootstrep.Utilities with parameters of type MainBean | |
|---|---|
java.lang.Boolean |
IOMethods.checkForInputFile(PropertyBean PB,
MainBean MB,
MessageBean mesBn)
This method searches for the XML input file. |
void |
GeneralMethods.clearTables(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
TableBean tabBn,
ListBean LB,
java.lang.Integer when,
java.lang.Boolean clean)
This method creates table lists at various process steps. |
void |
GeneralMethods.clearTablesAtStart(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
java.lang.String tName)
This method clears tables. |
java.sql.Connection |
DbMethods.connect2DB(java.lang.String[] dbParam,
PropertyBean PB,
MainBean MB,
MessageBean mesBn)
This method connects to database. Input dbParam parameter contains the following information: 0, db -> database name 1, host -> database server ipaddress/hostname 2, port -> database server port, usually 3306 3, user -> database user name 4, password -> database user password 5, driver -> used driver to connect to the database via ODBC 6, odbc -> the odbc name |
java.util.ArrayList |
DbMethods.execSingleQuery(MainBean MB,
java.lang.String doQry,
java.lang.Integer numCols)
This method executes the query in input. |
void |
GeneralMethods.executeSelectTargetTables(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
TableBean tabBn,
ListBean LB,
java.lang.Integer when)
This method executes select instructions to load data into tables belonging to target frame. |
java.util.ArrayList |
DbMethods.extractSynonyms(MainBean MB,
java.lang.String doQryRel,
java.lang.String doQryCls,
java.lang.String doQrySyn)
This method extracts synonyms from the BioLexicon database. This method uses three different queries: doQryRel creates the identifier of relation: namely:SR_isSynomymOf doQryCls selects distinct cluster identifier from STG_USER_SYNCLUSTER doQrySyn selects synomyms from staging tables: USER_CLS_LM, relation between cluster and lemmas; USER_LE_LM, relation between lexical entries and lemmas; STG_SENSE, senses Query to executed in the following order: doQryCls, to extract clusters doQryRel to create the identifier doQryRel to combune previous results |
void |
DbMethods.genericQuery(PropertyBean PB,
MessageBean mesBn,
MainBean MB,
java.lang.String doQry)
This method executes the query in input. |
private java.lang.String |
DbMethods.getMessageText(PropertyBean PB,
MainBean MB,
java.lang.Integer messId,
java.lang.String LANG)
This method retrieves text for a given message. |
java.lang.String |
IOMethods.loadGenericTable(PropertyBean PB,
MessageBean mesBn,
MainBean MB,
ListBean LB,
java.lang.String fileName)
This is an old version of writeAndLoadLogFile. |
void |
GeneralMethods.loadIntoTables(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
TableBean tabBn,
ListBean LB,
java.lang.Integer when)
This method loads data into staging/target tables. |
void |
GeneralMethods.prepareTargetTables(PropertyBean PB,
MainBean MB,
MessageBean mesBn,
TableBean tabBn,
ListBean LB,
java.lang.Integer when,
java.lang.String alias)
This method manages the TheTable bean. |
MessageBean |
DbMethods.setMessages(PropertyBean PB,
MainBean MB,
MessageBean mesBn)
This method retrieves all messages from database and set the MessageBean values. |
java.lang.String |
IOMethods.writeAndLoadLogFile(PropertyBean PB,
MessageBean mesBn,
MainBean MB,
ListBean LB,
java.lang.String fileName)
This method writes down log information about the XML input file. |
void |
IOMethods.writeGeneralFile(PropertyBean PB,
MessageBean mesBn,
MainBean MB,
java.util.ArrayList list,
java.lang.String fileName)
This is an utility method. |
void |
IOMethods.writeInputFiles(PropertyBean PB,
MessageBean mesBn,
MainBean MB,
ListBean LB,
java.lang.Integer when)
This method writes down input data into files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||