Uses of Class
org.paneris.jal.model.RecordSet

Packages that use RecordSet
org.paneris.jal.model Persistent data. 
 

Uses of RecordSet in org.paneris.jal.model
 

Methods in org.paneris.jal.model that return RecordSet
 RecordSet DDRecord.getChildren(java.lang.String table, java.lang.String field)
           
static RecordSet RecordSet.getInstance(org.webmacro.servlet.WebContext context, java.lang.String identifier)
          Returns the single instance, or null it can't be found (or has changed) the RecordSet is referenced in the session by the identifier
static RecordSet RecordSet.getInstance(org.webmacro.servlet.WebContext context, java.lang.String db, java.lang.String table, java.sql.PreparedStatement sql, java.lang.Integer inc, java.lang.String identifier)
          Returns the single instance, creating one if it can't be found (or has changed) set the increment to null, in order to have it defaulted for this table the RecordSet is referenced in the session by the identifier
static RecordSet RecordSet.getInstance(org.webmacro.servlet.WebContext context, java.lang.String db, java.lang.String table, java.lang.String sql, java.lang.Integer inc)
          copes with situations where no identifier is specified (should be marked as depreciated)
static RecordSet RecordSet.getInstance(org.webmacro.servlet.WebContext context, java.lang.String db, java.lang.String table, java.lang.String sql, java.lang.Integer inc, java.lang.String identifier)
          Returns the single instance, creating one if it can't be found (or has changed) set the increment to null, in order to have it defaulted for this table the RecordSet is referenced in the session by the identifier
static RecordSet RecordSet.getInstance(org.webmacro.servlet.WebContext context, java.lang.String db, java.lang.String table, UniqueVector results, java.lang.Integer inc)
          Returns the single instance, creating one if it can't be found (or has changed) use this method if you have pre-built your results (ie a simple sql string does not provide enough flexability).
 RecordSet DDRecord.getOrderedChildren(java.lang.String table, java.lang.String field, java.lang.String orderField)
          gets an ordered record set of child data for this record for a given table
 



Copyright © 2000-2008 PanEris. All Rights Reserved.