|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.tmaj.client.tables.logs.FieldUpdateLog
final class FieldUpdateLog
A ChangeLog indicating a field of a record was updated.
| Constructor Summary | |
|---|---|
FieldUpdateLog(RecordModify recordModify,
java.lang.String fieldName,
java.lang.String oldValue,
java.lang.String newValue)
Constructs this object. |
|
| Method Summary | |
|---|---|
void |
insertIntoDatabase()
Inserts the ChangeLog into one of the Log-Recording tables in the Database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
FieldUpdateLog(RecordModify recordModify,
java.lang.String fieldName,
java.lang.String oldValue,
java.lang.String newValue)
recordModify - the record being updatedfieldName - the fieldname of the record being updated.oldValue - the former of the cell [NOTE: This is not yet used]newValue - the new value the user assigns for this cell| Method Detail |
|---|
public void insertIntoDatabase()
throws java.sql.SQLException
ChangeLog
insertIntoDatabase in interface ChangeLogjava.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||