|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.identity.DisplayIdentificationStandardDelegate
wt.identity.DisplayIdentificationIteratedDelegate
wt.identity.DisplayIdentificationVersionedDelegate
This is a standard delegate implementation for providing display identification
information for versioned objects. The class provides a basic pattern
for delegate initialization (versioned objects) which classes that implement
this one can utilize.
Supported API: true
Extendable: true
VersionedDisplayIdentity
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
private DisplayIdentity |
conceptIdentity
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private DisplayIdentity |
versionIdentity
|
Fields inherited from class wt.identity.DisplayIdentificationIteratedDelegate |
|
Fields inherited from class wt.identity.DisplayIdentificationStandardDelegate |
VERBOSE |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
DisplayIdentificationVersionedDelegate()
|
Method Summary | |
protected DisplayIdentity |
getConceptIdentity()
Gets the value of the attribute: conceptIdentity. |
DisplayIdentity |
getDisplayIdentity()
Supported API: false |
protected DisplayIdentity |
getVersionIdentity()
Gets the value of the attribute: versionIdentity. |
protected abstract void |
initializeConceptIdentity(Object object)
Initialize the identity for the concept portion of the object. |
protected abstract void |
initializeVersionIdentity(Object object)
Initialize the identity for the version portion of the object. |
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(DisplayIdentificationVersionedDelegate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected void |
setConceptIdentity(DisplayIdentity a_ConceptIdentity)
Sets the value of the attribute: conceptIdentity. |
protected void |
setVersionIdentity(DisplayIdentity a_VersionIdentity)
Sets the value of the attribute: versionIdentity. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.identity.DisplayIdentificationIteratedDelegate |
getIterationIdentity, initializeIterationIdentity, readVersion, setIterationIdentity |
Methods inherited from class wt.identity.DisplayIdentificationStandardDelegate |
getDisplayIdentifier, getDisplayType, getIdentifier, getMessageKey, getOriginalType, getResourceBundle, getType, initialize, initializeIdentifier, initializeType, readVersion, setIdentifier, setOriginalType, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private DisplayIdentity conceptIdentity
private DisplayIdentity versionIdentity
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public DisplayIdentificationVersionedDelegate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class DisplayIdentificationIteratedDelegate
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class DisplayIdentificationIteratedDelegate
input
-
IOException
ClassNotFoundException
protected boolean readVersion(DisplayIdentificationVersionedDelegate 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
protected DisplayIdentity getConceptIdentity()
protected void setConceptIdentity(DisplayIdentity a_ConceptIdentity)
a_ConceptIdentity
- protected DisplayIdentity getVersionIdentity()
protected void setVersionIdentity(DisplayIdentity a_VersionIdentity)
a_VersionIdentity
- protected abstract void initializeConceptIdentity(Object object)
object
- protected abstract void initializeVersionIdentity(Object object)
object
- public DisplayIdentity getDisplayIdentity()
getDisplayIdentity
in interface DisplayIdentification
getDisplayIdentity
in class DisplayIdentificationStandardDelegate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |