public class MXApplyTransactions extends MXUpgradeUtility
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
commentFlag
Deprecated.
|
java.lang.String |
sqlTerm
Deprecated.
|
applicationTag, currentApp, DEFAULT_CONTROL_REGISTRY_FILENAME, outputStream, translatableProperties, updateScript, updateScriptDocument| Constructor and Description |
|---|
MXApplyTransactions()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADD(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
Deprecated.
Add new control to DOM and set its properties
|
static void |
applyScreenUpdates(java.sql.Connection con2,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut)
Deprecated.
Used by other programs to call this program.
|
static void |
applyScreenUpdates(java.sql.Connection con2,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut,
java.lang.String filename)
Deprecated.
Used by other programs to call this program.
|
static void |
applyScreenUpdates(java.sql.Connection con2,
java.lang.String targetApp,
java.lang.String sourceApp,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut)
Deprecated.
Used by other programs to call this program.
|
static void |
applyScreenUpdates(java.sql.Connection con2,
java.lang.String targetApp,
java.lang.String sourceApp,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut,
java.lang.String filename)
Deprecated.
Used by other programs to call this program.
|
void |
applyTransactions()
Deprecated.
Set database connection used for reading and writing presentations and printstream to redirect console output
|
static void |
main(java.lang.String[] argv)
Deprecated.
Main method, used only for testing.
|
void |
MODIFY(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
Deprecated.
Change properties for an existing control in the DOM
|
void |
MOVE(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
Deprecated.
Move control to new position at same level in the DOM
|
void |
openTransactionDocument(java.lang.String filename)
Deprecated.
|
void |
REMOVE(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
Deprecated.
Remove control from DOM
|
void |
setConnection(java.sql.Connection c)
Deprecated.
|
void |
setDebug(boolean b)
Deprecated.
|
void |
setOverWrite(boolean b)
Deprecated.
|
void |
setSourceApp(java.lang.String s)
Deprecated.
|
void |
setTargetApp(java.lang.String s)
Deprecated.
|
void |
setTransactionStream(java.io.InputStream is)
Deprecated.
|
void |
setTransactionStream(java.lang.String filename)
Deprecated.
|
void |
setUpdateLabels(boolean b)
Deprecated.
|
clearAttribute, createLocationTag, createTagID, fixupKeyName, getFormattedElement, getMaximoRoot, getTabString, handleSpecialChars, isAttrTranslatable, isAttrTranslatable, isTranslatable, loadTranslatableProperties, parse, setApplicationTagElement, setAttribute, setLogStream, setUpdateScriptDocument, setUpdateScriptElement, setValue, writeFormatedDocument, writeFormatedDocumentpublic java.lang.String sqlTerm
public java.lang.String commentFlag
public void setOverWrite(boolean b)
public void setSourceApp(java.lang.String s)
public void setTargetApp(java.lang.String s)
public void setConnection(java.sql.Connection c)
public void openTransactionDocument(java.lang.String filename)
throws java.lang.Exception
java.lang.Exceptionpublic void setTransactionStream(java.lang.String filename)
throws java.lang.Exception
java.lang.Exceptionpublic void setTransactionStream(java.io.InputStream is)
throws java.lang.Exception
java.lang.Exceptionpublic void setUpdateLabels(boolean b)
public void setDebug(boolean b)
public void ADD(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
throws java.lang.Exception
app - Application's presentation from the databasexact - Input control changes to apply to application.index - index of controls in the application alreadyjava.lang.ExceptionCalled by this method to add an element to an applicationpublic void MODIFY(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
throws java.lang.Exception
app - Application's presentation from the databasexact - control changes to apply to applicationindex - index of controls in the application alreadyjava.lang.ExceptionCalled by this method to modify an element of an applicationpublic void MOVE(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
app - Application's presentation from the databasexact - control changes to apply to applicationindex - index of controls in the application alreadyCalled by this method to move an element in an applicationpublic void REMOVE(org.w3c.dom.Element app,
org.w3c.dom.Element xact)
throws java.lang.Exception
app - Application's presentation from the databasexact - control changes to apply to applicationindex - index of controls in the application alreadyjava.lang.ExceptionCalled by this method to remove an element from an applicationpublic void applyTransactions()
throws java.lang.Exception
con - java.lang.Exceptionpublic static void applyScreenUpdates(java.sql.Connection con2,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut,
java.lang.String filename)
throws java.lang.Exception
con2 - fileStrm - tmpOut - filename - java.lang.Exceptionpublic static void applyScreenUpdates(java.sql.Connection con2,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut)
throws java.lang.Exception
con2 - fileStrm - tmpOut - java.lang.Exceptionpublic static void applyScreenUpdates(java.sql.Connection con2,
java.lang.String targetApp,
java.lang.String sourceApp,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut,
java.lang.String filename)
throws java.lang.Exception
con2 - fileStrm - tmpOut - filename - java.lang.Exceptionpublic static void applyScreenUpdates(java.sql.Connection con2,
java.lang.String targetApp,
java.lang.String sourceApp,
java.io.InputStream fileStrm,
java.io.PrintStream tmpOut)
throws java.lang.Exception
con2 - fileStrm - tmpOut - java.lang.Exceptionpublic static void main(java.lang.String[] argv)
argv -