|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.interfaces.ExternalInterfaceModule
com.partnersoft.v3x.apps.Staker.interfaces.SQLExportInterfaceModule
public class SQLExportInterfaceModule
The configurable SQLExportInterfaceModule! will generate the tables as you ask for them.
| Field Summary |
|---|
| Fields inherited from class com.partnersoft.v3x.apps.Staker.interfaces.ExternalInterfaceModule |
|---|
verbose |
| Constructor Summary | |
|---|---|
SQLExportInterfaceModule()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createExternalJob(Job job)
no usefull implementation here, needed to extend the ExternalInterfaceModule |
void |
export(Job job)
this will update the tables with very important stuff (VIS) |
java.lang.String |
generateReportFor(Job job)
no usefull implementation here, needed to extendthe ExternalInterfaceModule |
java.lang.String |
getDatabaseDriver()
|
java.lang.String |
getDatabasePassword()
|
java.lang.String |
getDatabaseURL()
|
java.lang.String |
getDatabaseUserName()
|
java.util.HashMap |
getJobMapping()
|
java.util.HashMap |
getUnitMapping()
|
boolean |
isCreateTables()
|
void |
launchInterface(JobLibrarian librarian)
if createTables is true at launch time it will drop / then create the tables so use this once! |
void |
runImport(JobLibrarian librarian)
no usefull implementation here, needed to extend the ExternalInterfaceModule |
void |
setCreateTables(boolean newValue)
|
void |
setDatabaseDriver(java.lang.String newDriver)
|
void |
setDatabasePassword(java.lang.String newName)
|
void |
setDatabaseURL(java.lang.String newURL)
|
void |
setDatabaseUserName(java.lang.String newName)
|
void |
setJobMapping(java.util.HashMap newMap)
|
void |
setUnitMapping(java.util.HashMap newMap)
|
| Methods inherited from class com.partnersoft.v3x.apps.Staker.interfaces.ExternalInterfaceModule |
|---|
getDoNotExportField, getExportOnce, getExportOnceProperty, getHub, getLibrarian, getLog, getName, getRunInterval, getRunLag, getSynchronousExport, haltInterface, isExporting, isImporting, isInterfaceRunning, isVerbose, setDoNotExportField, setExporting, setExportOnce, setExportOnceProperty, setHub, setImporting, setLibrarian, setName, setRunInterval, setRunLag, setSynchronousExport, setVerbose, updateJob |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLExportInterfaceModule()
| Method Detail |
|---|
public java.lang.Object createExternalJob(Job job)
createExternalJob in class ExternalInterfaceModulepublic java.lang.String generateReportFor(Job job)
generateReportFor in class ExternalInterfaceModulepublic void runImport(JobLibrarian librarian)
runImport in class ExternalInterfaceModulepublic void launchInterface(JobLibrarian librarian)
launchInterface in class ExternalInterfaceModulepublic void export(Job job)
export in class ExternalInterfaceModulepublic java.util.HashMap getJobMapping()
public void setJobMapping(java.util.HashMap newMap)
public java.util.HashMap getUnitMapping()
public void setUnitMapping(java.util.HashMap newMap)
public java.lang.String getDatabaseDriver()
public void setDatabaseDriver(java.lang.String newDriver)
public java.lang.String getDatabaseURL()
public void setDatabaseURL(java.lang.String newURL)
public java.lang.String getDatabaseUserName()
public void setDatabaseUserName(java.lang.String newName)
public java.lang.String getDatabasePassword()
public void setDatabasePassword(java.lang.String newName)
public boolean isCreateTables()
public void setCreateTables(boolean newValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||