|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListBean | |
|---|---|
| eu.bootstrep.ETL | |
| eu.bootstrep.JdomMethods | |
| eu.bootstrep.ManageDictionary | |
| eu.bootstrep.newbiolex | |
| eu.bootstrep.Utilities | |
| Uses of ListBean in eu.bootstrep.ETL |
|---|
| Methods in eu.bootstrep.ETL with parameters of type ListBean | |
|---|---|
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 ListBean in eu.bootstrep.JdomMethods |
|---|
| Methods in eu.bootstrep.JdomMethods with parameters of type ListBean | |
|---|---|
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 ListBean in eu.bootstrep.ManageDictionary |
|---|
| Methods in eu.bootstrep.ManageDictionary with parameters of type ListBean | |
|---|---|
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 ListBean in eu.bootstrep.newbiolex |
|---|
| Fields in eu.bootstrep.newbiolex declared as ListBean | |
|---|---|
(package private) ListBean |
Process.LB
Instance of ListBean object |
| Methods in eu.bootstrep.newbiolex with parameters of type ListBean | |
|---|---|
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. |
| Uses of ListBean in eu.bootstrep.Utilities |
|---|
| Fields in eu.bootstrep.Utilities declared as ListBean | |
|---|---|
(package private) ListBean |
Logger.LB
|
| Methods in eu.bootstrep.Utilities with parameters of type ListBean | |
|---|---|
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.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.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. |
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.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 | |||||||||