Uses of Class
com.taggercat.model.CodeTable

Packages that use CodeTable
com.taggercat Classes and properties used for configuration and message reporting. 
com.taggercat.model The model layer of Tagger Cat's web framework 
 

Uses of CodeTable in com.taggercat
 

Methods in com.taggercat that return CodeTable
 CodeTable WebContext.getCodeTable(java.lang.String codeTableName)
          Gets the the specified code table, and caches it on the current request
 

Uses of CodeTable in com.taggercat.model
 

Methods in com.taggercat.model that return CodeTable
static CodeTable CodeTable.getCodeTable(java.lang.String entityName, javax.servlet.ServletContext servletContext, org.hibernate.Session rsession)
           
static CodeTable CodeTable.getCodeTable(java.lang.String entityName, javax.servlet.ServletContext servletContext, org.hibernate.Session rsession, java.lang.String tenantName)