Uses of Package
com.taggercat.model

Packages that use com.taggercat.model
com.taggercat Classes and properties used for configuration and message reporting. 
com.taggercat.handlers Tagger Cat's standard Request Handlers and Action Beans 
com.taggercat.model The model layer of Tagger Cat's web framework 
com.taggercat.rules Tagger Cat's Derivation rules 
com.taggercat.security Tagger Cat's authentication and authorization 
com.taggercat.tags Tagger Cat's JSP tag library 
com.taggercat.util Tagger Cat's utility classes 
 

Classes in com.taggercat.model used by com.taggercat
CodeTable
          This class represents code tables, AKA lookup tables.
Model
          Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
 

Classes in com.taggercat.model used by com.taggercat.handlers
DataSource
          Encapsulates a named HNB8 query and it's associated result set, or a child collection of a parent entity.
Model
          Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
 

Classes in com.taggercat.model used by com.taggercat.model
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.
DataSourceEvent
          DataSourceEvent objects are passed to DataSourceEventListeners to notify of DataSource events.
DataSourceEventListener
          DataSourceEventListener defines the interface between a DataSource and any object that needs notification of DataSourceEvents.
DataSourceInitParameter
          The initialization parameters used in the datasource init method.
DataSourceMode
           
DataSourceQBFData
           
IResultSetCollection
          The interface we require of all datasource resultsets.
Model
          Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
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.
SortProperty
          Represents a Sort property used by a datasource.
SortProperty.DIRECTION
           
TCEntity
          The interface is required by entities managed by the Tagger Cat framework.
 

Classes in com.taggercat.model used by com.taggercat.rules
DataSource
          Encapsulates a named HNB8 query and it's associated result set, or a child collection of a parent entity.
Model
          Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
PropertyValueException
          Exceptions of this class are thrown when a property is set to an invalid value.
TCEntity
          The interface is required by entities managed by the Tagger Cat framework.
 

Classes in com.taggercat.model used by com.taggercat.security
DataSourceEvent
          DataSourceEvent objects are passed to DataSourceEventListeners to notify of DataSource events.
DataSourceEventListener
          DataSourceEventListener defines the interface between a DataSource and any object that needs notification of DataSourceEvents.
 

Classes in com.taggercat.model used by com.taggercat.tags
DataSource
          Encapsulates a named HNB8 query and it's associated result set, or a child collection of a parent entity.
Model
          Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
TCEntity
          The interface is required by entities managed by the Tagger Cat framework.
 

Classes in com.taggercat.model used by com.taggercat.util
DataSource
          Encapsulates a named HNB8 query and it's associated result set, or a child collection of a parent entity.
IResultSetCollection
          The interface we require of all datasource resultsets.
Model
          Model encapsulates the Hibernate model objects, and contains the collection of data source instances associated with the current user's session.
TCEntity
          The interface is required by entities managed by the Tagger Cat framework.