Uses of Class
org.paneris.util.UniqueVector

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

Uses of UniqueVector in org.paneris.jal.model
 

Methods in org.paneris.jal.model with parameters of type UniqueVector
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).
 

Constructors in org.paneris.jal.model with parameters of type UniqueVector
RecordSet(java.lang.String db, java.lang.String table, UniqueVector results, java.lang.Integer inc)
          Constructor to build a RecordSet given a vector of id's of results.
 



Copyright © 2000-2008 PanEris. All Rights Reserved.