com.ivata.groupware.container.persistence |
|
Java Source File Name | Type | Comment |
AuthorDO.java | Interface | Data objects implementing this interface define who created and modified
them. |
AuthorTimestampDO.java | Class | Subclasses of this abstract class define both timestamp and author
information. |
AuthorTimestampNamedDO.java | Class |
Any data object which has a unique name for display in lists or choices
should extend this class. |
BaseDO.java | Class |
This data object class is inherited by all others. |
DisplayValueDO.java | Interface |
Any data object which has a unique name for display in lists or choices
should implement this interface. |
NamedDO.java | Interface | Data objects which have a name should implement this interface. |
QueryPersistenceManager.java | Interface | Extends the ivata masks persistence manager to include
facilities to execute queries against the persistence store, and adds
listeners. |
TimestampDO.java | Interface | |
TimestampDOHandling.java | Class | |
TimestampDOListener.java | Class | This class handles the timestamp properties when objects are added to or
amended in the store. |