A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractEnumParam - Class in org.gusdb.wdk.model
 
AbstractEnumParam() - Constructor for class org.gusdb.wdk.model.AbstractEnumParam
 
addAnswer(AnswerBean) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
addAnswer(Answer) - Method in class org.gusdb.wdk.model.User
 
addAnswerFuzzy(AnswerBean) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
addAnswerFuzzy(Answer) - Method in class org.gusdb.wdk.model.User
 
addAttributesQueryRef(Reference) - Method in class org.gusdb.wdk.model.RecordClass
 
addColumn(Column) - Method in class org.gusdb.wdk.model.Query
 
addItem(EnumItem) - Method in class org.gusdb.wdk.model.EnumParam
 
addLinkAttribute(LinkAttributeField) - Method in class org.gusdb.wdk.model.RecordClass
 
addNestedRecordListQuestion(Question) - Method in class org.gusdb.wdk.model.RecordClass
 
addNestedRecordListQuestionRef(NestedRecordList) - Method in class org.gusdb.wdk.model.RecordClass
 
addNestedRecordQuestion(Question) - Method in class org.gusdb.wdk.model.RecordClass
 
addNestedRecordQuestionRef(NestedRecord) - Method in class org.gusdb.wdk.model.RecordClass
 
addOption(Options, boolean, String, String, int) - Static method in class org.gusdb.wdk.model.test.CommandHelper
 
addParam(Param) - Method in class org.gusdb.wdk.model.ParamSet
 
addParam(SanityParam) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
addParamRef(Reference) - Method in class org.gusdb.wdk.model.Query
 
addParamSet(ParamSet) - Method in class org.gusdb.wdk.model.WdkModel
 
addQuery(Query) - Method in class org.gusdb.wdk.model.QuerySet
 
addQuerySet(QuerySet) - Method in class org.gusdb.wdk.model.WdkModel
 
addQuerySet(ParamSet) - Method in class org.gusdb.wdk.model.WdkModel
 
addQuestion(Question) - Method in class org.gusdb.wdk.model.QuestionSet
 
addQuestion(Question) - Method in class org.gusdb.wdk.model.RecordClass
 
addQuestionSet(QuestionSet) - Method in class org.gusdb.wdk.model.WdkModel
 
addRecordClass(RecordClass) - Method in class org.gusdb.wdk.model.RecordClassSet
 
addRecordClassSet(RecordClassSet) - Method in class org.gusdb.wdk.model.WdkModel
 
addReference(Reference) - Method in class org.gusdb.wdk.model.ReferenceList
 
addReferenceList(ReferenceList) - Method in class org.gusdb.wdk.model.WdkModel
 
addSanityQuery(SanityQueryOrQuestion) - Method in class org.gusdb.wdk.model.test.SanityModel
 
addSanityQuestion(SanityQueryOrQuestion) - Method in class org.gusdb.wdk.model.test.SanityModel
 
addSanityRecord(SanityRecord) - Method in class org.gusdb.wdk.model.test.SanityModel
 
addSanityXmlQuestion(SanityXmlQuestion) - Method in class org.gusdb.wdk.model.test.SanityModel
 
addTableQueryRef(Reference) - Method in class org.gusdb.wdk.model.RecordClass
 
addTextAttribute(TextAttributeField) - Method in class org.gusdb.wdk.model.RecordClass
 
addXmlQuestionSet(XmlQuestionSet) - Method in class org.gusdb.wdk.model.WdkModel
 
addXmlRecordClassSet(XmlRecordClassSet) - Method in class org.gusdb.wdk.model.WdkModel
 
Answer - Class in org.gusdb.wdk.model
A list of RecordInstances representing one page of the answer to a Question.
AnswerBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a Answer that provides simplified access for consumption by a view
AnswerBean(Answer) - Constructor for class org.gusdb.wdk.model.jspwrap.AnswerBean
 
AnswerParam - Class in org.gusdb.wdk.model
 
AnswerParam() - Constructor for class org.gusdb.wdk.model.AnswerParam
 
assignPrimaryKey(String, String) - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
used by the controller.
AttributeField - Class in org.gusdb.wdk.model
 
AttributeField(Column) - Constructor for class org.gusdb.wdk.model.AttributeField
 
AttributeFieldValue - Class in org.gusdb.wdk.model
 
AttributeFieldValue(FieldI, Object) - Constructor for class org.gusdb.wdk.model.AttributeFieldValue
 

B

BANNER_LINE - Static variable in class org.gusdb.wdk.model.test.SanityTester
 
BOOLEAN_PARAM_SET_NAME - Static variable in class org.gusdb.wdk.model.BooleanQuery
ParamSet for all boolean parameters.
BooleanExpression - Class in org.gusdb.wdk.model
 
BooleanExpression(WdkModel) - Constructor for class org.gusdb.wdk.model.BooleanExpression
 
BooleanQuery - Class in org.gusdb.wdk.model
BooleanQuery.java A Query representing the pairing of two other Queries (known as 'boolean operands') in a boolean operation (Union, Intersect, Subtract, etc.).
BooleanQuery() - Constructor for class org.gusdb.wdk.model.BooleanQuery
Normal constructor for a BooleanQuery; handles parameter creation.
BooleanQueryInstance - Class in org.gusdb.wdk.model
BooleanQueryInstance.java Instance instantiated by a BooleanQuery.
BooleanQueryInstance(BooleanQuery) - Constructor for class org.gusdb.wdk.model.BooleanQueryInstance
 
BooleanQuestionLeafBean - Class in org.gusdb.wdk.model.jspwrap
 
BooleanQuestionLeafBean(BooleanQuestionNode, BooleanQuestionNodeBean) - Constructor for class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
BooleanQuestionNode - Class in org.gusdb.wdk.model
Represents a Question in boolean context.
BooleanQuestionNode(Question, BooleanQuestionNode, BooleanQuestionNode, BooleanQuestionNode) - Constructor for class org.gusdb.wdk.model.BooleanQuestionNode
Constructor for a BooleanQuestionNode representing a boolean Question.
BooleanQuestionNode(Question, BooleanQuestionNode) - Constructor for class org.gusdb.wdk.model.BooleanQuestionNode
Constructor for a BooleanQuestionNode representing a leaf in a boolean Query tree containing a Question that is not boolean.
BooleanQuestionNodeBean - Class in org.gusdb.wdk.model.jspwrap
 
BooleanQuestionNodeBean(BooleanQuestionNode, Object, Object, BooleanQuestionNodeBean) - Constructor for class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
BooleanQuestionTester - Class in org.gusdb.wdk.model.test
BooleanQuestionTester.java WDK Testing class that creates a recursive boolean Question and prints out the Answer.
BooleanQuestionTester() - Constructor for class org.gusdb.wdk.model.test.BooleanQuestionTester
 
buildDocument(InputStream) - Static method in class org.gusdb.wdk.model.implementation.ModelXmlParser
 
buildDocument(InputStream) - Static method in class org.gusdb.wdk.model.test.SanityTestXmlParser
 

C

checkInstantiatedText(String) - Static method in class org.gusdb.wdk.model.RecordInstance
 
checkQueryColumns(Query, boolean, boolean) - Method in class org.gusdb.wdk.model.implementation.SqlResultList
 
checkQueryColumns(Query, boolean, boolean) - Method in class org.gusdb.wdk.model.ResultList
 
