com.siebel.rf.offline.utilities
Class DataHelper

java.lang.Object
  |
  +--com.siebel.rf.offline.utilities.DataHelper

public class DataHelper
extends java.lang.Object

The DataHelper Class


Constructor Summary
DataHelper()
           
 
Method Summary
static void createTables(java.util.Vector tableData)
          Creates Database Tables on Branch Server From Central Server
static void insertData(java.util.Vector tableData)
          Inserts data from central server to branch server
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataHelper

public DataHelper()
Method Detail

createTables

public static void createTables(java.util.Vector tableData)
                         throws com.bankframe.ejb.ProcessingErrorException,
                                com.bankframe.validation.ValidationException
Creates Database Tables on Branch Server From Central Server
Parameters:
tableData - Vector
Throws:
com.bankframe.ejb.ProcessingErrorException - This exception is thrown if processing fails
com.bankframe.validation.ValidationException - This exception is thrown if validation fails

insertData

public static void insertData(java.util.Vector tableData)
                       throws com.bankframe.ejb.ProcessingErrorException,
                              com.bankframe.validation.ValidationException
Inserts data from central server to branch server
Parameters:
tableData - Vector
Throws:
com.bankframe.ejb.ProcessingErrorException - This exception is thrown when processing fails
com.bankframe.validation.ValidationException - This exception is thrown if validation fails