|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.transactionalSupport.TransactionalObjectAdapter
|
+--com.objectwave.transactionalSupport.ExampleObject
An example of a persistent business object that extends from TransactionalObjectAdapter.
| Field Summary |
| Fields inherited from class com.objectwave.transactionalSupport.TransactionalObjectAdapter |
editor |
| Constructor Summary | |
ExampleObject()
|
|
| Method Summary | |
long |
getALong()
Generated accessors that route get and set methods through our ObjectEditor. |
java.lang.String |
getEmailAddress()
Generated accessors that route get and set methods through our ObjectEditor. |
java.lang.String |
getTitle()
Generated accessors that route get and set methods through our ObjectEditor. |
static void |
main(java.lang.String[] args)
|
void |
setALong(long aValue)
Generated accessors that route get and set methods through our ObjectEditor. |
void |
setEmailAddress(java.lang.String aValue)
Generated accessors that route get and set methods through our ObjectEditor. |
void |
setTitle(java.lang.String aValue)
Generated accessors that route get and set methods through our ObjectEditor. |
void |
update(boolean get,
java.lang.Object[] data,
java.lang.reflect.Field[] fields)
This method allows me to get arounds security problems with updating and object from a generic framework. |
| Methods inherited from class com.objectwave.transactionalSupport.TransactionalObjectAdapter |
getObjectEditor, initializeObjectEditor, isDirty, isTransient, setAsTransient, setObjectEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExampleObject()
| Method Detail |
public java.lang.String getEmailAddress()
public long getALong()
public void setALong(long aValue)
public java.lang.String getTitle()
public void setEmailAddress(java.lang.String aValue)
public void setTitle(java.lang.String aValue)
public void update(boolean get,
java.lang.Object[] data,
java.lang.reflect.Field[] fields)
update in interface TransactionalObjectIFupdate in class TransactionalObjectAdapterpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||