Package edu.jhu.tmaj.client.tables.logs

Provide classes that enabled database logging of any changes.

See:
          Description

Interface Summary
ChangeLog Represents a single unit of change to the database.
 

Class Summary
BeanLogger Provides utility classes for logging changes to any of the JBean classes in TMAJ.
DeletionLog A ChangeLog indicating a record was deleted.
FieldUpdateLog A ChangeLog indicating a field of a record was updated.
HistoryDialog A Dialog that displays in table-format a history of the changes to a given record
LogTableNumbers A utility class that gives each updatable table in TMAJ a unique table number.
RecordModify Represents a user modifying a unique record in a given TMAJ table.
 

Package edu.jhu.tmaj.client.tables.logs Description

Provide classes that enabled database logging of any changes. These classes will allow the database to keep track of the details of any change including who did the change, which table it was on, the fieldname, and the record.