Package com.taggercat.model

The model layer of Tagger Cat's web framework

See:
          Description

Interface Summary
DataSourceEventListener DataSourceEventListener defines the interface between a DataSource and any object that needs notification of DataSourceEvents.
IResultSetCollection<E> The interface we require of all datasource resultsets.
TCEntity The interface is required by entities managed by the Tagger Cat framework.
 

Class Summary
AbstractTCEntity The standard super class for all Tagger Cat entities.
AutoFilterWhereClause This class is used to manage "Auto-Filter" portions of Criteria where clauses.
CodeTable This class represents code tables, AKA lookup tables.
DataSource Encapsulates a named HNB8 query and it's associated result set, or a child collection of a parent entity.
DataSource.PropertyComparator The comparator used when sorting child data sources
DataSourceEvent DataSourceEvent objects are passed to DataSourceEventListeners to notify of DataSource events.
DataSourceInitParameter The initialization parameters used in the datasource init method.
DataSourceQBFData  
Model Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
ResultSet This class encapsulates the Hibernate result set returned from a query.
SortProperty Represents a Sort property used by a datasource.
TCPersistentList  
TCPersistentSet A persistent wrapper for a java.util.Set.
 

Enum Summary
DataSourceMode  
SortProperty.DIRECTION  
 

Exception Summary
ModelException This class is used to raise Model exceptions; usually as the result of failed queries or updates.
PropertyValueException Exceptions of this class are thrown when a property is set to an invalid value.
 

Package com.taggercat.model Description

The model layer of Tagger Cat's web framework