|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.db.dict.plugins.E4DBDictPlugInTypeReferenceChange
public class E4DBDictPlugInTypeReferenceChange
E4S Datadictionary Plugin. Change referential values for type declarations.
E4ModuleDictionaryPlugInTypeRefChange| Nested Class Summary | |
|---|---|
static class |
E4DBDictPlugInTypeReferenceChange.TypeChanger
|
| Field Summary |
|---|
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4DBDictPlugInTypeReferenceChange()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
|
void |
add(E4DBDictPlugInTypeReferenceChange.TypeChanger tc)
|
void |
changed(E4DBTable table)
This function will be called whenever a table has become changed. |
void |
changed(E4DBType type)
This function will be called whenever a type has become changed. |
void |
changed(E4DBView view)
This function will be called whenever a view has become changed. |
void |
deleted(E4DBTable table)
This function will be called whenever a table has become deleted. |
void |
deleted(E4DBType type)
This function will be called whenever a type has become deleted. |
void |
deleted(E4DBType type,
boolean additional)
|
void |
deleted(E4DBView view)
This function will be called whenever a view has become deleted. |
E4DBDictPlugInTypeReferenceChange.TypeChanger |
findType(E4DBColumnType type)
|
void |
fromXml(java.lang.StringBuffer xml,
boolean is_e4s_system_dict)
Read in specific information from the data-dictionaries XML container which will be done when the E4S application starts up. |
void |
generate(E4DBType type)
|
void |
generateAll()
|
void |
generateTable_Modify(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
|
void |
generateTable_Object(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
|
void |
generateTable_Select(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
|
void |
generateTable_Vector(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
|
void |
generateType(E4DBType type,
E4DBJavaGeneratorPrintStream pType)
|
void |
generateView(E4DBView view,
E4DBJavaGeneratorPrintStream out)
|
E4DBDictPlugInTypeReferenceChange.TypeChanger[] |
getChangers()
|
E4Method |
getMethod()
Provide a method for the plug in that can be selected in the dictionary's menu. |
E4Label_Intf |
getPlugInName()
Provide a name for the plug in that will be shown in the dictionary's menu. |
void |
init(E4DBDict dict)
Initialize by giving the datadictionary information to that plugin |
void |
toXml(E4PrintStream pstr,
boolean is_e4s_system_dict)
Write out specific information to the data-dictionaries XML container which will be done when something changes within a table. |
| Methods inherited from class e4s.util.E4Object |
|---|
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public E4DBDictPlugInTypeReferenceChange()
| Method Detail |
|---|
public void toXml(E4PrintStream pstr,
boolean is_e4s_system_dict)
AEP_DictionaryPlugIn
toXml in interface AEP_DictionaryPlugInpstr - an opened XML stream#fromXml(String)
public void fromXml(java.lang.StringBuffer xml,
boolean is_e4s_system_dict)
AEP_DictionaryPlugIn
fromXml in interface AEP_DictionaryPlugInxml - the ready read-in XML content for this plugin only.#toXml(e4s.util.E4PrintStream)public void init(E4DBDict dict)
init in interface AEP_DictionaryPlugIndict - the data dictionarypublic E4DBDictPlugInTypeReferenceChange.TypeChanger[] getChangers()
public E4Method getMethod()
AEP_DictionaryPlugIn
getMethod in interface AEP_DictionaryPlugIn#getName()public E4Label_Intf getPlugInName()
AEP_DictionaryPlugIn
getPlugInName in interface AEP_DictionaryPlugInAEP_DictionaryPlugIn.getMethod()public void changed(E4DBTable table)
AEP_DictionaryPlugIn
changed in interface AEP_DictionaryPlugIntable - the changed tablepublic void changed(E4DBView view)
AEP_DictionaryPlugIn
changed in interface AEP_DictionaryPlugInview - the changed viewpublic void changed(E4DBType type)
AEP_DictionaryPlugIn
changed in interface AEP_DictionaryPlugIntype - the changed typepublic void deleted(E4DBTable table)
AEP_DictionaryPlugIn
deleted in interface AEP_DictionaryPlugIntable - the changed tablepublic void deleted(E4DBView view)
AEP_DictionaryPlugIn
deleted in interface AEP_DictionaryPlugInview - the changed viewpublic void deleted(E4DBType type)
AEP_DictionaryPlugIn
deleted in interface AEP_DictionaryPlugIntype - the changed type
public void deleted(E4DBType type,
boolean additional)
public void generateAll()
throws E4DBException
E4DBExceptionpublic void generate(E4DBType type)
public E4DBDictPlugInTypeReferenceChange.TypeChanger findType(E4DBColumnType type)
public void add(E4DBDictPlugInTypeReferenceChange.TypeChanger tc)
public void generateTable_Select(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateTable_Select in interface AEP_DictionaryPlugInE4DBException
public void generateTable_Modify(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateTable_Modify in interface AEP_DictionaryPlugInE4DBException
public void generateTable_Object(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateTable_Object in interface AEP_DictionaryPlugInE4DBException
public void generateTable_Vector(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateTable_Vector in interface AEP_DictionaryPlugInE4DBException
public void generateView(E4DBView view,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateView in interface AEP_DictionaryPlugInE4DBException
public void generateType(E4DBType type,
E4DBJavaGeneratorPrintStream pType)
throws E4DBException
generateType in interface AEP_DictionaryPlugInE4DBExceptionpublic static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||