Uses of Class
eu.bootstrep.Beans.TableBean

Packages that use TableBean
eu.bootstrep.ETL   
eu.bootstrep.JdomMethods   
eu.bootstrep.ManageDictionary   
eu.bootstrep.newbiolex   
eu.bootstrep.Utilities   
 

Uses of TableBean in eu.bootstrep.ETL
 

Methods in eu.bootstrep.ETL that return TableBean
private  TableBean iniETL.setDictionary(TableBean tabBn)
          This method initializes the dictionary tables.
 

Methods in eu.bootstrep.ETL with parameters of type TableBean
private  TableBean iniETL.setDictionary(TableBean tabBn)
          This method initializes the dictionary tables.
 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.
 

Constructors in eu.bootstrep.ETL with parameters of type TableBean
iniETL(TableBean tabBn)
          This class is responsible for starting the Extraction Tranformation Loading process.
 

Uses of TableBean in eu.bootstrep.JdomMethods
 

Methods in eu.bootstrep.JdomMethods with parameters of type TableBean
 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.
 

Uses of TableBean in eu.bootstrep.ManageDictionary
 

Methods in eu.bootstrep.ManageDictionary with parameters of type TableBean
 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 TableBean in eu.bootstrep.newbiolex
 

Fields in eu.bootstrep.newbiolex declared as TableBean
(package private)  TableBean Process.tabBn
          Instance of TableBean object
 

Uses of TableBean in eu.bootstrep.Utilities
 

Methods in eu.bootstrep.Utilities with parameters of type TableBean
 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.
 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.