|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.siebel.rf.offline.utilities.DataHelper
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 |
public DataHelper()
| Method Detail |
public static void createTables(java.util.Vector tableData)
throws com.bankframe.ejb.ProcessingErrorException,
com.bankframe.validation.ValidationException
tableData - Vectorcom.bankframe.ejb.ProcessingErrorException - This exception is thrown if processing failscom.bankframe.validation.ValidationException - This exception is thrown if validation fails
public static void insertData(java.util.Vector tableData)
throws com.bankframe.ejb.ProcessingErrorException,
com.bankframe.validation.ValidationException
tableData - Vectorcom.bankframe.ejb.ProcessingErrorException - This exception is thrown when processing failscom.bankframe.validation.ValidationException - This exception is thrown if validation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||