www.element4solution.com

e4s.persistant
Class E4PersistantRepository

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.persistant.E4PersistantRepository

Deprecated.

public class E4PersistantRepository
extends E4Object


Field Summary
 boolean m_remove_milliseconds_date_values
          Deprecated. If true, date values are set to nn:nn:nn.000
static java.lang.String VERSION
          Deprecated.  
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4PersistantRepository()
          Deprecated.  
E4PersistantRepository(E4PersistantBase path)
          Deprecated.  
 
Method Summary
static java.lang.String _getSVNVersionString()
          Deprecated. Get version info string from subversion.
 void add(java.lang.Class clazz, E4PersistantVector vec)
          Deprecated.  
 void add(java.lang.Object o)
          Deprecated.  
 java.lang.Class[] getClasses()
          Deprecated. Get a list of all stored classes.
 java.util.Enumeration getEnumerationX(java.lang.Class clazz)
          Deprecated. Get the enumeration of stored objects for all the objects of class clazz.
static java.lang.reflect.Field[] getExportFields(java.lang.Class clazz)
          Deprecated.  
static java.lang.String Hex2(char ch)
          Deprecated.  
 boolean isAvailable()
          Deprecated. Check, if the persistant values have been already read.
 void read()
          Deprecated.  
 void read(E4PersistantBase path)
          Deprecated.  
 void read(E4PersistantBase path, java.lang.Class clazz)
          Deprecated.  
 void remove(java.lang.Object o)
          Deprecated.  
 void removeAll()
          Deprecated.  
 void removeAll(boolean mark_changed, boolean save)
          Deprecated.  
 void removeAll(java.lang.Class clazz, boolean mark_changed, boolean save)
          Deprecated.  
 void save()
          Deprecated.  
 void save(E4PersistantBase path)
          Deprecated.  
 void save(E4PersistantBase path, java.lang.Class clazz)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
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, 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

VERSION

public static final java.lang.String VERSION
Deprecated. 
See Also:
Constant Field Values

m_remove_milliseconds_date_values

public boolean m_remove_milliseconds_date_values
Deprecated. 
If true, date values are set to nn:nn:nn.000

Constructor Detail

E4PersistantRepository

public E4PersistantRepository(E4PersistantBase path)
Deprecated. 

E4PersistantRepository

public E4PersistantRepository()
Deprecated. 
Method Detail

add

public void add(java.lang.Class clazz,
                E4PersistantVector vec)
Deprecated. 

getClasses

public java.lang.Class[] getClasses()
Deprecated. 
Get a list of all stored classes.

Returns:
null if nothing defined, or an Array of classes defined.

add

public void add(java.lang.Object o)
Deprecated. 

remove

public void remove(java.lang.Object o)
Deprecated. 

removeAll

public void removeAll(java.lang.Class clazz,
                      boolean mark_changed,
                      boolean save)
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

removeAll

public void removeAll(boolean mark_changed,
                      boolean save)
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

removeAll

public void removeAll()
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

getEnumerationX

public java.util.Enumeration getEnumerationX(java.lang.Class clazz)
Deprecated. 
Get the enumeration of stored objects for all the objects of class clazz.

Parameters:
clazz - the class of the objects to get retrieved
Returns:
null, if no objects are found

save

public void save()
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

save

public void save(E4PersistantBase path)
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

save

public void save(E4PersistantBase path,
                 java.lang.Class clazz)
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

getExportFields

public static java.lang.reflect.Field[] getExportFields(java.lang.Class clazz)
Deprecated. 

isAvailable

public boolean isAvailable()
Deprecated. 
Check, if the persistant values have been already read.

Returns:
true, if already read or some objects have been created

read

public void read()
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

read

public void read(E4PersistantBase path)
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

read

public void read(E4PersistantBase path,
                 java.lang.Class clazz)
          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class E4Object

Hex2

public static java.lang.String Hex2(char ch)
Deprecated. 

_getSVNVersionString

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

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

www.element4solution.com