|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.persist.examples.InvertPerson
|
+--com.objectwave.persist.examples.InvertPersonPersistenceBase
| Field Summary | |
RDBPersistentAdapter |
adapt
|
ObjectEditingView |
editor
|
java.lang.Integer |
objectIdentifier
|
| Fields inherited from class com.objectwave.persist.examples.InvertPerson |
age, name |
| Constructor Summary | |
InvertPersonPersistenceBase()
|
|
| Method Summary | |
protected void |
addDefaultPrimaryAttribute(java.util.ArrayList list)
Add primary attribute type with a column name of databaseIdentifer. |
protected RDBPersistentAdapter |
createAdapter(Persistence persistentObject)
Create the new ObjectEditingView instance that is to be our 'adapter' to the persistent object. |
void |
delete()
|
Persistence |
getAdapter()
Gets the Adapter attribute of the DomainObject object |
java.lang.String |
getBrokerName()
Support for individual instances residing in their own brokers. |
protected java.util.Vector |
getClassDescriptor()
|
ObjectEditingView |
getObjectEditor()
Gets the ObjectEditor attribute of the DomainObject object |
java.lang.Integer |
getObjectIdentifier()
Gets the ObjectIdentifier attribute of the DomainObject object |
java.lang.Object |
getPrimaryKeyField()
Gets the PrimaryKeyField attribute of the DomainObject object |
java.lang.Object[] |
getPrimaryKeyFields()
Gets the PrimaryKeyField attributes of the DomainObject object |
protected java.lang.String |
getTableName()
|
protected XMLDecoder |
getXmlDefinition(java.lang.String xmlTag,
java.lang.Object obj)
Create the XMLDecoder object that will allow the creation of all of the map information. |
protected void |
initDescriptor(java.lang.String xmlTag,
Persistence obj,
RDBPersistentAdapter adapter)
Read in the XML file and populate the persistent map information. |
ObjectEditingView |
initializeObjectEditor(java.lang.String xmlTag)
Called to initialize object editor It will use an XML file for the field match. |
void |
insert()
Force this object to be a part of the changedObjects list. |
boolean |
isDirty()
Gets the Dirty attribute of the DomainObject object |
boolean |
isRetrievedFromDatabase()
Gets the RetrievedFromDatabase attribute of the DomainObject object |
boolean |
isTransient()
Gets the Transient attribute of the DomainObject object |
protected java.lang.String |
locateXmlMap(java.lang.String xmlTag,
java.lang.Object persistentObject)
Find the XML document that contains the persitent map information. |
boolean |
lock(boolean wait)
This method was created in VisualAge. |
void |
markForDelete()
Mark this object to be deleted in this transaction. |
void |
save()
|
void |
setAsTransient(boolean value)
Sets the AsTransient attribute of the DomainObject object |
void |
setBrokerName(java.lang.String aValue)
Support for individual instances residing in their own brokers. |
protected void |
setClassDescriptor(java.util.Vector v)
|
void |
setObjectEditor(ObjectEditingView e)
For an RDBPersistent system, this will be an RDBPersistentAdapter. |
void |
setObjectIdentifier(java.lang.Integer aValue)
Sets the ObjectIdentifier attribute of the DomainObject object |
void |
setPrimaryKeyField(java.lang.Object obj)
Sets the PrimaryKeyField attribute of the DomainObject object |
void |
setPrintString(java.lang.String value)
A user friendly description. |
void |
setRetrievedFromDatabase(boolean b)
Sets the RetrievedFromDatabase attribute of the DomainObject object |
protected void |
setTableName(java.lang.String table)
|
protected void |
setup()
Override this method if you wish to setup your object differently. |
java.lang.String |
toString()
|
void |
unlock()
This method was created in VisualAge. |
void |
update(boolean get,
java.lang.Object[] data,
java.lang.reflect.Field[] fields)
Method no longer does anything since setAccessible solves our need for this behavior. |
boolean |
usesAdapter()
|
| Methods inherited from class com.objectwave.persist.examples.InvertPerson |
generateAge, getAge, getName, setAge, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.Integer objectIdentifier
public transient ObjectEditingView editor
public transient RDBPersistentAdapter adapt
| Constructor Detail |
public InvertPersonPersistenceBase()
| Method Detail |
protected void setup()
throws java.lang.Exception
java.lang.Exceptionpublic void setBrokerName(java.lang.String aValue)
setBrokerName in interface PersistenceaValue - The new BrokerName valuepublic void setAsTransient(boolean value)
setAsTransient in interface TransactionalObjectIFvalue - The new AsTransient valuepublic void setObjectEditor(ObjectEditingView e)
setObjectEditor in interface TransactionalObjectIFe - The new ObjectEditor valuepublic void setObjectIdentifier(java.lang.Integer aValue)
aValue - The new ObjectIdentifier valuepublic void setPrimaryKeyField(java.lang.Object obj)
setPrimaryKeyField in interface Persistenceobj - The new PrimaryKeyField valuepublic void setPrintString(java.lang.String value)
value - The new PrintString valuepublic void setRetrievedFromDatabase(boolean b)
setRetrievedFromDatabase in interface Persistenceb - The new RetrievedFromDatabase valuepublic Persistence getAdapter()
getAdapter in interface Persistencepublic java.lang.String getBrokerName()
getBrokerName in interface Persistencepublic ObjectEditingView getObjectEditor()
getObjectEditor in interface TransactionalObjectIFpublic java.lang.Integer getObjectIdentifier()
public java.lang.Object getPrimaryKeyField()
getPrimaryKeyField in interface Persistencepublic java.lang.Object[] getPrimaryKeyFields()
getPrimaryKeyFields in interface Persistencepublic boolean isDirty()
isDirty in interface TransactionalObjectIFpublic boolean isRetrievedFromDatabase()
isRetrievedFromDatabase in interface Persistencepublic boolean isTransient()
isTransient in interface TransactionalObjectIF
public ObjectEditingView initializeObjectEditor(java.lang.String xmlTag)
throws java.io.FileNotFoundException,
ConfigurationException
xmlTag - String The tag name in the initial file
java.io.FileNotFoundException
ConfigurationExceptionlocateXmlMap(java.lang.String, java.lang.Object)
protected void initDescriptor(java.lang.String xmlTag,
Persistence obj,
RDBPersistentAdapter adapter)
throws java.io.FileNotFoundException,
ConfigurationException
xmlTag - obj - adapter -
java.io.FileNotFoundException
ConfigurationException
public void delete()
throws QueryException
delete in interface PersistenceQueryException
public void insert()
throws QueryException
Persistence
insert in interface PersistenceQueryExceptionpublic boolean lock(boolean wait)
lock in interface Persistencewait - boolean
public void markForDelete()
throws QueryException
QueryException
public void save()
throws QueryException
save in interface PersistenceQueryExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void unlock()
unlock in interface Persistence
public void update(boolean get,
java.lang.Object[] data,
java.lang.reflect.Field[] fields)
update in interface TransactionalObjectIFget - data - fields - public boolean usesAdapter()
usesAdapter in interface Persistenceprotected void setTableName(java.lang.String table)
protected void setClassDescriptor(java.util.Vector v)
protected java.lang.String getTableName()
protected java.util.Vector getClassDescriptor()
protected XMLDecoder getXmlDefinition(java.lang.String xmlTag,
java.lang.Object obj)
throws java.io.FileNotFoundException,
ConfigurationException
xmlTag - obj -
java.io.FileNotFoundException
ConfigurationExceptionprotected void addDefaultPrimaryAttribute(java.util.ArrayList list)
list - ArrayList The list that was found in the Xml mapprotected RDBPersistentAdapter createAdapter(Persistence persistentObject)
persistentObject -
protected java.lang.String locateXmlMap(java.lang.String xmlTag,
java.lang.Object persistentObject)
throws ConfigurationException,
java.io.FileNotFoundException
xmlTag - String The tag name for the xml resource.persistentObject -
ConfigurationException
java.io.FileNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||