Collection
Table of Contents
Interfaces
- CollectionInterface
- Marker interface for collection classes
- EditableCollectionInterface
- Interface for collection classes which es enabled to be modified
- NameableCollectionInterface
- Marker interface for a collection class with title and description
- PersistableCollectionInterface
- Interface for collection class being persistable
- RecordCollectionInterface
- Collection for handling records from a single database-table.
- SortableCollectionInterface
- Interface for collection class being sortable
Classes
- AbstractRecordCollection
- Abstract implementation of a RecordCollection
- LazyRecordCollection
- When first accessed, this class will initialize itself and find the relations for this record field.