| Interface | Description |
|---|---|
| Dated |
An interface that represents an object that contains date attributes to
track history.
|
| Publishable |
An interface that represents an object that holds state regarding its
publishable/published status.
|
| Sortable |
An interface used to represent objects that may be sorted using a field.
|
| Treeable<T> |
An interface that defines the methods that must be implemented to enable
automatic generation and binding of
echopointng.Tree
components. |
| Class | Description |
|---|---|
| Category |
A default category model object that may be used to represent categories
or classifications.
|
| CategoryFactory |
Repository class for the
Category model object. |
| Factory<T> |
The base class for all repository classes.
|
| Group |
The JavaBean that represents a group record used to implement
authorisation.
|
| GroupFactory |
The repository class for interactions with the
Group JDO
persistent object. |
| JDOObject |
A base object from which all the
JDO Object
classes will be derived. |
| NameDescription |
A JavaBean that represents a simple
name and
description pair. |
| PersistenceManagerFactory |
A factory for accessing instances of a JDO
PersistenceManager
that are necessary for interacting with the data store. |
| StartLetter |
A simple object that is used to implement efficient alphabetical
indexing of persistent objects.
|
| StartLetterFactory |
A repository class for abstracting interactions between the
StartLetter JDO JavaBean and the JDO data store. |
| User |
The base class for all objects representing a user in a data store.
|
| UserFactory |
The repository class for interactions with the
User JDO JavaBean. |
Package with core JDO data objects and interfaces. Use these as the basic building blocks for persistent objects.
PersistenceManagerFactory -
Use factory class to fetch instances of a JDO2
PersistenceManager.JDOObject - Root object
in a JDO datastore, that can be used to mandate
certain rules in all JDO2 persistent objects.