checkTableExists(String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
checkTableExists(String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
checkTableExists(String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
cleanStringValue(String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
cleanStringValue(String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
cleanStringValue(String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
clear() - Method in class org.gusdb.wdk.model.FieldValueMap
 
clearUserAnswers() - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
clearUserAnswers() - Method in class org.gusdb.wdk.model.User
 
close() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
close() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
close() - Method in class org.gusdb.wdk.model.implementation.SqlResultList
 
close() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
close() - Method in class org.gusdb.wdk.model.ResultList
 
closeResultSet(ResultSet) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 
closeStatement(Statement) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 
Column - Class in org.gusdb.wdk.model
 
Column() - Constructor for class org.gusdb.wdk.model.Column
 
combine(BooleanQuestionNode, BooleanQuestionNode, String, WdkModel, Map<String, String>) - Static method in class org.gusdb.wdk.model.BooleanQuestionNode
 
combineAnswers(String, int, int, Map<String, String>) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
combineUserAnswers(int, int, String, int, int, Map<String, String>) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
combineUserAnswers(int, int, String, int, int, Map<String, String>) - Method in class org.gusdb.wdk.model.User
 
combineUserAnswers(String, int, int, Map<String, String>) - Method in class org.gusdb.wdk.model.User
 
CommandHelper - Class in org.gusdb.wdk.model.test
 
CommandHelper() - Constructor for class org.gusdb.wdk.model.test.CommandHelper
 
configure(URL) - Method in class org.gusdb.wdk.model.WdkModel
 
configure(File) - Method in class org.gusdb.wdk.model.WdkModel
 
configureModelFile(URL, URL) - Static method in class org.gusdb.wdk.model.implementation.ModelXmlParser
Substitute property values into model xml
configureModelFile(URL, URL) - Static method in class org.gusdb.wdk.model.test.SanityTestXmlParser
Substitute property values into model xml
construct(String) - Static method in class org.gusdb.wdk.model.WdkModel
Convenience method for constructing a model from the configuration information
containsKey(Object) - Method in class org.gusdb.wdk.model.FieldValueMap
 
containsMacro(String, String) - Static method in class org.gusdb.wdk.model.RecordInstance
 
containsValue(Object) - Method in class org.gusdb.wdk.model.FieldValueMap
 
convert(InputStream, InputStream, OutputStream) - Static method in class org.gusdb.wdk.model.implementation.XmlConverter
 
createCache(int, boolean) - Method in class org.gusdb.wdk.model.ResultFactory
 
createResultTable(DataSource, String, String) - Method in class org.gusdb.wdk.model.implementation.Oracle
Write the output of a query into a table, to which will be added a column "i" numbering the rows.
createResultTable(DataSource, String, String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
Write the output of a query into a table, to which will be added a column "i" numbering the rows.
createResultTable(DataSource, String, String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
createSequence(String, int, int) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
createSequence(String, int, int) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
createSequence(String, int, int) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
createUser(String) - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
createUser(String) - Method in class org.gusdb.wdk.model.WdkModel
 

D

deleteUser(String) - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
deleteUser(String) - Method in class org.gusdb.wdk.model.WdkModel
 
deleteUserAnswer(int) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
deleteUserAnswer(int) - Method in class org.gusdb.wdk.model.User
 
DerivedColumnI - Interface in org.gusdb.wdk.model
 
dropCache(boolean) - Method in class org.gusdb.wdk.model.ResultFactory
Drop all tables and sequences associated with the cache
dropSequence(String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
dropSequence(String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
dropSequence(String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
dropTable(String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
dropTable(String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
dropTable(String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 

E

entrySet() - Method in class org.gusdb.wdk.model.FieldValueMap
 
EnumItem - Class in org.gusdb.wdk.model
 
EnumItem() - Constructor for class org.gusdb.wdk.model.EnumItem
 
EnumParam - Class in org.gusdb.wdk.model
 
EnumParam() - Constructor for class org.gusdb.wdk.model.EnumParam
 
EnumParamBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a EnumParam that provides simplified access for consumption by a view
EnumParamBean(EnumParam) - Constructor for class org.gusdb.wdk.model.jspwrap.EnumParamBean
 
equals(Object) - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
error(SAXParseException) - Method in class org.gusdb.wdk.model.implementation.ParserErrorHandler
 
execute(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
Execute an SQL statement
executeUpdate(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
Perform a JDBC insert/update/delete.

F

fatalrror(SAXParseException) - Method in class org.gusdb.wdk.model.implementation.ParserErrorHandler
 
FieldI - Interface in org.gusdb.wdk.model
 
FieldValueMap - Class in org.gusdb.wdk.model
 
FieldValueMap(RecordClass, RecordInstance, boolean) - Constructor for class org.gusdb.wdk.model.FieldValueMap
 
FieldValueMap.OurEntry - Class in org.gusdb.wdk.model
 
find(String) - Method in class org.gusdb.wdk.model.BooleanQuestionNode
Recursive method to find a node in the tree.
findLeaf(int) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
findRecordClass(String) - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
used by the controller
FIRST_ANSWER_PARAM_NAME - Static variable in class org.gusdb.wdk.model.BooleanQuery
Name of the AnswerParam whose value is the first Answer operand in the BooleanQuery.
FlatVocabParam - Class in org.gusdb.wdk.model
 
FlatVocabParam() - Constructor for class org.gusdb.wdk.model.FlatVocabParam
 
FlatVocabParamBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a FlatVocabParam that provides simplified access for consumption by a view
FlatVocabParamBean(FlatVocabParam) - Constructor for class org.gusdb.wdk.model.jspwrap.FlatVocabParamBean
 
formatErrors() - Method in exception org.gusdb.wdk.model.WdkUserException
 

G

get(Object) - Method in class org.gusdb.wdk.model.FieldValueMap
 
getAllNodes(Vector) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
getAllQuerySets() - Method in class org.gusdb.wdk.model.WdkModel
 
getAllQuestionSets() - Method in class org.gusdb.wdk.model.WdkModel
 
getAllRecordClassSets() - Method in class org.gusdb.wdk.model.WdkModel
 
getAllReferenceLists() - Method in class org.gusdb.wdk.model.WdkModel
 
getAllSanityQueries() - Method in class org.gusdb.wdk.model.test.SanityModel
 
getAllSanityQuestions() - Method in class org.gusdb.wdk.model.test.SanityModel
 
getAllSanityRecords() - Method in class org.gusdb.wdk.model.test.SanityModel
 
getAnswer() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getAnswer() - Method in class org.gusdb.wdk.model.UserAnswer
 
getAnswerCount() - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getAnswerID() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getAnswerID() - Method in class org.gusdb.wdk.model.UserAnswer
 
getAttributeField() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getAttributeFields() - Method in class org.gusdb.wdk.model.jspwrap.RecordClassBean
 
getAttributeFields() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordClassBean
 
getAttributeFields() - Method in class org.gusdb.wdk.model.RecordClass
 
getAttributes() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
 
getAttributes() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordBean
 
getAttributes() - Method in class org.gusdb.wdk.model.RecordInstance
 
getAttributesQueryInstance() - Method in class org.gusdb.wdk.model.Answer
 
getAttributeValue(String) - Method in class org.gusdb.wdk.model.RecordInstance
Get the value for a attribute or a text attribute
getBooBoos() - Method in exception org.gusdb.wdk.model.WdkUserException
 
getBooleanOperation() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getBooleanOps() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getBooleanOps() - Method in class org.gusdb.wdk.model.WdkModel
 
getBriefValue() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
getBriefValue() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getBriefValue() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
getCacheValues() - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
getCacheValues() - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getCacheValues() - Method in class org.gusdb.wdk.model.QueryInstance
 
getClobDataType() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getClobDataType() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getClobDataType() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getClose() - Method in class org.gusdb.wdk.model.TableFieldValue
Must be called to close the table.
getColumn(String) - Method in class org.gusdb.wdk.model.Query
 
getColumnMap() - Method in class org.gusdb.wdk.model.Query
 
getColumnNames(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 
getColumns() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getColumns() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getColumns() - Method in class org.gusdb.wdk.model.Query
 
getColumns() - Method in class org.gusdb.wdk.model.ResultList
 
getCommand(String) - Method in interface org.gusdb.wdk.model.test.SanityElementI
Dump a command-line that can be used to individually test this element, outside of the context of a sanity test (the command line will include all necessary parameters, the values of which will be the same as those that the test attempted to use previously.
getCommand(String) - Method in class org.gusdb.wdk.model.test.SanityQuery
 
getCommand(String) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getCommand(String) - Method in class org.gusdb.wdk.model.test.SanityQuestion
 
getCommand(String) - Method in class org.gusdb.wdk.model.test.SanityRecord
 
getCommand(String) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getConnectionUrl() - Method in class org.gusdb.wdk.model.ModelConfig
 
getCurrentDateFunction() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getCurrentDateFunction() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getCurrentDateFunction() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getDataSource() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getDataSource() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getDataSource() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getDefault() - Method in class org.gusdb.wdk.model.jspwrap.ParamBean
 
getDefault() - Method in class org.gusdb.wdk.model.Param
 
getDelimiter() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getDelimiter() - Method in class org.gusdb.wdk.model.RecordClass
Added by Jerric
getDerivedValue(ResultList) - Method in interface org.gusdb.wdk.model.DerivedColumnI
 
getDerivedValue(ResultList) - Method in class org.gusdb.wdk.model.LinkColumn
 
getDerivedValue(ResultList) - Method in class org.gusdb.wdk.model.TextColumn
 
getDescription() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getDescription() - Method in class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 
getDescription() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
getDescription() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
getDescription() - Method in class org.gusdb.wdk.model.Query
 
getDescription() - Method in class org.gusdb.wdk.model.Question
 
getDescription() - Method in class org.gusdb.wdk.model.QuestionSet
 
getDisplayName() - Method in class org.gusdb.wdk.model.AttributeField
 
getDisplayName() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
getDisplayName() - Method in class org.gusdb.wdk.model.Column
 
getDisplayName() - Method in interface org.gusdb.wdk.model.FieldI
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getDisplayName() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getDisplayName() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getDisplayName() - Method in class org.gusdb.wdk.model.Query
 
getDisplayName() - Method in class org.gusdb.wdk.model.Question
 
getDisplayName() - Method in class org.gusdb.wdk.model.QuestionSet
 
getDisplayName() - Method in class org.gusdb.wdk.model.TableField
 
getDisplayName() - Method in class org.gusdb.wdk.model.TableFieldValue
 
getDisplayName() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getDisplayName() - Method in class org.gusdb.wdk.model.WdkModel
 
getDisplayParams() - Method in class org.gusdb.wdk.model.Answer
 
getDocument() - Method in class org.gusdb.wdk.model.test.SanityModel
 
getDocument() - Method in class org.gusdb.wdk.model.WdkModel
 
getDownloadAttributeNames() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getElement(String) - Method in interface org.gusdb.wdk.model.ModelSetI
 
getElement(String) - Method in class org.gusdb.wdk.model.ParamSet
 
getElement(String) - Method in class org.gusdb.wdk.model.QuerySet
 
getElement(String) - Method in class org.gusdb.wdk.model.QuestionSet
 
getElement(String) - Method in class org.gusdb.wdk.model.RecordClassSet
 
getElement(String) - Method in class org.gusdb.wdk.model.ReferenceList
 
getElementName() - Method in class org.gusdb.wdk.model.Reference
 
getEndIndex() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getField(String) - Method in class org.gusdb.wdk.model.RecordClass
 
getFields() - Method in class org.gusdb.wdk.model.RecordClass
 
getFields() - Method in class org.gusdb.wdk.model.TableFieldValue
 
getFirstChild() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
getFirstChild() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
getFirstChildAnswer() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getFullName() - Method in class org.gusdb.wdk.model.jspwrap.ParamBean
 
getFullName() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getFullName() - Method in class org.gusdb.wdk.model.jspwrap.RecordClassBean
 
getFullName() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
getFullName() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordClassBean
 
getFullName() - Method in class org.gusdb.wdk.model.Param
 
getFullName() - Method in class org.gusdb.wdk.model.Query
 
getFullName() - Method in class org.gusdb.wdk.model.Question
 
getFullName() - Method in class org.gusdb.wdk.model.RecordClass
 
getHelp() - Method in class org.gusdb.wdk.model.AttributeField
 
getHelp() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
getHelp() - Method in class org.gusdb.wdk.model.Column
 
getHelp() - Method in interface org.gusdb.wdk.model.FieldI
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.ParamBean
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getHelp() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getHelp() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getHelp() - Method in class org.gusdb.wdk.model.Param
 
getHelp() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getHelp() - Method in class org.gusdb.wdk.model.Query
 
getHelp() - Method in class org.gusdb.wdk.model.Question
 
getHelp() - Method in class org.gusdb.wdk.model.TableField
 
getHelp() - Method in class org.gusdb.wdk.model.TableFieldValue
 
getHelp() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getIdPrefix() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getIdPrefix() - Method in class org.gusdb.wdk.model.RecordClass
 
getIdsQueryInstance() - Method in class org.gusdb.wdk.model.Answer
 
getInitialSize() - Method in class org.gusdb.wdk.model.ModelConfig
 
getInstance() - Method in class org.gusdb.wdk.model.ResultList
 
getInstance() - Static method in class org.gusdb.wdk.model.test.TestUtility
 
getInternalParams() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getInternalParamValues(Map) - Method in class org.gusdb.wdk.model.Query
transform a set of param values to internal param values
getInternalValue(Object) - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
getIntroduction() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getIntroduction() - Method in class org.gusdb.wdk.model.WdkModel
 
getIsBoolean() - Method in class org.gusdb.wdk.model.Answer
 
getIsBoolean() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getIsCacheable() - Method in class org.gusdb.wdk.model.Query
 
getIsCacheable() - Method in class org.gusdb.wdk.model.QueryInstance
 
getIsCombinedAnswer() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getIsInternal() - Method in class org.gusdb.wdk.model.AttributeField
 
getIsInternal() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
getIsInternal() - Method in class org.gusdb.wdk.model.Column
Hint to a view to not show this column.
getIsInternal() - Method in interface org.gusdb.wdk.model.FieldI
 
getIsInternal() - Method in class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 
getIsInternal() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
getIsInternal() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getIsInternal() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getIsInternal() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getIsInternal() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getIsInternal() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getIsInternal() - Method in class org.gusdb.wdk.model.QuestionSet
 
getIsInternal() - Method in class org.gusdb.wdk.model.TableField
 
getIsInternal() - Method in class org.gusdb.wdk.model.TableFieldValue
 
getIsInternal() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getIsNameTruncatable() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getIsPersistent() - Method in class org.gusdb.wdk.model.QueryInstance
 
getJoinMode() - Method in class org.gusdb.wdk.model.QueryInstance
 
getKey() - Method in class org.gusdb.wdk.model.FieldValueMap.OurEntry
 
getLeafId() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
getLogFilename() - Method in class org.gusdb.wdk.model.WdkLogManager
 
getLogger(String) - Static method in class org.gusdb.wdk.model.WdkLogManager
 
getLogin() - Method in class org.gusdb.wdk.model.ModelConfig
 
getLowLevelQuery() - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
getLowLevelQuery() - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getLowLevelQuery() - Method in class org.gusdb.wdk.model.QueryInstance
 
getMaxActive() - Method in class org.gusdb.wdk.model.ModelConfig
 
getMaxIdle() - Method in class org.gusdb.wdk.model.ModelConfig
 
getMaxOutputLength() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getMaxOutputLength() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getMaxQueryParams() - Method in class org.gusdb.wdk.model.ModelConfig
 
getMaxWait() - Method in class org.gusdb.wdk.model.ModelConfig
 
getMinIdle() - Method in class org.gusdb.wdk.model.ModelConfig
 
getMinOutputLength() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getMinOutputLength() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getMinus() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getMinus() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getMinus() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getModel() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getModifiedSql() - Method in class org.gusdb.wdk.model.implementation.SqlClause
 
getMultiPick() - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
getMultiPick() - Method in class org.gusdb.wdk.model.jspwrap.EnumParamBean
 
getMultiPick() - Method in class org.gusdb.wdk.model.jspwrap.FlatVocabParamBean
 
getName() - Method in class org.gusdb.wdk.model.AttributeField
 
getName() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
getName() - Method in class org.gusdb.wdk.model.Column
 
getName() - Method in interface org.gusdb.wdk.model.FieldI
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.ParamBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordClassSetBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getName() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getName() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getName() - Method in interface org.gusdb.wdk.model.ModelSetI
 
getName() - Method in class org.gusdb.wdk.model.Param
 
getName() - Method in class org.gusdb.wdk.model.ParamSet
 
getName() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getName() - Method in class org.gusdb.wdk.model.Query
 
getName() - Method in class org.gusdb.wdk.model.QuerySet
 
getName() - Method in class org.gusdb.wdk.model.Question
 
getName() - Method in class org.gusdb.wdk.model.QuestionSet
 
getName() - Method in class org.gusdb.wdk.model.RecordClass
 
getName() - Method in class org.gusdb.wdk.model.RecordClassSet
 
getName() - Method in class org.gusdb.wdk.model.ReferenceList
 
getName() - Method in class org.gusdb.wdk.model.TableField
 
getName() - Method in class org.gusdb.wdk.model.TableFieldValue
 
getName() - Method in interface org.gusdb.wdk.model.test.SanityElementI
Return the name of this element.
getName() - Method in class org.gusdb.wdk.model.test.SanityParam
 
getName() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getName() - Method in class org.gusdb.wdk.model.test.SanityRecord
 
getName() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getName() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getName() - Method in class org.gusdb.wdk.model.UserAnswer
 
getName(int) - Method in class org.gusdb.wdk.model.UserAnswer
 
getName() - Method in class org.gusdb.wdk.model.WdkModel
 
getNestedRecordInstanceLists() - Method in class org.gusdb.wdk.model.RecordInstance
 
getNestedRecordInstances() - Method in class org.gusdb.wdk.model.RecordInstance
 
getNestedRecordListQuestions() - Method in class org.gusdb.wdk.model.RecordClass
 
getNestedRecordLists() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
 
getNestedRecordQuestions() - Method in class org.gusdb.wdk.model.RecordClass
 
getNestedRecords() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
 
getNextId(String, String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getNextId(String, String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getNextId(String, String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getNextRecordInstance() - Method in class org.gusdb.wdk.model.Answer
 
getNonSummaryAttributes() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordBean
 
getNumberDataType() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getNumberDataType() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getNumberDataType() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getOperation() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
getPageEnd() - Method in class org.gusdb.wdk.model.test.SanityQuestion
 
getPageEnd() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getPageSize() - Method in class org.gusdb.wdk.model.Answer
 
getPageSize() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getPageSize() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getPageStart() - Method in class org.gusdb.wdk.model.test.SanityQuestion
 
getPageStart() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getParam(String) - Method in class org.gusdb.wdk.model.ParamSet
 
getParam(String) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getParamHash() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
Convenience method that does extraction of SanityParam names and values for the user instead of requiring them to deal with SanityParam objects.
getParams() - Method in class org.gusdb.wdk.model.Answer
 
getParams() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getParams() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getParams() - Method in class org.gusdb.wdk.model.ParamSet
 
getParams() - Method in class org.gusdb.wdk.model.Query
 
getParams() - Method in class org.gusdb.wdk.model.Question
 
getParams() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getParent() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
getParent() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
getPassword() - Method in class org.gusdb.wdk.model.ModelConfig
 
getPersistentResultPage(int, int) - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
getPersistentResultPage(int, int) - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getPersistentResultPage(int, int) - Method in class org.gusdb.wdk.model.QueryInstance
 
getPersistentResultPage(QueryInstance, int, int) - Method in class org.gusdb.wdk.model.ResultFactory
 
getPlatformClass() - Method in class org.gusdb.wdk.model.ModelConfig
 
getPreparedStatement(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 
getPrimaryKey() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
modified by Jerric
getPrimaryKey() - Method in class org.gusdb.wdk.model.RecordInstance
Modified by Jerric - use an object for primaryKeyValue
getPrimaryKey() - Method in class org.gusdb.wdk.model.test.SanityRecord
 
getPrimaryKeyField() - Method in class org.gusdb.wdk.model.RecordClass
Added by Jerric
getProjectId() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
getProjectID() - Method in class org.gusdb.wdk.model.test.SanityRecord
 
getProjectName() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
getProjectParam() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getPrompt() - Method in class org.gusdb.wdk.model.jspwrap.ParamBean
 
getPrompt() - Method in class org.gusdb.wdk.model.Param
 
getQueries() - Method in class org.gusdb.wdk.model.QuerySet
 
getQuery() - Method in class org.gusdb.wdk.model.Column
 
getQuery() - Method in class org.gusdb.wdk.model.FlatVocabParam
 
getQuery() - Method in class org.gusdb.wdk.model.QueryInstance
 
getQuery(String) - Method in class org.gusdb.wdk.model.QuerySet
 
getQuery() - Method in class org.gusdb.wdk.model.ResultList
 
getQueryInstanceTable() - Method in class org.gusdb.wdk.model.ModelConfig
 
getQuerySet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getQuestion() - Method in class org.gusdb.wdk.model.Answer
provide property that user's term for question
getQuestion() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
getQuestion() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getQuestion() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
getQuestion() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getQuestion() - Method in class org.gusdb.wdk.model.NestedRecord
 
getQuestion() - Method in class org.gusdb.wdk.model.NestedRecordList
 
getQuestion(String) - Method in class org.gusdb.wdk.model.QuestionSet
 
getQuestion(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getQuestions() - Method in class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 
getQuestions() - Method in class org.gusdb.wdk.model.jspwrap.RecordClassBean
 
getQuestions() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
getQuestions() - Method in class org.gusdb.wdk.model.QuestionSet
 
getQuestions() - Method in class org.gusdb.wdk.model.RecordClass
 
getQuestionSet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getQuestionSets() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getQuestionSets() - Method in class org.gusdb.wdk.model.WdkModel
 
getQuestionSetsMap() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getQuestionsMap() - Method in class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 
getQuestionsMap() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
getQuoteInternalValue() - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
getRandom() - Method in class org.gusdb.wdk.model.test.TestUtility
 
getRDBMSPlatform() - Method in class org.gusdb.wdk.model.BooleanQuery
 
getRDBMSPlatform() - Method in class org.gusdb.wdk.model.implementation.SqlQuery
 
getRDBMSPlatform() - Method in class org.gusdb.wdk.model.WdkModel
 
getRecordAnswerMap() - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getRecordAnswerMap() - Method in class org.gusdb.wdk.model.User
 
getRecordClass() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getRecordClass() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
getRecordClass() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
 
getRecordClass() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getRecordClass() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
getRecordClass() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordBean
 
getRecordClass() - Method in class org.gusdb.wdk.model.Question
 
getRecordClass(String) - Method in class org.gusdb.wdk.model.RecordClassSet
 
getRecordClass() - Method in class org.gusdb.wdk.model.RecordInstance
 
getRecordClass(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getRecordClasses() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getRecordClasses() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordClassSetBean
 
getRecordClasses() - Method in class org.gusdb.wdk.model.RecordClassSet
 
getRecordClassSet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getRecordId() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
getRecordInstances() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getRecords() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getRef() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getRef() - Method in class org.gusdb.wdk.model.test.SanityRecord
 
getRef() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getReference() - Method in class org.gusdb.wdk.model.RecordClass
 
getReferenceList(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getReferences() - Method in class org.gusdb.wdk.model.ReferenceList
 
getRegex() - Method in class org.gusdb.wdk.model.StringParam
 
getResult() - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
getResult() - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getResult() - Method in class org.gusdb.wdk.model.QueryInstance
 
getResult(QueryInstance) - Method in class org.gusdb.wdk.model.ResultFactory
 
getResult(String, String, Hashtable) - Method in class org.gusdb.wdk.model.test.QueryTester
 
getResultAsTableName() - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
getResultAsTableName() - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getResultAsTableName() - Method in class org.gusdb.wdk.model.QueryInstance
 
getResultAsTableName(QueryInstance) - Method in class org.gusdb.wdk.model.ResultFactory
 
getResultAsTableName(String, String, Hashtable) - Method in class org.gusdb.wdk.model.test.QueryTester
 
getResultFactory() - Method in class org.gusdb.wdk.model.BooleanQuery
 
getResultFactory() - Method in class org.gusdb.wdk.model.Query
 
getResultFactory() - Method in class org.gusdb.wdk.model.WdkModel
 
getResultSet(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 
getResultSet(DataSource, PreparedStatement) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
Gets a result set using a PreparedStatement.
getResultSize() - Method in class org.gusdb.wdk.model.Answer
 
getResultSize() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getResultSize() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getResultTableIndexValue() - Method in class org.gusdb.wdk.model.implementation.SqlResultList
 
getResultTableIndexValue() - Method in class org.gusdb.wdk.model.ResultList
 
getResultTableName() - Method in class org.gusdb.wdk.model.ResultList
 
getRows() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getRows() - Method in class org.gusdb.wdk.model.TableFieldValue
 
getSample() - Method in class org.gusdb.wdk.model.StringParam
 
getSanityModel() - Method in class org.gusdb.wdk.model.test.TestUtility
 
getSanityQuestions() - Method in class org.gusdb.wdk.model.test.SanityModel
 
getSecondChild() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
getSecondChild() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
getSecondChildAnswer() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getSetName() - Method in class org.gusdb.wdk.model.Reference
 
getSpecialType() - Method in class org.gusdb.wdk.model.Column
 
getSql() - Method in class org.gusdb.wdk.model.implementation.SqlQuery
 
getSql() - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getSqlForCache() - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
getSqlForCache() - Method in class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
getSqlForCache(QueryInstance) - Method in class org.gusdb.wdk.model.ResultFactory
 
getStartIndex() - Method in class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
getSummaryAttributeNames() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getSummaryAttributeNames() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
 
getSummaryAttributes() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordBean
 
getSummaryColumnNames() - Method in class org.gusdb.wdk.model.RecordClass
 
getTableAliasAs() - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getTableAliasAs() - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getTableAliasAs() - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getTableField() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 
getTableFields() - Method in class org.gusdb.wdk.model.jspwrap.RecordClassBean
 
getTableFields() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordClassBean
 
getTableFields() - Method in class org.gusdb.wdk.model.RecordClass
 
getTableFullName(String, String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
getTableFullName(String, String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getTableFullName(String, String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
getTables() - Method in class org.gusdb.wdk.model.jspwrap.RecordBean
 
getTables() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordBean
 
getTables() - Method in class org.gusdb.wdk.model.RecordInstance
 
getTableValue(String) - Method in class org.gusdb.wdk.model.RecordInstance
 
getText() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getTruncate() - Method in class org.gusdb.wdk.model.AttributeField
 
getTruncate() - Method in class org.gusdb.wdk.model.Column
 
getTruncate() - Method in interface org.gusdb.wdk.model.FieldI
 
getTruncate() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
getTruncate() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getTruncate() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getTruncate() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getTruncate() - Method in class org.gusdb.wdk.model.TableField
Should never be called, but is necessary because TableField implements FieldI.
getTruncate() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getTruncatedName() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getTwoPartName() - Method in class org.gusdb.wdk.model.Reference
 
getType() - Method in class org.gusdb.wdk.model.AttributeField
 
getType() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
The type of a BooleanQuestionNode is defined as the RecordClassSet name of the RecordClass.
getType() - Method in interface org.gusdb.wdk.model.FieldI
 
getType() - Method in class org.gusdb.wdk.model.jspwrap.RecordClassBean
 
getType() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getType() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
getType() - Method in class org.gusdb.wdk.model.jspwrap.XmlRecordClassBean
 
getType() - Method in class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
getType() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getType() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
getType() - Method in class org.gusdb.wdk.model.RecordClass
 
getType() - Method in class org.gusdb.wdk.model.TableField
 
getType() - Method in interface org.gusdb.wdk.model.test.SanityElementI
Return the general type of this element (for instance, "query" or "record".
getType() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getType() - Method in class org.gusdb.wdk.model.test.SanityRecord
 
getType() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getType() - Method in class org.gusdb.wdk.model.TextAttributeField
 
getType() - Method in class org.gusdb.wdk.model.UserAnswer
The Type of an answer is used in defined as the name of recordClassSet of the record in the answer
getTypeCap() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
getUrl() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getUrl() - Method in class org.gusdb.wdk.model.LinkValue
 
getUser(String) - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getUser(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getUserAnswerByAnswer(AnswerBean) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getUserAnswerByAnswer(Answer) - Method in class org.gusdb.wdk.model.User
 
getUserAnswerByAnswerFuzzy(Answer) - Method in class org.gusdb.wdk.model.User
 
getUserAnswerByID(int) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getUserAnswerByID(int) - Method in class org.gusdb.wdk.model.User
 
getUserAnswerByName(String) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getUserAnswerByName(String) - Method in class org.gusdb.wdk.model.User
 
getUserAnswerName() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
getUserAnswers() - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getUserAnswers() - Method in class org.gusdb.wdk.model.User
 
getUserID() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
getUserID() - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
getUserID() - Method in class org.gusdb.wdk.model.User
 
getUserID() - Method in class org.gusdb.wdk.model.UserAnswer
 
getValue() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
getValue() - Method in class org.gusdb.wdk.model.FieldValueMap.OurEntry
 
getValue() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
getValue() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
getValue() - Method in class org.gusdb.wdk.model.test.SanityParam
 
getValueFromResult(String) - Method in class org.gusdb.wdk.model.implementation.SqlResultList
 
getValues() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
getValues() - Method in class org.gusdb.wdk.model.QueryInstance
 
getVarcharDataType(int) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
getVisible() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
getVisible() - Method in class org.gusdb.wdk.model.LinkValue
 
getVocab() - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
getVocab() - Method in class org.gusdb.wdk.model.jspwrap.EnumParamBean
 
getVocab() - Method in class org.gusdb.wdk.model.jspwrap.FlatVocabParamBean
 
getVocabInternal() - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
getVocabInternal() - Method in class org.gusdb.wdk.model.jspwrap.EnumParamBean
 
getWdkModel() - Method in class org.gusdb.wdk.model.test.QueryTester
 
getWdkModel() - Method in class org.gusdb.wdk.model.test.TestUtility
 
getXmlData() - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
getXmlDataDir() - Method in class org.gusdb.wdk.model.WdkModel
 
getXmlQuestionSet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getXmlQuestionSets() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getXmlQuestionSets() - Method in class org.gusdb.wdk.model.WdkModel
 
getXmlQuestionSetsMap() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getXmlRecordClassSet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
getXmlRecordClassSets() - Method in class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
getXmlRecordClassSets() - Method in class org.gusdb.wdk.model.WdkModel
 
getXmlSchemaURL() - Method in class org.gusdb.wdk.model.WdkModel
 
grow(BooleanQuestionNode, String, WdkModel, Map<String, String>) - Method in class org.gusdb.wdk.model.BooleanQuestionNode
This method can only be performed on a leaf node and assumes that none of the nodes in the tree has had any parameter values set yet.
grow(BooleanQuestionLeafBean, String, WdkModelBean, Map<String, String>) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 

H

hashCode() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
hasMoreRecordInstances() - Method in class org.gusdb.wdk.model.Answer
 
hasNext() - Method in class org.gusdb.wdk.model.ResultList.ResultListIterator
 
hasParam(String) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
hasQuerySet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
hasQuestionSet(String) - Method in class org.gusdb.wdk.model.WdkModel
 
hasResultTable() - Method in class org.gusdb.wdk.model.ResultList
 
hasSanityQuery(String) - Method in class org.gusdb.wdk.model.test.SanityModel
 
hasSanityQuestion(String) - Method in class org.gusdb.wdk.model.test.SanityModel
 
hasSanityRecord(String) - Method in class org.gusdb.wdk.model.test.SanityModel
 
hasSanityXmlQuestion(String) - Method in class org.gusdb.wdk.model.test.SanityModel
 

I

init(String, String, String, Integer, Integer, Integer, Integer, Integer, String) - Method in class org.gusdb.wdk.model.implementation.Oracle
 
init(String, String, String, Integer, Integer, Integer, Integer, Integer, String) - Method in class org.gusdb.wdk.model.implementation.PostgreSQL
 
init(String, String, String, Integer, Integer, Integer, Integer, Integer, String) - Method in interface org.gusdb.wdk.model.RDBMSPlatformI
 
initNestedRecords() - Method in class org.gusdb.wdk.model.RecordClass
Called when the RecordClass is asked for a NestedRecordQuestion or NestedRecordQuestionList.
INSTANCE - Static variable in class org.gusdb.wdk.model.test.SanityModel
Instance object used by SanityTestXmlParser to create a SanityModel if no schema is provided.
INSTANCE - Static variable in class org.gusdb.wdk.model.WdkLogManager
 
INSTANCE - Static variable in class org.gusdb.wdk.model.WdkModel
 
instantiateText(String, String, String) - Static method in class org.gusdb.wdk.model.RecordInstance
substitute a value for a macro in a text string.
INTERNAL_AND - Static variable in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
INTERNAL_NOT - Static variable in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
INTERNAL_OR - Static variable in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
isCombinedAnswer() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
isCombinedAnswer() - Method in class org.gusdb.wdk.model.UserAnswer
 
isEmpty() - Method in class org.gusdb.wdk.model.FieldValueMap
 
isFirstChild() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
isInSummary() - Method in class org.gusdb.wdk.model.Column
 
isInSummaryAsBool() - Method in class org.gusdb.wdk.model.Column
 
isInternal() - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
isLeaf() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
isRoot() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
A BooleanQuestionNode is root if and only if the parent of it is null
isSummary() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
isSummary() - Method in class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
isSummaryAttribute(String) - Method in class org.gusdb.wdk.model.Answer
 
isSummaryAttribute(String) - Method in class org.gusdb.wdk.model.RecordInstance
 

J

JUnitBooleanExpressionTest - Class in org.gusdb.wdk.model.test
 
JUnitBooleanExpressionTest() - Constructor for class org.gusdb.wdk.model.test.JUnitBooleanExpressionTest
 
JUnitBooleanExpressionTest(String) - Constructor for class org.gusdb.wdk.model.test.JUnitBooleanExpressionTest
 
JUnitUserTest - Class in org.gusdb.wdk.model.test
 
JUnitUserTest() - Constructor for class org.gusdb.wdk.model.test.JUnitUserTest
 
JUnitUserTest(String) - Constructor for class org.gusdb.wdk.model.test.JUnitUserTest
 

K

keySet() - Method in class org.gusdb.wdk.model.FieldValueMap
 

L

LinkAttributeField - Class in org.gusdb.wdk.model
 
LinkAttributeField() - Constructor for class org.gusdb.wdk.model.LinkAttributeField
 
LinkColumn - Class in org.gusdb.wdk.model
A subclass of Column which returns a Link object
LinkColumn() - Constructor for class org.gusdb.wdk.model.LinkColumn
 
LinkValue - Class in org.gusdb.wdk.model
A value representing a hyperlink
LinkValue(String, String) - Constructor for class org.gusdb.wdk.model.LinkValue
 

M

main(String[]) - Static method in class org.gusdb.wdk.model.implementation.ModelXmlParser
 
main(String[]) - Static method in class org.gusdb.wdk.model.implementation.SqlClause
 
main(String[]) - Static method in class org.gusdb.wdk.model.implementation.XmlConverter
 
main(String[]) - Static method in class org.gusdb.wdk.model.ModelConfigParser
 
main(String[]) - Static method in class org.gusdb.wdk.model.ResultFactory
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.BooleanQuestionTester
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.JUnitBooleanExpressionTest
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.JUnitUserTest
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.QueryTester
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.RecordTester
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.SanityTester
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.SanityTestXmlParser
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.SummaryTester
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.TestDBManager
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.TestUtility
 
main(String[]) - Static method in class org.gusdb.wdk.model.test.XmlQuestionTester
 
makeAnswer(int, int) - Method in class org.gusdb.wdk.model.BooleanQuestionNode
Recursive method that traverses bqn and sets its values, which may be either normal query values if the node is a leaf or the Answers of its operands if the node is a boolean Question.
makeAnswer(int, int) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
Can be called from any level
makeAnswer(Map, int, int) - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
Called by the controller
makeAnswer(Map<String, String>, int, int) - Method in class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
makeAnswer(Map, int, int) - Method in class org.gusdb.wdk.model.Question
 
makeBooleanQuery() - Method in class org.gusdb.wdk.model.WdkModel
 
makeBooleanQueryInstance() - Method in class org.gusdb.wdk.model.WdkModel
 
makeBooleanQuestion(RecordClass) - Method in class org.gusdb.wdk.model.WdkModel
 
makeBooleanQuestionLeaf() - Method in class org.gusdb.wdk.model.jspwrap.QuestionBean
 
makeInstance() - Method in class org.gusdb.wdk.model.BooleanQuery
 
makeInstance() - Method in class org.gusdb.wdk.model.implementation.SqlQuery
 
makeInstance() - Method in class org.gusdb.wdk.model.Query
 
makeNewLeafNode(WdkModel) - Static method in class org.gusdb.wdk.model.test.TestBooleanTree
 
makeRecord() - Method in class org.gusdb.wdk.model.jspwrap.RecordClassBean
used by the controller
makeRecordInstance() - Method in class org.gusdb.wdk.model.RecordClass
 
MAXIMUM_NESTED_RECORD_INSTANCES - Static variable in class org.gusdb.wdk.model.RecordInstance
 
ModelConfig - Class in org.gusdb.wdk.model
 
ModelConfig() - Constructor for class org.gusdb.wdk.model.ModelConfig
 
ModelConfigParser - Class in org.gusdb.wdk.model
 
ModelConfigParser() - Constructor for class org.gusdb.wdk.model.ModelConfigParser
 
ModelSetI - Interface in org.gusdb.wdk.model
 
ModelXmlParser - Class in org.gusdb.wdk.model.implementation
 
ModelXmlParser() - Constructor for class org.gusdb.wdk.model.implementation.ModelXmlParser
 

N

NestedRecord - Class in org.gusdb.wdk.model
 
NestedRecord() - Constructor for class org.gusdb.wdk.model.NestedRecord
 
NestedRecordList - Class in org.gusdb.wdk.model
 
NestedRecordList() - Constructor for class org.gusdb.wdk.model.NestedRecordList
 
next() - Method in class org.gusdb.wdk.model.implementation.SqlResultList
 
next() - Method in class org.gusdb.wdk.model.ResultList
 
next() - Method in class org.gusdb.wdk.model.ResultList.ResultListIterator
 

O

OPERATION_PARAM_NAME - Static variable in class org.gusdb.wdk.model.BooleanQuery
Name of the StringParam whose value is the operation in this BooleanQuery.
Oracle - Class in org.gusdb.wdk.model.implementation
An implementation of RDBMSPlatformI for Oracle 8i.
Oracle() - Constructor for class org.gusdb.wdk.model.implementation.Oracle
 
org.gusdb.wdk.model - package org.gusdb.wdk.model
 
org.gusdb.wdk.model.implementation - package org.gusdb.wdk.model.implementation
 
org.gusdb.wdk.model.jspwrap - package org.gusdb.wdk.model.jspwrap
 
org.gusdb.wdk.model.test - package org.gusdb.wdk.model.test
 

P

Param - Class in org.gusdb.wdk.model
 
Param() - Constructor for class org.gusdb.wdk.model.Param
 
ParamBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a Param that provides simplified access for consumption by a view
ParamBean(Param) - Constructor for class org.gusdb.wdk.model.jspwrap.ParamBean
 
ParamSet - Class in org.gusdb.wdk.model
 
ParamSet() - Constructor for class org.gusdb.wdk.model.ParamSet
 
parseExpression(String, Map<String, Answer>, Map<String, String>) - Method in class org.gusdb.wdk.model.BooleanExpression
this function accept a boolean expression that defines the combination of cached answers in current user's history.
ParserErrorHandler - Class in org.gusdb.wdk.model.implementation
 
ParserErrorHandler() - Constructor for class org.gusdb.wdk.model.implementation.ParserErrorHandler
 
parseXmlFile(URL, URL, URL, URL, URL) - Static method in class org.gusdb.wdk.model.implementation.ModelXmlParser
 
parseXmlFile(File) - Static method in class org.gusdb.wdk.model.ModelConfigParser
 
parseXmlFile(URL) - Static method in class org.gusdb.wdk.model.ModelConfigParser
 
parseXmlFile(URL, URL, URL) - Static method in class org.gusdb.wdk.model.test.SanityTestXmlParser
 
PostgreSQL - Class in org.gusdb.wdk.model.implementation
An implementation of RDBMSPlatformI for PostgreSQL
PostgreSQL() - Constructor for class org.gusdb.wdk.model.implementation.PostgreSQL
 
PRIMARY_KEY_MACRO - Static variable in class org.gusdb.wdk.model.RecordClass
 
PRIMARY_KEY_NAME - Static variable in class org.gusdb.wdk.model.RecordClass
 
PrimaryKeyField - Class in org.gusdb.wdk.model
 
PrimaryKeyField(String, String, String, FlatVocabParam) - Constructor for class org.gusdb.wdk.model.PrimaryKeyField
Modified by Jerric
PrimaryKeyValue - Class in org.gusdb.wdk.model
 
PrimaryKeyValue(PrimaryKeyField, String, String) - Constructor for class org.gusdb.wdk.model.PrimaryKeyValue
 
print() - Method in class org.gusdb.wdk.model.implementation.SqlResultList
 
print() - Method in class org.gusdb.wdk.model.RecordInstance
 
print() - Method in class org.gusdb.wdk.model.ResultList
 
printAsRecords() - Method in class org.gusdb.wdk.model.Answer
 
printAsSummary() - Method in class org.gusdb.wdk.model.Answer
print summary attributes, one per line Note: not sure why this is needed
printAsTable() - Method in class org.gusdb.wdk.model.Answer
print summary attributes in tab delimited table with header of attr.
printResultSet(ResultSet) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 
printSummary() - Method in class org.gusdb.wdk.model.RecordInstance
 
PROJECT_ID_MACRO - Static variable in class org.gusdb.wdk.model.RecordClass
 
PROJECT_ID_NAME - Static variable in class org.gusdb.wdk.model.RecordClass
 
put(Object, Object) - Method in class org.gusdb.wdk.model.FieldValueMap
 
putAll(Map) - Method in class org.gusdb.wdk.model.FieldValueMap
 

Q

Query - Class in org.gusdb.wdk.model
 
Query() - Constructor for class org.gusdb.wdk.model.Query
 
QueryInstance - Class in org.gusdb.wdk.model
Simple implementation of QueryInstanceI; generally expects its subclasses to do most of the real implementation.
QuerySet - Class in org.gusdb.wdk.model
 
QuerySet() - Constructor for class org.gusdb.wdk.model.QuerySet
 
QueryTester - Class in org.gusdb.wdk.model.test
 
QueryTester(WdkModel) - Constructor for class org.gusdb.wdk.model.test.QueryTester
 
Question - Class in org.gusdb.wdk.model
Question.java A class representing a binding between a RecordClass and a Query.
Question() - Constructor for class org.gusdb.wdk.model.Question
 
QuestionBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a Question that provides simplified access for consumption by a view
QuestionBean(Question) - Constructor for class org.gusdb.wdk.model.jspwrap.QuestionBean
 
QuestionSet - Class in org.gusdb.wdk.model
QuestionSet.java Created: Fri June 4 15:05:30 2004 EDT
QuestionSet() - Constructor for class org.gusdb.wdk.model.QuestionSet
 
QuestionSetBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a QuestionSet that provides simplified access for consumption by a view
QuestionSetBean(QuestionSet) - Constructor for class org.gusdb.wdk.model.jspwrap.QuestionSetBean
 

R

RDBMSPlatformI - Interface in org.gusdb.wdk.model
 
RecordBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a RecordInstance that provides simplified access for consumption by a view
RecordBean(RecordInstance) - Constructor for class org.gusdb.wdk.model.jspwrap.RecordBean
 
RecordClass - Class in org.gusdb.wdk.model
 
RecordClass() - Constructor for class org.gusdb.wdk.model.RecordClass
 
RecordClassBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a RecordClass that provides simplified access for consumption by a view
RecordClassBean(RecordClass) - Constructor for class org.gusdb.wdk.model.jspwrap.RecordClassBean
 
RecordClassSet - Class in org.gusdb.wdk.model
 
RecordClassSet() - Constructor for class org.gusdb.wdk.model.RecordClassSet
 
RecordInstance - Class in org.gusdb.wdk.model
 
RecordInstance(RecordClass) - Constructor for class org.gusdb.wdk.model.RecordInstance
 
RecordTester - Class in org.gusdb.wdk.model.test
 
RecordTester() - Constructor for class org.gusdb.wdk.model.test.RecordTester
 
Reference - Class in org.gusdb.wdk.model
Represents a reference in a wdk model.
Reference() - Constructor for class org.gusdb.wdk.model.Reference
 
Reference(String) - Constructor for class org.gusdb.wdk.model.Reference
 
ReferenceList - Class in org.gusdb.wdk.model
Created: Mon May 10 12:34:30 2004
ReferenceList() - Constructor for class org.gusdb.wdk.model.ReferenceList
 
remove(Object) - Method in class org.gusdb.wdk.model.FieldValueMap
 
remove() - Method in class org.gusdb.wdk.model.ResultList.ResultListIterator
 
renameUserAnswer(int, String) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
renameUserAnswer(int, String) - Method in class org.gusdb.wdk.model.User
 
resetAnswerRowCursor() - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
for controller: reset counter for download purpose
resetCache(boolean) - Method in class org.gusdb.wdk.model.ResultFactory
Remove all cached entries; it first deletes all the temporary tables (found by querying the Queries table) and then deletes all of its rows from the Queries table.
resetRecordInstanceCounter() - Method in class org.gusdb.wdk.model.Answer
 
resetRecordInstanceCurser() - Method in class org.gusdb.wdk.model.Answer
 
resolveReference(String, String, String, String) - Method in class org.gusdb.wdk.model.WdkModel
 
resolveReferences(WdkModel) - Method in interface org.gusdb.wdk.model.ModelSetI
 
resolveReferences(WdkModel) - Method in class org.gusdb.wdk.model.ParamSet
 
resolveReferences(WdkModel) - Method in class org.gusdb.wdk.model.QuerySet
 
resolveReferences(WdkModel) - Method in class org.gusdb.wdk.model.QuestionSet
 
resolveReferences(WdkModel) - Method in class org.gusdb.wdk.model.RecordClassSet
 
resolveReferences(WdkModel) - Method in class org.gusdb.wdk.model.ReferenceList
Check to make sure the reference twoPartNames are valid
resolveReferences() - Method in class org.gusdb.wdk.model.WdkModel
Some elements within the set may refer to others by name.
RESULT_TABLE_I - Static variable in class org.gusdb.wdk.model.ResultFactory
 
ResultFactory - Class in org.gusdb.wdk.model
How the QueryInstance table works.
ResultFactory(RDBMSPlatformI, String, String) - Constructor for class org.gusdb.wdk.model.ResultFactory
 
ResultList - Class in org.gusdb.wdk.model
 
ResultList(QueryInstance, String) - Constructor for class org.gusdb.wdk.model.ResultList
 
ResultList.ResultListIterator - Class in org.gusdb.wdk.model
 
runIntegerQuery(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
Execute a JDBC query that returns a single Integer and return the Integer.
runStringArrayQuery(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
Execute a JDBC query that returns a list of strings, and return the strings in an array.
runStringQuery(DataSource, String) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
Execute a JDBC query that returns a single string (and return the string!)

S

SanityElementI - Interface in org.gusdb.wdk.model.test
SanityElementI.java Elements to be tested as part of a sanity test.
SanityModel - Class in org.gusdb.wdk.model.test
SanityModel.java Model used in a sanity test.
SanityModel() - Constructor for class org.gusdb.wdk.model.test.SanityModel
 
SanityParam - Class in org.gusdb.wdk.model.test
SanityParam.java Represents a parameter name and value that will be used in conjunction with a SanityQuery to run a query as part of a sanity test.
SanityParam() - Constructor for class org.gusdb.wdk.model.test.SanityParam
 
SanityQuery - Class in org.gusdb.wdk.model.test
Object used in running a sanity test; represents a query or question in a wdk model.
SanityQuery() - Constructor for class org.gusdb.wdk.model.test.SanityQuery
 
SanityQueryOrQuestion - Class in org.gusdb.wdk.model.test
Object used in running a sanity test; represents a query or question in a wdk model.
SanityQueryOrQuestion(String) - Constructor for class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
SanityQuestion - Class in org.gusdb.wdk.model.test
Object used in running a sanity test; represents a query or question in a wdk model.
SanityQuestion() - Constructor for class org.gusdb.wdk.model.test.SanityQuestion
 
SanityRecord - Class in org.gusdb.wdk.model.test
SanityRecord.java Object used in running a sanity test; represents a record in a wdk model.
SanityRecord() - Constructor for class org.gusdb.wdk.model.test.SanityRecord
 
SanityTester - Class in org.gusdb.wdk.model.test
SanityTester.java " [-project project_id]" + Main class for running the sanity tests, which is a way to test all Queries and RecordClasss in a wdk model to make sure they work as intended and their results fall within an expected range, even over the course of code base development.
SanityTester(String, SanityModel, boolean) - Constructor for class org.gusdb.wdk.model.test.SanityTester
 
SanityTestXmlParser - Class in org.gusdb.wdk.model.test
 
SanityTestXmlParser() - Constructor for class org.gusdb.wdk.model.test.SanityTestXmlParser
 
SanityXmlQuestion - Class in org.gusdb.wdk.model.test
Object used in running a sanity test; represents a query or question in a wdk model.
SanityXmlQuestion() - Constructor for class org.gusdb.wdk.model.test.SanityXmlQuestion
 
SECOND_ANSWER_PARAM_NAME - Static variable in class org.gusdb.wdk.model.BooleanQuery
Name of the AnswerParam whose value is the second Answer operand in the BooleanQuery.
setAttributeOrdering(String) - Method in class org.gusdb.wdk.model.RecordClass
 
setConnectionUrl(String) - Method in class org.gusdb.wdk.model.ModelConfig
 
setDefault(String) - Method in class org.gusdb.wdk.model.Param
 
setDelimiter(String) - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
setDelimiter(String) - Method in class org.gusdb.wdk.model.RecordClass
Added by Jerric
setDescription(String) - Method in class org.gusdb.wdk.model.Query
 
setDescription(String) - Method in class org.gusdb.wdk.model.Question
 
setDescription(String) - Method in class org.gusdb.wdk.model.QuestionSet
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.Column
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.LinkAttributeField
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.Query
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.Question
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.QuestionSet
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.TextAttributeField
 
setDisplayName(String) - Method in class org.gusdb.wdk.model.WdkModel
 
setDocument(Document) - Method in class org.gusdb.wdk.model.test.SanityModel
 
setDocument(Document) - Method in class org.gusdb.wdk.model.WdkModel
 
setDownloadConfigMap(Map) - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
setFullName(String) - Method in class org.gusdb.wdk.model.Param
Assumes that the name of this param has already been set.
setHelp(String) - Method in class org.gusdb.wdk.model.Column
 
setHelp(String) - Method in class org.gusdb.wdk.model.LinkAttributeField
 
setHelp(String) - Method in class org.gusdb.wdk.model.Param
 
setHelp(String) - Method in class org.gusdb.wdk.model.Query
 
setHelp(String) - Method in class org.gusdb.wdk.model.Question
 
setHelp(String) - Method in class org.gusdb.wdk.model.TextAttributeField
 
setIdPrefix(String) - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
setIdPrefix(String) - Method in class org.gusdb.wdk.model.RecordClass
 
setInitialSize(Integer) - Method in class org.gusdb.wdk.model.ModelConfig
 
setInSummary(String) - Method in class org.gusdb.wdk.model.Column
 
setInternal(Object) - Method in class org.gusdb.wdk.model.EnumItem
 
setIntroduction(String) - Method in class org.gusdb.wdk.model.WdkModel
 
setIsCacheable(Boolean) - Method in class org.gusdb.wdk.model.Query
 
setIsCacheable(boolean) - Method in class org.gusdb.wdk.model.QueryInstance
 
setIsCombinedAnswer(boolean) - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
setIsInternal(Boolean) - Method in class org.gusdb.wdk.model.Column
 
setIsInternal(Boolean) - Method in class org.gusdb.wdk.model.QuestionSet
 
setIsInternal(Boolean) - Method in class org.gusdb.wdk.model.TextAttributeField
 
setLeafId(int) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
setLogFilename(String) - Method in class org.gusdb.wdk.model.WdkLogManager
 
setLogin(String) - Method in class org.gusdb.wdk.model.ModelConfig
 
setMaxActive(Integer) - Method in class org.gusdb.wdk.model.ModelConfig
 
setMaxIdle(Integer) - Method in class org.gusdb.wdk.model.ModelConfig
 
setMaxOutputLength(Integer) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
setMaxOutputLength(int) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setMaxQueryParams(Integer) - Method in class org.gusdb.wdk.model.ModelConfig
 
setMaxWait(Integer) - Method in class org.gusdb.wdk.model.ModelConfig
 
setMinIdle(Integer) - Method in class org.gusdb.wdk.model.ModelConfig
 
setMinOutputLength(Integer) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
setMinOutputLength(int) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setMultiPick(Boolean) - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
setName(String) - Method in class org.gusdb.wdk.model.Column
 
setName(String) - Method in class org.gusdb.wdk.model.LinkAttributeField
 
setName(String) - Method in class org.gusdb.wdk.model.Param
 
setName(String) - Method in class org.gusdb.wdk.model.ParamSet
 
setName(String) - Method in class org.gusdb.wdk.model.Query
 
setName(String) - Method in class org.gusdb.wdk.model.QuerySet
 
setName(String) - Method in class org.gusdb.wdk.model.Question
 
setName(String) - Method in class org.gusdb.wdk.model.QuestionSet
 
setName(String) - Method in class org.gusdb.wdk.model.RecordClass
 
setName(String) - Method in class org.gusdb.wdk.model.RecordClassSet
 
setName(String) - Method in class org.gusdb.wdk.model.ReferenceList
 
setName(String) - Method in class org.gusdb.wdk.model.test.SanityParam
 
setName(String) - Method in class org.gusdb.wdk.model.TextAttributeField
 
setName(String) - Method in class org.gusdb.wdk.model.WdkModel
 
setNameTruncateTo(int) - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
setPageEnd(int) - Method in class org.gusdb.wdk.model.test.SanityQuestion
 
setPageEnd(int) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setPageStart(int) - Method in class org.gusdb.wdk.model.test.SanityQuestion
 
setPageStart(int) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setPassword(String) - Method in class org.gusdb.wdk.model.ModelConfig
 
setPlatformClass(String) - Method in class org.gusdb.wdk.model.ModelConfig
 
setPrimaryKey(String, String) - Method in class org.gusdb.wdk.model.RecordInstance
Modified by Jerric - Use two parts as primarykeyValue, projectId and the original recordId String
setPrimaryKey(String) - Method in class org.gusdb.wdk.model.test.SanityRecord
 
setProjectID(String) - Method in class org.gusdb.wdk.model.test.SanityRecord
 
setProjectParamRef(Reference) - Method in class org.gusdb.wdk.model.RecordClass
Added by Jerric
setPrompt(String) - Method in class org.gusdb.wdk.model.Param
 
setQuery(Query) - Method in class org.gusdb.wdk.model.Column
 
setQuery(Query) - Method in class org.gusdb.wdk.model.Question
 
setQueryInstanceTable(String) - Method in class org.gusdb.wdk.model.ModelConfig
 
setQueryRef(String) - Method in class org.gusdb.wdk.model.FlatVocabParam
 
setQueryRef(String) - Method in class org.gusdb.wdk.model.Question
 
setQuestionRef(String) - Method in class org.gusdb.wdk.model.NestedRecord
 
setQuestionRef(String) - Method in class org.gusdb.wdk.model.NestedRecordList
 
setQuoteInternalValue(Boolean) - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
setRecordClass(RecordClass) - Method in class org.gusdb.wdk.model.Question
 
setRecordClassRef(String) - Method in class org.gusdb.wdk.model.Question
 
setRef(String) - Method in class org.gusdb.wdk.model.Reference
 
setRef(String) - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
setRef(String) - Method in class org.gusdb.wdk.model.test.SanityRecord
 
setRef(String) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setRegex(String) - Method in class org.gusdb.wdk.model.StringParam
 
setResources(WdkModel) - Method in class org.gusdb.wdk.model.FlatVocabParam
 
setResources(WdkModel) - Method in interface org.gusdb.wdk.model.ModelSetI
 
setResources(WdkModel) - Method in class org.gusdb.wdk.model.ParamSet
 
setResources(WdkModel) - Method in class org.gusdb.wdk.model.QuerySet
 
setResources(WdkModel) - Method in class org.gusdb.wdk.model.QuestionSet
 
setResources(WdkModel) - Method in class org.gusdb.wdk.model.RecordClassSet
 
setResources(WdkModel) - Method in class org.gusdb.wdk.model.ReferenceList
 
setResources() - Method in class org.gusdb.wdk.model.WdkModel
Set whatever resources the model needs.
setSample(String) - Method in class org.gusdb.wdk.model.StringParam
 
setSpecialType(String) - Method in class org.gusdb.wdk.model.Column
 
setSql(String) - Method in class org.gusdb.wdk.model.implementation.SqlQuery
 
setSubstitute(String) - Method in class org.gusdb.wdk.model.StringParam
 
setSummaryAttributesRef(String) - Method in class org.gusdb.wdk.model.Question
 
setTerm(Object) - Method in class org.gusdb.wdk.model.EnumItem
 
setText(String) - Method in class org.gusdb.wdk.model.TextAttributeField
 
setText(String) - Method in class org.gusdb.wdk.model.TextColumn
 
setTruncate(String) - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
setTruncateToRef(String) - Method in class org.gusdb.wdk.model.Column
 
setTruncateToRef(String) - Method in class org.gusdb.wdk.model.LinkAttributeField
 
setTruncateToRef(String) - Method in class org.gusdb.wdk.model.TextAttributeField
 
setType(String) - Method in class org.gusdb.wdk.model.RecordClass
 
setType(String) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setUrl(String) - Method in class org.gusdb.wdk.model.LinkAttributeField
 
setUrl(String) - Method in class org.gusdb.wdk.model.LinkColumn
A string that may have macros for values from other columns
setUserAnswerName(String) - Method in class org.gusdb.wdk.model.jspwrap.AnswerBean
 
setValue(Object) - Method in class org.gusdb.wdk.model.FieldValueMap.OurEntry
 
setValue(String) - Method in class org.gusdb.wdk.model.test.SanityParam
 
setValues(Map) - Method in class org.gusdb.wdk.model.BooleanQueryInstance
 
setValues(Hashtable) - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
setValues(Hashtable) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
setValues(Hashtable) - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
setValues(Map) - Method in class org.gusdb.wdk.model.QueryInstance
 
setVisible(String) - Method in class org.gusdb.wdk.model.LinkAttributeField
 
setVisible(String) - Method in class org.gusdb.wdk.model.LinkColumn
A string that may have macros for values from other columns
setXmlData(String) - Method in class org.gusdb.wdk.model.test.SanityXmlQuestion
 
setXmlDataDir(File) - Method in class org.gusdb.wdk.model.WdkModel
 
setXmlSchema(URL) - Method in class org.gusdb.wdk.model.WdkModel
 
showLowLevelQuery(String, String, Hashtable) - Method in class org.gusdb.wdk.model.test.QueryTester
 
size() - Method in class org.gusdb.wdk.model.FieldValueMap
 
SqlClause - Class in org.gusdb.wdk.model.implementation
An sql clause: a section of sql bounded by a parenthesis pair that may contain other such sections (kids).
SqlClause(String, String, int, int, RDBMSPlatformI) - Constructor for class org.gusdb.wdk.model.implementation.SqlClause
 
SqlClausePiece - Class in org.gusdb.wdk.model.implementation
 
SqlClausePiece(String, int, int, String) - Constructor for class org.gusdb.wdk.model.implementation.SqlClausePiece
A piece of sql that belongs to an sql clause and that has no kid clauses.
SqlQuery - Class in org.gusdb.wdk.model.implementation
 
SqlQuery() - Constructor for class org.gusdb.wdk.model.implementation.SqlQuery
 
SqlQueryInstance - Class in org.gusdb.wdk.model.implementation
 
SqlQueryInstance(SqlQuery) - Constructor for class org.gusdb.wdk.model.implementation.SqlQueryInstance
 
SqlResultList - Class in org.gusdb.wdk.model.implementation
 
SqlResultList(QueryInstance, String, ResultSet) - Constructor for class org.gusdb.wdk.model.implementation.SqlResultList
 
SqlUtils - Class in org.gusdb.wdk.model.implementation
 
SqlUtils() - Constructor for class org.gusdb.wdk.model.implementation.SqlUtils
 
StringParam - Class in org.gusdb.wdk.model
 
StringParam() - Constructor for class org.gusdb.wdk.model.StringParam
 
substitute(String) - Method in class org.gusdb.wdk.model.StringParam
 
suite() - Static method in class org.gusdb.wdk.model.test.JUnitBooleanExpressionTest
 
suite() - Static method in class org.gusdb.wdk.model.test.JUnitUserTest
 
suite() - Static method in class org.gusdb.wdk.model.test.TestUtility
 
SummaryTester - Class in org.gusdb.wdk.model.test
 
SummaryTester() - Constructor for class org.gusdb.wdk.model.test.SummaryTester
 

T

TableField - Class in org.gusdb.wdk.model
 
TableField(Query) - Constructor for class org.gusdb.wdk.model.TableField
 
TableFieldValue - Class in org.gusdb.wdk.model
 
TableFieldValue(FieldI, ResultList) - Constructor for class org.gusdb.wdk.model.TableFieldValue
 
testAddAnswer() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
TestBooleanTree - Class in org.gusdb.wdk.model.test
TestBooleanTree.java Class with static method that returns a tree of BooleanQuestionNodes containing Questions and parameter values specifically designed for the toy model.
TestBooleanTree() - Constructor for class org.gusdb.wdk.model.test.TestBooleanTree
 
testClearUserAnswers() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testCombineUserAnswersIntIntString() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testCombineUserAnswersString() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
TestDBManager - Class in org.gusdb.wdk.model.test
 
TestDBManager() - Constructor for class org.gusdb.wdk.model.test.TestDBManager
 
testDeleteUserAnswer() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testGetUserAnswerByAnswer() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testGetUserAnswerByID() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testGetUserAnswerByName() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testGetUserAnswers() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testGetUserID() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
testParseExpression() - Method in class org.gusdb.wdk.model.test.JUnitBooleanExpressionTest
 
testRenameUserAnswer() - Method in class org.gusdb.wdk.model.test.JUnitUserTest
 
TestUtility - Class in org.gusdb.wdk.model.test
 
TestUtility() - Constructor for class org.gusdb.wdk.model.test.TestUtility
 
TextAttributeField - Class in org.gusdb.wdk.model
 
TextAttributeField() - Constructor for class org.gusdb.wdk.model.TextAttributeField
 
TextColumn - Class in org.gusdb.wdk.model
A subclass of Column which returns a text string containing interpolated values.
TextColumn() - Constructor for class org.gusdb.wdk.model.TextColumn
 
toString() - Method in class org.gusdb.wdk.model.Answer
 
toString() - Method in class org.gusdb.wdk.model.AttributeField
 
toString() - Method in class org.gusdb.wdk.model.AttributeFieldValue
 
toString() - Method in class org.gusdb.wdk.model.BooleanQuestionNode
 
toString() - Method in class org.gusdb.wdk.model.Column
 
toString() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionLeafBean
 
toString() - Method in class org.gusdb.wdk.model.jspwrap.BooleanQuestionNodeBean
 
toString() - Method in class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
toString() - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
toString() - Method in class org.gusdb.wdk.model.LinkAttributeField
 
toString() - Method in class org.gusdb.wdk.model.LinkValue
 
toString() - Method in class org.gusdb.wdk.model.Param
 
toString() - Method in class org.gusdb.wdk.model.ParamSet
 
toString() - Method in class org.gusdb.wdk.model.PrimaryKeyField
 
toString() - Method in class org.gusdb.wdk.model.PrimaryKeyValue
 
toString() - Method in class org.gusdb.wdk.model.Query
 
toString() - Method in class org.gusdb.wdk.model.QuerySet
 
toString() - Method in class org.gusdb.wdk.model.Question
 
toString() - Method in class org.gusdb.wdk.model.QuestionSet
 
toString() - Method in class org.gusdb.wdk.model.RecordClass
 
toString() - Method in class org.gusdb.wdk.model.RecordClassSet
 
toString() - Method in class org.gusdb.wdk.model.Reference
 
toString() - Method in class org.gusdb.wdk.model.StringParam
 
toString() - Method in class org.gusdb.wdk.model.TableField
 
toString() - Method in class org.gusdb.wdk.model.TableFieldValue
 
toString() - Method in class org.gusdb.wdk.model.test.SanityModel
 
toString() - Method in class org.gusdb.wdk.model.test.SanityParam
 
toString() - Method in class org.gusdb.wdk.model.test.SanityQueryOrQuestion
 
toString() - Method in class org.gusdb.wdk.model.test.SanityRecord
 
toString() - Method in class org.gusdb.wdk.model.TextAttributeField
 
toString() - Method in class org.gusdb.wdk.model.User
 
toString() - Method in class org.gusdb.wdk.model.UserAnswer
 
toString() - Method in class org.gusdb.wdk.model.WdkModel
 
toXML() - Method in class org.gusdb.wdk.model.RecordInstance
 
toXML(String) - Method in class org.gusdb.wdk.model.RecordInstance
 
toXML(StringBuffer, String, String) - Method in class org.gusdb.wdk.model.ResultList
 
TRUNCATE_DEFAULT - Static variable in class org.gusdb.wdk.model.WdkModel
 

U

User - Class in org.gusdb.wdk.model
A wdk model user.
User(String, WdkModel) - Constructor for class org.gusdb.wdk.model.User
 
UserAnswer - Class in org.gusdb.wdk.model
a non-persistent mapping of a User to an Answer.
UserAnswer(String, int, Answer) - Constructor for class org.gusdb.wdk.model.UserAnswer
 
UserAnswerBean - Class in org.gusdb.wdk.model.jspwrap
 
UserAnswerBean(UserAnswer) - Constructor for class org.gusdb.wdk.model.jspwrap.UserAnswerBean
 
UserBean - Class in org.gusdb.wdk.model.jspwrap
 
UserBean(User) - Constructor for class org.gusdb.wdk.model.jspwrap.UserBean
 

V

validateExpression(String, int, int, Map<String, String>) - Method in class org.gusdb.wdk.model.jspwrap.UserBean
 
validateExpression(String, int, int, Map<String, String>) - Method in class org.gusdb.wdk.model.User
 
validateValue(Object) - Method in class org.gusdb.wdk.model.AbstractEnumParam
 
validateValue(Object) - Method in class org.gusdb.wdk.model.AnswerParam
 
validateValue(Object) - Method in class org.gusdb.wdk.model.jspwrap.ParamBean
for controller
validateValue(Object) - Method in class org.gusdb.wdk.model.Param
 
validateValue(Object) - Method in class org.gusdb.wdk.model.StringParam
 
values() - Method in class org.gusdb.wdk.model.FieldValueMap
 

W

warning(SAXParseException) - Method in class org.gusdb.wdk.model.implementation.ParserErrorHandler
 
WdkLogManager - Class in org.gusdb.wdk.model
 
WdkModel - Class in org.gusdb.wdk.model
 
WdkModel() - Constructor for class org.gusdb.wdk.model.WdkModel
Default constructor
WdkModelBean - Class in org.gusdb.wdk.model.jspwrap
A wrapper on a WdkModel that provides simplified access for consumption by a view
WdkModelBean(WdkModel) - Constructor for class org.gusdb.wdk.model.jspwrap.WdkModelBean
 
WdkModelException - Exception in org.gusdb.wdk.model
 
WdkModelException() - Constructor for exception org.gusdb.wdk.model.WdkModelException
 
WdkModelException(String) - Constructor for exception org.gusdb.wdk.model.WdkModelException
 
WdkModelException(String, Throwable) - Constructor for exception org.gusdb.wdk.model.WdkModelException
 
WdkModelException(Throwable) - Constructor for exception org.gusdb.wdk.model.WdkModelException
 
WdkUserException - Exception in org.gusdb.wdk.model
 
WdkUserException(Map) - Constructor for exception org.gusdb.wdk.model.WdkUserException
 
WdkUserException(String) - Constructor for exception org.gusdb.wdk.model.WdkUserException
 
WdkUserException(String, Map) - Constructor for exception org.gusdb.wdk.model.WdkUserException
 
WdkUserException(Throwable, Map) - Constructor for exception org.gusdb.wdk.model.WdkUserException
 
WdkUserException(String, Throwable, Map) - Constructor for exception org.gusdb.wdk.model.WdkUserException
 
write(StringBuffer) - Method in class org.gusdb.wdk.model.ResultList
 
writeResultSet(ResultSet, StringBuffer) - Static method in class org.gusdb.wdk.model.implementation.SqlUtils
 

X

XmlAnswerBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlAnswerBean(XmlAnswer) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlAnswerBean
 
XmlAttributeFieldBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlAttributeFieldBean(XmlAttributeField) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlAttributeFieldBean
 
XmlAttributeValueBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlAttributeValueBean(XmlAttributeValue) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlAttributeValueBean
 
XmlConverter - Class in org.gusdb.wdk.model.implementation
 
XmlConverter() - Constructor for class org.gusdb.wdk.model.implementation.XmlConverter
 
XmlQuestionBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlQuestionBean(XmlQuestion) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlQuestionBean
 
XmlQuestionSetBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlQuestionSetBean(XmlQuestionSet) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlQuestionSetBean
 
XmlQuestionTester - Class in org.gusdb.wdk.model.test
 
XmlQuestionTester() - Constructor for class org.gusdb.wdk.model.test.XmlQuestionTester
 
XmlRecordBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlRecordBean(XmlRecordInstance) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlRecordBean
 
XmlRecordClassBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlRecordClassBean(XmlRecordClass) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlRecordClassBean
 
XmlRecordClassSetBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlRecordClassSetBean(XmlRecordClassSet) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlRecordClassSetBean
 
XmlTableFieldBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlTableFieldBean(XmlTableField) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlTableFieldBean
 
XmlTableValueBean - Class in org.gusdb.wdk.model.jspwrap
 
XmlTableValueBean(XmlTableValue) - Constructor for class org.gusdb.wdk.model.jspwrap.XmlTableValueBean
 

A B C D E F G H I J K L M N O P Q R S T U V W X