|
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.html.E4HtmlObject
e4s.servlet.E4ModuleImplementation
e4s.db.dict.plugins.E4DBDictPlugInRepository
public class E4DBDictPlugInRepository
| Field Summary | |
|---|---|
static E4Method |
start
|
| Fields inherited from class e4s.html.E4HtmlObject |
|---|
m_parent_e4sID |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4DBDictPlugInRepository()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
|
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(E4DBView view)
This function will be called whenever a view has become deleted. |
void |
fromXml(java.lang.StringBuffer xml,
boolean is_e4s_system_dictionary)
Read in specific information from the data-dictionaries XML container which will be done when the E4S application starts up. |
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 out)
|
void |
generateView(E4DBView view,
E4DBJavaGeneratorPrintStream out)
|
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 |
start(HTML html,
E4CgiParams params)
|
void |
toXml(E4PrintStream pstr,
boolean is_e4s_system_dictionary)
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.html.E4HtmlObject |
|---|
E4ID, E4ID, set_e4sID |
| 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, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, 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 |
| Field Detail |
|---|
public static E4Method start
| Constructor Detail |
|---|
public E4DBDictPlugInRepository()
| Method Detail |
|---|
public void changed(E4DBTable table)
throws E4DBException
AEP_DictionaryPlugIn
changed in interface AEP_DictionaryPlugIntable - the changed table
E4DBException
public void changed(E4DBView view)
throws E4DBException
AEP_DictionaryPlugIn
changed in interface AEP_DictionaryPlugInview - the changed view
E4DBException
public void changed(E4DBType type)
throws E4DBException
AEP_DictionaryPlugIn
changed in interface AEP_DictionaryPlugIntype - the changed type
E4DBException
public void deleted(E4DBTable table)
throws E4DBException
AEP_DictionaryPlugIn
deleted in interface AEP_DictionaryPlugIntable - the changed table
E4DBException
public void deleted(E4DBView view)
throws E4DBException
AEP_DictionaryPlugIn
deleted in interface AEP_DictionaryPlugInview - the changed view
E4DBException
public void deleted(E4DBType type)
throws E4DBException
AEP_DictionaryPlugIn
deleted in interface AEP_DictionaryPlugIntype - the changed type
E4DBException
public void fromXml(java.lang.StringBuffer xml,
boolean is_e4s_system_dictionary)
AEP_DictionaryPlugIn
fromXml in interface AEP_DictionaryPlugInxml - the ready read-in XML content for this plugin only.#toXml(e4s.util.E4PrintStream)
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_Select(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateTable_Select in interface AEP_DictionaryPlugInE4DBException
public void generateTable_Vector(E4DBTable table,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateTable_Vector in interface AEP_DictionaryPlugInE4DBException
public void generateType(E4DBType type,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateType in interface AEP_DictionaryPlugInE4DBException
public void generateView(E4DBView view,
E4DBJavaGeneratorPrintStream out)
throws E4DBException
generateView in interface AEP_DictionaryPlugInE4DBExceptionpublic 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 init(E4DBDict dict)
AEP_DictionaryPlugIn
init in interface AEP_DictionaryPlugIndict - the data dictionary
public void toXml(E4PrintStream pstr,
boolean is_e4s_system_dictionary)
AEP_DictionaryPlugIn
toXml in interface AEP_DictionaryPlugInpstr - an opened XML stream#fromXml(String)
public void start(HTML html,
E4CgiParams params)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||