www.element4solution.com

e4s.application.sysmodule.dict
Class E4ModuleDictionaryPlugInTypeRefChange

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.E4HtmlObject
          extended by e4s.servlet.E4ModuleImplementation
              extended by e4s.application.sysmodule.dict.E4ModuleDictionary
                  extended by e4s.application.sysmodule.dict.E4ModuleDictionaryPlugInTypeRefChange

public class E4ModuleDictionaryPlugInTypeRefChange
extends E4ModuleDictionary

Implementation in association with E4DBDictPlugInTypeReferenceChange


Field Summary
static E4Method add
           
static E4Method addSave
           
static E4Method delete
           
static E4Method edit
           
static E4Method start
           
 
Fields inherited from class e4s.application.sysmodule.dict.E4ModuleDictionary
_FRAMENAME_CONTENT, _FRAMENAME_TREE, _JAVASCRIPT_REFRESH, clientSpecificDatabases, DICT_TREE_VAL_FUNCTIONS, DICT_TREE_VAL_PLUGINS, DICT_TREE_VAL_TABLES, DICT_TREE_VAL_TYPES, DICT_TREE_VAL_VIEWS, editParams, modifyDatabases, pickupPackage, ROOT_FUNCTIONS, ROOT_PARAMS_ID, ROOT_PLUGINS, ROOT_TABLES_ID, ROOT_TYPES_ID, ROOT_VIEWS_ID, SESSION_OBJ_TREE, startDict, startDictLoading, toggleNode
 
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
E4ModuleDictionaryPlugInTypeRefChange()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 void add(HTML html, E4CgiParams params)
           
 void addSave(HTML html, E4CgiParams params)
           
 void delete(HTML html, E4CgiParams params)
           
 void edit(HTML html, E4CgiParams params)
           
 E4DBDictPlugInTypeReferenceChange getPlugin()
           
 E4DBDictPlugInTypeReferenceChange getPlugin(E4DBDict dict)
           
 void showAll(BODY body, E4DBDict dict)
           
 void start(HTML html)
           
 
Methods inherited from class e4s.application.sysmodule.dict.E4ModuleDictionary
addTable, addType, addTypes, addView, addViews, clientSpecificDatabases, editParams, modifyDatabases, pickupPackage, refreshTree, startDict, startDictLoading, toggleNode
 
Methods inherited from class e4s.servlet.E4ModuleImplementation
canDo, canDo, canRun, closeHtmlOutput, empty2nbsp, empty2nbsp, getApplication_Permissions, getApplication, getApplObj, getClient, getClientImage, getClientObject, getClientObject, getClientObject, getClientValue, getClientValueBool, getClientValueDate, getClientValueFloat, getClientValueInt, getClientValueLong, getCookie, getCookieArr, getCookieBool, getCookieDate, getCookieLong, getCountryCode, getCSS, getDateFormat, getDbConnection, getDecimalSign, getE4ClientLogo, getE4S_Permissions, getLanguage_App, getLanguage_Sys, getLanguage, getParameters, getPersistantParameter, getPersistantParameterBoolean, getPersistantParameterDate, getPersistantParameterInt, getPersistantParameterIntArr, getPersistantParameterLong, getPickParams, getRemoteAddr, getRequiredModulePermission, getServlet, getSession, getSessionId, getSessionObject_Boolean, getSessionObject_Long, getSessionObject_String, getSessionObject, getSessionObject, getSessionObjects, getTimeFormat, getTimeZone, getUrl, getUserEmail, getUserValue, getUserValue, getUserValueArr, getUserValueBool, getUserValueBool, getUserValueDate, getUserValueDate, getUserValueInt, getUserValueInt, getUserValueLong, getUserValueLong, isok, isPersistant, isRunningWindow, isTimeout, ok, openHtmlOutput, removeApplicationObject, removeClientObject, removeClientObject, removeClientObject, removeClientValue, removeSessionObject, removeSessionObject, removeUserValue, removeUserValue, resetClientLogo, setAjaxTrace, setApplication, setApplicationObject, setClientObject, setClientObject, setClientObject, setClientValue, setClientValue, setClientValue, setClientValue, setClientValue, setClientValue, setClientValue, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setCookie, setPersistantParameter, setPersistantParameter, setPersistantParameter, setPersistantParameter, setPersistantParameter, setPersistantParameter, setServlet, setSessionObject, setSessionObject, setSessionObject, setSessionObject, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, setUserValue, SystemError, write, write, write, write, write, writeln, writeln, writeln, writeln
 
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

start

public static E4Method start

edit

public static E4Method edit

delete

public static E4Method delete

add

public static E4Method add

addSave

public static E4Method addSave
Constructor Detail

E4ModuleDictionaryPlugInTypeRefChange

public E4ModuleDictionaryPlugInTypeRefChange()
Method Detail

start

public void start(HTML html)
           throws java.lang.Exception
Throws:
java.lang.Exception

showAll

public void showAll(BODY body,
                    E4DBDict dict)
             throws java.lang.Exception
Throws:
java.lang.Exception

delete

public void delete(HTML html,
                   E4CgiParams params)
            throws java.lang.Exception
Throws:
java.lang.Exception

edit

public void edit(HTML html,
                 E4CgiParams params)
          throws java.lang.Exception
Throws:
java.lang.Exception

add

public void add(HTML html,
                E4CgiParams params)
         throws java.lang.Exception
Throws:
java.lang.Exception

addSave

public void addSave(HTML html,
                    E4CgiParams params)
             throws java.lang.Exception
Throws:
java.lang.Exception

getPlugin

public E4DBDictPlugInTypeReferenceChange getPlugin()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getPlugin

public E4DBDictPlugInTypeReferenceChange getPlugin(E4DBDict dict)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com