|
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.persistant.E4PersistantVector
public class E4PersistantVector
A Vector like structure to be used for persistance. See function getQuery() in the generated table classes.
| Field Summary |
|---|
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4PersistantVector()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Deprecated. Get version info string from subversion. |
void |
addElement(java.lang.Object o)
Deprecated. Add an element to the Vector. |
java.util.Enumeration |
elements()
Deprecated. Get an Enumeration of the elements. |
java.util.Vector |
getVector()
Deprecated. Get the underlaying Vector. |
boolean |
hasChanged()
Deprecated. Get the status of the changed flag for the Vector. |
void |
removeAllElements(boolean new_changed_flag)
Deprecated. Remove all elements from the Vector. |
void |
removeElement(java.lang.Object o)
Deprecated. Remove an element from the vector. |
void |
resetChanged()
Deprecated. Reset the changed flag. |
int |
size()
Deprecated. Get the number of elements in the Vector. |
java.lang.String |
toString()
Deprecated. |
void |
updateElement(java.lang.Object o)
Deprecated. Change the changed flag for the vector on true, independent of the object. |
| 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 |
| Constructor Detail |
|---|
public E4PersistantVector()
| Method Detail |
|---|
public void addElement(java.lang.Object o)
o - the element to be added, may not be nullremoveElement( Object )public void removeElement(java.lang.Object o)
o - element to be removed.addElement(Object)public void updateElement(java.lang.Object o)
public boolean hasChanged()
resetChanged()public void removeAllElements(boolean new_changed_flag)
new_changed_flag - is the new status for the changed flag.public void resetChanged()
hasChanged()public java.util.Enumeration elements()
getVector()public java.util.Vector getVector()
elements()public int size()
public java.lang.String toString()
toString in class E4Objectpublic static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||