|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.lite.AbstractLiteObject
wt.csm.navigation.litenavigation.AbstractFormView
wt.csm.navigation.litenavigation.AbstractQueryFormView
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static int |
DIRTY
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static int |
NOT_DELETED
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private Vector |
theAbstractQueryFormElementView
|
private Vector |
theQueryFormElementDefaultView
|
Fields inherited from class wt.csm.navigation.litenavigation.AbstractFormView |
|
Fields inherited from class wt.lite.AbstractLiteObject |
ILLEGAL_ACCESS, SERVER |
Fields inherited from interface wt.lite.InnerObjectState |
CHANGED_STATE, DELETED_STATE, KEY, NEW_STATE, STATE, UNCHANGED_STATE, UNINITIALIZED_STATE |
Fields inherited from interface wt.lite.Liteable |
UPDATE_COUNT |
Constructor Summary | |
AbstractQueryFormView()
Supported API: false |
|
AbstractQueryFormView(int updateCount,
ObjectIdentifier objectID)
Supported API: false |
Method Summary | |
void |
addQueryFormElement(AbstractQueryFormElementView queryFormElement)
Supported API: false |
Object |
clone()
Supported API: false |
protected AbstractQFElementValueView |
cloneElement(AbstractQFElementValueView element)
|
protected AbstractQueryFormElementView |
cloneQueryFormElement(AbstractQueryFormElementView form)
|
void |
deleteQueryFormElement(AbstractQueryFormElementView queryFormElement)
Supported API: false |
Vector |
getAbstractQueryFormElementView()
Gets the object for the association that plays role: theAbstractQueryFormElementView. |
AbstractQueryFormElementView[] |
getChangedQueryFormElements()
Supported API: false |
AbstractQueryFormElementView[] |
getDeletedQueryFormElements()
Supported API: false |
abstract String |
getLocalizedDisplayString()
Supported API: false |
AbstractQueryFormElementView[] |
getNewQueryFormElements()
Supported API: false |
AbstractQueryFormElementView[] |
getQueryFormElements()
Supported API: false |
Vector |
getSearchSpecification(String target,
AttributeDefDefaultView dependency)
Supported API: false |
boolean |
isDirty()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(AbstractQueryFormView thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected void |
replaceElement(AbstractQueryFormElementView a_form)
|
void |
setAbstractQueryFormElementView(Vector a_AbstractQueryFormElementView)
Sets the object for the association that plays role: theAbstractQueryFormElementView. |
protected void |
setStateDirty()
Supported API: false |
void |
update(CloneUpdateable clone)
Supported API: false |
protected void |
updateElement(AbstractQueryFormElementView copyTo,
AbstractQueryFormElementView copyFrom)
|
void |
updateQueryFormElement(AbstractQueryFormElementView queryFormElement)
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.csm.navigation.litenavigation.AbstractFormView |
getKey, getState, readVersion, setKey, setState |
Methods inherited from class wt.lite.AbstractLiteObject |
compareUpdateCount, getHeavyObjectClassname, getObjectID, getUpdateCount, isPersistedObjectEqual, readVersion, setLocalizedDisplayString, setObjectID, setUpdateCount |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Vector theAbstractQueryFormElementView
private Vector theQueryFormElementDefaultView
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final int NOT_DELETED
private static final int DIRTY
Constructor Detail |
public AbstractQueryFormView(int updateCount, ObjectIdentifier objectID) throws CSMClassificationNavigationException
updateCount
- objectID
-
CSMClassificationNavigationException
public AbstractQueryFormView()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractFormView
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractFormView
input
-
IOException
ClassNotFoundException
protected boolean readVersion(AbstractQueryFormView thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public Vector getAbstractQueryFormElementView()
public void setAbstractQueryFormElementView(Vector a_AbstractQueryFormElementView) throws WTPropertyVetoException
a_AbstractQueryFormElementView
-
WTPropertyVetoException
public Object clone()
clone
in class AbstractFormView
public void addQueryFormElement(AbstractQueryFormElementView queryFormElement) throws CSMClassificationNavigationException
queryFormElement
-
CSMClassificationNavigationException
public void deleteQueryFormElement(AbstractQueryFormElementView queryFormElement) throws CSMClassificationNavigationException
queryFormElement
-
CSMClassificationNavigationException
public void updateQueryFormElement(AbstractQueryFormElementView queryFormElement) throws CSMClassificationNavigationException
queryFormElement
-
CSMClassificationNavigationException
public AbstractQueryFormElementView[] getQueryFormElements() throws CSMClassificationNavigationException
CSMClassificationNavigationException
protected void setStateDirty()
setStateDirty
in class AbstractFormView
public boolean isDirty()
isDirty
in interface InnerObjectState
isDirty
in class AbstractFormView
public void update(CloneUpdateable clone) throws WTException
update
in interface CloneUpdateable
update
in class AbstractFormView
clone
-
WTException
public AbstractQueryFormElementView[] getDeletedQueryFormElements() throws CSMClassificationNavigationException
CSMClassificationNavigationException
public AbstractQueryFormElementView[] getChangedQueryFormElements() throws CSMClassificationNavigationException
CSMClassificationNavigationException
public AbstractQueryFormElementView[] getNewQueryFormElements() throws CSMClassificationNavigationException
CSMClassificationNavigationException
public abstract String getLocalizedDisplayString()
getLocalizedDisplayString
in interface LocalizedStringDisplayable
getLocalizedDisplayString
in class AbstractFormView
public Vector getSearchSpecification(String target, AttributeDefDefaultView dependency) throws CSMQueryException
target
- dependency
-
CSMQueryException
protected AbstractQueryFormElementView cloneQueryFormElement(AbstractQueryFormElementView form)
protected AbstractQFElementValueView cloneElement(AbstractQFElementValueView element)
protected void replaceElement(AbstractQueryFormElementView a_form) throws WTException
WTException
protected void updateElement(AbstractQueryFormElementView copyTo, AbstractQueryFormElementView copyFrom) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |