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

A

ABORT - Static variable in class org.apache.torque.task.TorqueSQLExec.OnError
 
AbstractSqlProducer - Class in org.kuali.common.impex.service
 
AbstractSqlProducer() - Constructor for class org.kuali.common.impex.service.AbstractSqlProducer
 
addColumn(Attributes) - Method in class org.apache.torque.engine.database.model.Index
Adds a new column to an index.
addColumn(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new column from attrib and add it to this table.
addColumn(Column) - Method in class org.apache.torque.engine.database.model.Table
Adds a new column to the column list and set the parent table of the column to the current table
addDomain(Domain) - Method in class org.apache.torque.engine.database.model.Database
 
addExclude(String) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
addFileset(FileSet) - Method in class org.apache.torque.task.TorqueDataModelTask
Adds a set of xml schema files (nested fileset attribute).
addForeignKey(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new foreign key from attrib and add it to this table.
addForeignKey(ForeignKey) - Method in class org.apache.torque.engine.database.model.Table
Adds a new FK to the FK list and set the parent table of the column to the current table
addForeignKey(Map<String, ForeignKey>, String, String, String, ResultSet) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
addForeignKey(Map<String, ForeignKey>, String, String, String, ResultSet) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
addIdMethodParameter(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new id method parameter from attrib and add it to this table.
addIdMethodParameter(IdMethodParameter) - Method in class org.apache.torque.engine.database.model.Table
Adds a new ID method parameter to the list and sets the parent table of the column associated with the supplied parameter to this table.
addInclude(String) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
addIndex(Index) - Method in class org.apache.torque.engine.database.model.Table
Adds a new index to the index list and set the parent table of the column to the current table
addIndex(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new index from attrib and add it to this table.
addIndexIfNotPK(Index, String, List<Index>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
addIndexIfNotPK(Index, String, List<Index>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
addInheritance(Attributes) - Method in class org.apache.torque.engine.database.model.Column
A utility function to create a new column from attrib and add it to this table.
addInheritance(Inheritance) - Method in class org.apache.torque.engine.database.model.Column
Adds a new inheritance definition to the inheritance list and set the parent column of the inheritance to the current column
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Column
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Database
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Index
Add an XML Specified option key/value pair to this element's option set.
addOption(String, String) - Method in class org.apache.torque.engine.database.model.Table
Add an XML Specified option key/value pair to this element's option set.
addReference(Attributes) - Method in class org.apache.torque.engine.database.model.ForeignKey
Adds a new reference entry to the foreign key
addReference(String, String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Adds a new reference entry to the foreign key
addReferrer(ForeignKey) - Method in class org.apache.torque.engine.database.model.Column
Adds the foreign key from another table that refers to this column.
addReferrer(ForeignKey) - Method in class org.apache.torque.engine.database.model.Table
Adds the foreign key from another table that refers to this table.
addSequence(Attributes) - Method in class org.kuali.common.impex.KualiDatabase
 
addTable(Attributes) - Method in class org.apache.torque.engine.database.model.Database
An utility method to add a new table from an xml attribute.
addTable(Table) - Method in class org.apache.torque.engine.database.model.Database
Add a table to the list and sets the Database property to this Database
addText(String) - Method in class org.apache.torque.task.TorqueSQLExec
Deprecated. This method has no effect and will be removed in a future version.
addText(String) - Method in class org.apache.torque.task.TorqueSQLExec.Transaction
 
addUnique(Unique) - Method in class org.apache.torque.engine.database.model.Table
Adds a new Unique to the Unique list and set the parent table of the column to the current table
addUnique(Attributes) - Method in class org.apache.torque.engine.database.model.Table
A utility function to create a new Unique from attrib and add it to this table.
addView(Attributes) - Method in class org.kuali.common.impex.KualiDatabase
 
ARRAY - Static variable in class org.apache.torque.engine.database.model.SchemaType
 

B

batchLimitReached(int, int) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
BIGINT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BIGINT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIGINT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BINARY_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BINARY_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BIT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BIT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BLOB - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BLOB_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BLOB_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BLOB_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BOOLEANCHAR_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANCHAR_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
BOOLEANINT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
BOOLEANINT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
buildBatchSql(List<DataBean>) - Method in class org.kuali.common.impex.service.MySqlProducer
 
buildBatchSql(Table, List<DataBean>) - Method in class org.kuali.common.impex.service.OracleProducer
 
buildClobBatches(Table, List<OracleProducer.LongClobRow>) - Method in class org.kuali.common.impex.service.OracleProducer
 
buildClobHeader(List<String>, DataBean) - Method in class org.kuali.common.impex.service.OracleProducer
 
buildRowData(List<Column>, String[]) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 

C

CHAR - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
CHAR_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CHAR_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CHAR_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CHAR_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
chunkClob(String) - Method in class org.kuali.common.impex.service.OracleProducer
Split a long data string into clob chunks, which have a maximum size of CLOB_BATCH_SIZE and have all single quotes "'" replaced with the escaped version (two single quotes, "''")
CLOB - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
CLOB_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CLOB_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
CLOB_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
clone(ImpexContext) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
clone(ImpexContext, String, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
closeQuietly(Statement) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
closeQuietly(ResultSet) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
closeQuietly(Connection, DataSource) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
closeQuietly(Connection, DataSource) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
Column - Class in org.apache.torque.engine.database.model
A Class for holding data about a column used in an Application.
Column() - Constructor for class org.apache.torque.engine.database.model.Column
Creates a new instance with a null name.
Column(String) - Constructor for class org.apache.torque.engine.database.model.Column
Creates a new column and set the name
ColumnContext - Class in org.kuali.common.impex
 
ColumnContext() - Constructor for class org.kuali.common.impex.ColumnContext
 
compareTo(MpxBucket) - Method in class org.kuali.common.impex.service.MpxBucket
 
compareTo(MpxMetaData) - Method in class org.kuali.common.impex.service.MpxMetaData
 
compareTo(TableBucket) - Method in class org.kuali.common.impex.TableBucket
 
compareTo(TableContext) - Method in class org.kuali.common.impex.TableContext
 
compilePatterns() - Method in class org.kuali.core.db.torque.StringFilter
Compile the string patterns into Pattern objects
CONSTRAINT_GENERATOR - Static variable in class org.apache.torque.engine.database.model.NameFactory
The fully qualified class name of the constraint name generator.
ConstraintNameGenerator - Class in org.apache.torque.engine.database.model
A NameGenerator implementation for table-specific constraints.
ConstraintNameGenerator() - Constructor for class org.apache.torque.engine.database.model.ConstraintNameGenerator
 
containsColumn(Column) - Method in class org.apache.torque.engine.database.model.Table
Returns true if the table contains a specified column
containsColumn(String) - Method in class org.apache.torque.engine.database.model.Table
Returns true if the table contains a specified column
context - Variable in class org.apache.torque.task.TorqueDataModelTask
Velocity context which exposes our objects in the templates.
CONTINUE - Static variable in class org.apache.torque.task.TorqueSQLExec.OnError
 
CONV_METHOD_JAVANAME - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Similar to NameGenerator.CONV_METHOD_UNDERSCORE except nothing is converted to lowercase.
CONV_METHOD_NOCHANGE - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Specifies no modification when converting from a schema column or table name to a java name.
CONV_METHOD_UNDERSCORE - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Traditional method for converting schema table and column names to java names.
CONV_METHOD_UNDERSCORE_OMIT_SCHEMA - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
Similar to NameGenerator.CONV_METHOD_UNDERSCORE except a possible schema name (preceding a dot (.) )is omitted
copy(Domain) - Method in class org.apache.torque.engine.database.model.Domain
 
copyProperties(ImpexContext, ImpexContextCloningFactoryBean) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
copyProperties(Object, Object) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
createClasspath() - Method in class org.apache.torque.task.TorqueSQLExec
Create the classpath for loading the driver.
createContextPropertiesFile(ImpexContext, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
createContextPropertiesFiles(ImpexContext, List<String>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
createNewXML(Document, Document) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
merges the two xml document.
createNotNullBeforeAutoincrement() - Method in interface org.apache.torque.engine.platform.Platform
Returns whether the "not null part" of the definition of a column should be generated before the "autoincrement part" in a "create table" statement.
createNotNullBeforeAutoincrement() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
createReportFile(ImpexContext, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
createReportFiles(ImpexContext, List<String>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
createSqlDbMap() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
create the sql -> database map.
createXMLWithDescription() - Method in class org.apache.torque.task.TorqueXMLWithDesc
Returns a document object with table and column name from the input file and a blank description

D

DATA_CONTROL_TEMPLATE - Static variable in class org.kuali.common.impex.service.ImpexContext
 
Database - Class in org.apache.torque.engine.database.model
A class for holding application data structures.
Database(String) - Constructor for class org.apache.torque.engine.database.model.Database
Creates a new instance for the specified database type.
database - Variable in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Database object representing the information from schema.xml
DatabaseContext - Class in org.kuali.common.impex
 
DatabaseContext() - Constructor for class org.kuali.common.impex.DatabaseContext
 
databaseNames - Variable in class org.apache.torque.task.TorqueDataModelTask
Hashtable containing the names of all the databases in our collection of schemas.
DatabaseParser - Interface in org.kuali.core.db.torque
This lets KualiTorqueSQLTask and KualiXmlToAppData play nicely with Torque 3.3 Maven Plugin Mojo's
DataBean - Class in org.kuali.common.impex.service
 
DataBean() - Constructor for class org.kuali.common.impex.service.DataBean
 
dataDTD - Variable in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
The DTD itself.
DataHandler - Interface in org.kuali.common.impex.service
 
dataModelDbMap - Variable in class org.apache.torque.task.TorqueDataModelTask
Map of data model name to database name.
dataModels - Variable in class org.apache.torque.task.TorqueDataModelTask
Data models that we collect.
DATE - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
DATE_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DATE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DATE_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DATE_VALUE_SUFFIX - Static variable in class org.kuali.common.impex.service.MySqlProducer
 
DATE_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
DECIMAL_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DECIMAL_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DEFAULT_BATCH_DATA_SIZE - Static variable in class org.kuali.common.impex.service.ImportContext
 
DEFAULT_BATCH_ROW_COUNT - Static variable in class org.kuali.common.impex.service.ImportContext
 
DEFAULT_ENCODING - Static variable in class org.kuali.common.impex.service.ImportContext
 
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.kuali.common.impex.service.ImportContext
 
DefaultDataHandler - Class in org.kuali.common.impex.service
 
DefaultDataHandler() - Constructor for class org.kuali.common.impex.service.DefaultDataHandler
 
DefaultImpexExecutorService - Class in org.kuali.common.impex.service
Default implementation of the ImpexExecutorService
DefaultImpexExecutorService() - Constructor for class org.kuali.common.impex.service.DefaultImpexExecutorService
 
DefaultImpexGeneratorService - Class in org.kuali.common.impex.service
 
DefaultImpexGeneratorService() - Constructor for class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
difference(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
Returns elements from A that are not in B
DISTINCT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
doAntCompatibilityMode(ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
doData(DumpTableContext) - Method in interface org.kuali.common.impex.service.DataHandler
 
doData(DumpTableContext) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
doFilter(Collection<String>, List<String>, List<String>, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
doFilter(Collection<String>, List<String>, List<String>, String) - Method in class org.kuali.core.db.torque.DumpTask
 
doFinalInitialization() - Method in class org.apache.torque.engine.database.model.Database
Initializes the model.
doFinalInitialization() - Method in class org.apache.torque.engine.database.model.Table
A hook for the SAX XML parser to call when this table has been fully loaded from the XML, and all nested elements have been processed.
Domain - Class in org.apache.torque.engine.database.model
A Class for holding data about a column used in an Application.
Domain() - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new instance with a null name.
Domain(String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType, String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType, String, String, String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(SchemaType, String, String) - Constructor for class org.apache.torque.engine.database.model.Domain
Creates a new Domain and set the name
Domain(Domain) - Constructor for class org.apache.torque.engine.database.model.Domain
 
doStats(List<DumpTableResult>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
DOUBLE - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
DOUBLE_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DOUBLE_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
DTD_LOCATION - Static variable in class org.kuali.core.db.torque.ImpexDTDResolver
 
DTD_NAME - Static variable in class org.kuali.core.db.torque.ImpexDTDResolver
 
DTDResolver - Class in org.apache.torque.engine.database.transform
A resolver to get the database.dtd file for the XML parser from the jar.
DTDResolver() - Constructor for class org.apache.torque.engine.database.transform.DTDResolver
constructor
DumpExecutable - Class in org.kuali.common.impex
 
DumpExecutable() - Constructor for class org.kuali.common.impex.DumpExecutable
 
dumpTable(ImpexContext, TableContext, Connection) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Dump the contents of the indicated table to disk
dumpTable(ImpexContext, TableContext, ResultSet) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
dumpTable(ImpexContext, TableContext, Connection) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Dump all of the data from this table to disk
DumpTableContext - Class in org.kuali.common.impex
 
DumpTableContext() - Constructor for class org.kuali.common.impex.DumpTableContext
 
DumpTableResult - Class in org.kuali.common.impex
 
DumpTableResult() - Constructor for class org.kuali.common.impex.DumpTableResult
 
dumpTables(ImpexContext, DatabaseContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Dump tables as appropriate to disk.
dumpTables(ImpexContext, DatabaseContext) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Dump one or more tables from a database to disk
DumpTask - Class in org.kuali.core.db.torque
 
DumpTask() - Constructor for class org.kuali.core.db.torque.DumpTask
 

E

endElement(String, String, String) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
Handles closing elements of the xml file.
endElement(String, String, String) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
Handles closing elements of the xml file.
EngineException - Exception in org.apache.torque.engine
The base class of all exceptions thrown by the engine.
EngineException() - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException without specified detail message.
EngineException(String) - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException with specified detail message.
EngineException(Throwable) - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException with specified nested Throwable.
EngineException(String, Throwable) - Constructor for exception org.apache.torque.engine.EngineException
Constructs a new EngineException with specified detail message and nested Throwable.
error(SAXParseException) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
Handles exception which occur when the xml file is parsed
error(SAXParseException) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
Handles exception which occur when the xml file is parsed
execSQL(String, PrintStream) - Method in class org.apache.torque.task.TorqueSQLExec
Exec the sql statement.
execute() - Method in class org.apache.torque.engine.database.transform.SQLToAppData
Execute the parser.
execute() - Method in class org.apache.torque.task.PackageAsPathTask
Executes the package to patch converstion and stores it in the user property value.
execute() - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
execute() - Method in class org.apache.torque.task.TorqueSQLExec
Load the sql file and then execute it
execute() - Method in class org.apache.torque.task.TorqueSQLTransformTask
Execute the task.
execute() - Method in class org.apache.torque.task.TorqueXMLWithDesc
This is the exceute method of the Task called by the ant script
execute() - Method in class org.kuali.common.impex.DumpExecutable
 
execute() - Method in class org.kuali.common.impex.service.ImportExecutable
 
execute() - Method in class org.kuali.common.impex.SyncFilesExecutable
 
execute() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Dump the data to XML files
execute() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Execute the task
executeSql(ImportContext, SqlProducer, Table, MpxMetaData, ExecutionContext) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 

F

filesets - Variable in class org.apache.torque.task.TorqueDataModelTask
Fileset of XML schemas which represent our data models.
fillInContext(DatabaseContext, KualiTorqueSchemaDumpTask) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Connect to a database and retrieve tables/views
fillInDatabaseObjectLists(DatabaseContext, ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Connect to a database and retrieve tables/views
fillInMetaData(ImpexContext, TableContext, DatabaseMetaData) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
fillInMetaData(ImpexContext, DatabaseContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
fillInMetaData(ImpexContext, DatabaseContext) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Fill in the full set of schema metadata.
fillInMetaData(ImpexContext, TableContext, DatabaseMetaData) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Fill in the full set of metadata for this table.
fillInMetaData(DatabaseContext, DataSource, int) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
fillInMetaData(TableContext, DatabaseContext, DatabaseMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
fillInTableMetaData(ImpexContext, List<TableContext>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
filter(Iterator<String>) - Method in class org.kuali.core.db.torque.StringFilter
Invoke Iterator.remove() on any strings that match an exclusion pattern or do not match an inclusion pattern
FilteredPropertyCopier - Class in org.kuali.core.db.torque
 
FilteredPropertyCopier() - Constructor for class org.kuali.core.db.torque.FilteredPropertyCopier
 
filterInvalidDefaultValues(String) - Method in interface org.apache.torque.engine.platform.Platform
 
filterInvalidDefaultValues(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
filterInvalidDefaultValues(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
finishData(DumpTableContext) - Method in interface org.kuali.common.impex.service.DataHandler
 
finishData(DumpTableContext) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
FLOAT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
FLOAT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
FLOAT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
ForeignKey - Class in org.apache.torque.engine.database.model
A class for information about foreign keys of a table.
ForeignKey() - Constructor for class org.apache.torque.engine.database.model.ForeignKey
 
ForeignKey - Class in org.kuali.common.impex
 
ForeignKey() - Constructor for class org.kuali.common.impex.ForeignKey
 
format(List<String[]>) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
format(String[]) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
format(String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 

G

generateDataDtds(List<ImpexContext>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
generateDataDtds(List<ImpexContext>) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Parse schema xml files and produce corresponding data.dtd files
generateName(List) - Method in class org.apache.torque.engine.database.model.ConstraintNameGenerator
First element of inputs should be of type Database, second should be a table name, third is the type identifier (spared if trimming is necessary due to database type length constraints), and the fourth is a Integer indicating the number of this contraint.
generateName(List) - Method in class org.apache.torque.engine.database.model.JavaNameGenerator
inputs should consist of two elements, the original name of the database element and the method for generating the name.
generateName(String, List) - Static method in class org.apache.torque.engine.database.model.NameFactory
Given a list of String objects, implements an algorithm which produces a name.
generateName(List) - Method in interface org.apache.torque.engine.database.model.NameGenerator
Given a list of String objects, implements an algorithm which produces a name.
generateSchemaSql(List<ImpexContext>, List<String>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
generateSchemaSql(List<ImpexContext>, List<String>) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
 
generateXML(Platform) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate XML from the data in the tables in the database
generateXML(Document, Element, Platform, List<TableContext>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getActualFile() - Method in class org.kuali.common.impex.service.ReportFile
 
getAlgorithm(String) - Method in class org.apache.torque.engine.database.model.NameFactory
Factory method which retrieves an instance of the named generator.
getAlias() - Method in class org.apache.torque.engine.database.model.Table
JavaName of om object this entry references.
getAllRowCounts() - Method in class org.kuali.common.impex.service.MpxBucket
 
getAncestor() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of ancestor.
getArtifactId() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getArtifactId() - Method in class org.kuali.common.impex.service.ImpexContext
 
getArtifactId() - Method in class org.kuali.core.db.torque.DumpTask
 
getAutoIncrement() - Method in interface org.apache.torque.engine.platform.Platform
 
getAutoIncrement() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getAutoIncrement() - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getAutoIncrement() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getAutoIncrementString() - Method in class org.apache.torque.engine.database.model.Column
 
getBaseClass() - Method in class org.apache.torque.engine.database.model.Database
Get the value of baseClass.
getBaseClass() - Method in class org.apache.torque.engine.database.model.Table
Gets the value of base class for classes produced from this table.
getBaseDir() - Method in class org.kuali.common.impex.service.ImpexContext
 
getBaseDir() - Method in class org.kuali.common.impex.service.ReportFile
 
getBasePeer() - Method in class org.apache.torque.engine.database.model.Database
Get the value of basePeer.
getBasePeer() - Method in class org.apache.torque.engine.database.model.Table
Get the value of basePeer.
getBaseUrl(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getBatchDataSize() - Method in class org.kuali.common.impex.service.ImportContext
 
getBatchDataSizeLimit() - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
getBatchRowCount() - Method in class org.kuali.common.impex.service.ImportContext
 
getBatchRowCountLimit() - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
getBuildDir() - Method in class org.kuali.common.impex.service.ImpexContext
 
getBuildDirectory() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
getChildren() - Method in class org.apache.torque.engine.database.model.Column
Get the inheritance definitions.
getChildrenColumn() - Method in class org.apache.torque.engine.database.model.Table
Gets the column that subclasses of the class representing this table can be produced from.
getChildrenNames() - Method in class org.apache.torque.engine.database.model.Table
Get the objects that can be created from this table.
getClassName() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of className.
getClob(Clob) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Convert a CLOB to a String
getClob(Clob) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a CLOB to a String
getCol() - Method in class org.apache.torque.engine.sql.Token
Get the column number of this token.
getColumn() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of parent.
getColumn(String) - Method in class org.apache.torque.engine.database.model.Table
Returns a specified column.
getColumn() - Method in class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
 
getColumn() - Method in class org.kuali.common.impex.service.DataBean
 
getColumnByJavaName(String) - Method in class org.apache.torque.engine.database.model.Table
Returns a specified column.
getColumnElement(ColumnContext, TableContext, Document) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getColumnElement(ColumnContext, TableContext, Document) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getColumnList() - Method in class org.apache.torque.engine.database.model.Index
Return a comma delimited string of the columns which compose this index.
getColumnNames() - Method in class org.apache.torque.engine.database.model.Index
Returns the list of names of the columns referenced by this index.
getColumnNamesCSV(Table) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
getColumns() - Method in class org.apache.torque.engine.database.model.Index
Return the list of local columns.
getColumns() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the columns in the table
getColumns() - Method in class org.kuali.common.impex.DumpTableContext
 
getColumns() - Method in class org.kuali.common.impex.Index
 
getColumns(Table) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getColumns(ResultSetMetaData) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Generate an array of Column objects from the result set metadata
getColumns(DatabaseMetaData, String, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Retrieves all the column names and types for a given table from JDBC metadata.
getColumns(Table) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getColumns() - Method in class org.kuali.common.impex.TableContext
 
getColumns(ResultSetMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate an array of Column objects from the result set metadata
getColumns(DatabaseMetaData, String, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Retrieves all the column names and types for a given table from JDBC metadata.
getColumnsHeader(Column[]) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
getColumnType(Column) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getColumnValue(ResultSet, int, Column, int, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Extract a column value from the result set, converting as needed
getColumnValueAsString(String, ResultSet, int, Column, long, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Use JDBC to extract the data held by the database into a java.lang.String suitable for dumping to disk.
getColumnValues() - Method in class org.apache.torque.engine.database.transform.XmlToData.DataRow
 
getComment() - Method in class org.kuali.common.impex.service.ImpexContext
 
getComment() - Method in class org.kuali.core.db.torque.DumpTask
 
getConnection() - Method in class org.kuali.core.db.torque.TableHelper
 
getContainsForeignPK() - Method in class org.apache.torque.engine.database.model.Table
Determine if this table contains a foreign PK
getContext() - Method in class org.kuali.common.impex.service.ImportExecutable
 
getContext() - Method in class org.kuali.common.impex.service.MpxBucket
 
getContext() - Method in class org.kuali.common.impex.TableBucket
 
getContextPropertiesCanonicalPath() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getContextPropertiesFile(ImpexContext, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getContextPropertiesFile() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getContexts() - Method in class org.kuali.common.impex.DumpExecutable
 
getContexts() - Method in class org.kuali.common.impex.SyncFilesExecutable
 
getControlTemplate() - Method in class org.kuali.common.impex.service.ImpexContext
 
getCurrentData() - Method in class org.kuali.common.impex.DumpTableContext
 
getCurrentDataSize() - Method in class org.kuali.common.impex.DumpTableContext
 
getCurrentRowCount() - Method in class org.kuali.common.impex.DumpTableContext
 
getData(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Parse a data XML file.
getDatabase() - Method in class org.apache.torque.engine.database.model.Table
Get the parent of the table
getDatabase() - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
getDatabase() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Returns the name of the database to generate sql for.
getDatabase(String, String) - Method in class org.kuali.core.db.torque.Utils
 
getDatabaseNode(ImpexContext, Document) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Create the top level database node
getDatabaseNode(Document) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Create the top level database node
getDatabaseObjectLists(ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Use JDBC calls to obtain the list of table names, view names, and sequence names for a given schema
getDatabaseObjectLists(ImpexContext) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Get the list of table names, view names, and sequence names.
getDatabaseParser() - Method in class org.apache.torque.task.TorqueDataModelTask
Return a SAX parser that implements the DatabaseParser interface
getDatabaseParser() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
 
getDatabasePropertiesFile(List<ImpexContext>) - Method in class org.kuali.common.impex.SyncFilesExecutable
 
getDatabases(List<String>, String) - Method in class org.kuali.core.db.torque.Utils
 
getDatabaseTableProperties() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDatabaseTablePropertiesLocation() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDatabaseType() - Method in class org.apache.torque.engine.database.model.Database
 
getDatabaseVendor() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDatabaseVendor() - Method in class org.kuali.common.impex.service.ImportContext
 
getDatabaseVendors() - Method in class org.kuali.common.impex.DumpExecutable
 
getDataDTD() - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
getDataFiles(File, List<String>, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getDataHandler() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDataLocations() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDataLocations() - Method in class org.kuali.common.impex.service.ImportContext
 
getDataModel(File) - Method in class org.apache.torque.task.TorqueDataModelTask
Parse a schema XML File into a Database object
getDataModelDbMap() - Method in class org.apache.torque.task.TorqueDataModelTask
Return the data model to database name map.
getDataModelFiles() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the list of schema XML files from our filesets
getDataModels() - Method in class org.apache.torque.task.TorqueDataModelTask
Return the data models that have been processed.
getDataSelectStatement(TableHelper, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate a SQL statement that selects all data from the table
getDatasetDocument(ImpexContext, TableContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Generate a new dataset Document object
getDatasetNode(TableHelper, DocumentImpl, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Generate and return the dataset Element
getDatasetSystemId(ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Return the systemId to use
getDataSizeInterval() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDataSource() - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
getDataSource() - Method in class org.kuali.common.impex.SchemaRequestBucket
 
getDataSource() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDataSource() - Method in class org.kuali.core.db.torque.DumpTask
 
getDataThreads() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDataXMLDir() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
getDate(ResultSet, int) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a JDBC Timestamp into a java.util.Date using the specified format
getDateFormat() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDateFormat() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
getDateValue() - Method in class org.kuali.common.impex.service.DataBean
 
getDbMetaData() - Method in class org.kuali.core.db.torque.TableHelper
 
getDbSchema() - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
getDecimalDigits() - Method in class org.kuali.common.impex.ColumnContext
 
getDefaultIdMethod() - Method in class org.apache.torque.engine.database.model.Database
Get the value of defaultIdMethod.
getDefaultJavaNamingMethod() - Method in class org.apache.torque.engine.database.model.Database
Get the value of defaultJavaNamingMethod which specifies the method for converting schema names for table and column to Java names.
getDefaultJavaType() - Method in class org.apache.torque.engine.database.model.Database
Get type to use in Java sources (primitive || object)
getDefaultPrintableConsoleWidth() - Method in class org.kuali.core.db.torque.Utils
 
getDefaultSetting() - Method in class org.apache.torque.engine.database.model.Column
Deprecated.  
getDefaultSetting() - Method in class org.apache.torque.engine.database.model.Domain
Deprecated.  
getDefaultValue() - Method in class org.apache.torque.engine.database.model.Column
Get a string that will give this column a default value.
getDefaultValue() - Method in class org.apache.torque.engine.database.model.Domain
 
getDefaultValue(String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getDefaultValue(String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getDefinition() - Method in class org.kuali.common.impex.View
 
getDefValue() - Method in class org.kuali.common.impex.ColumnContext
 
getDescription() - Method in class org.apache.torque.engine.database.model.Column
Get the description for the Table
getDescription() - Method in class org.apache.torque.engine.database.model.Domain
 
getDescription() - Method in class org.apache.torque.engine.database.model.Table
Get the description for the Table
getDocument(TableHelper, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Return the XML Document object that we will serialize to disk
getDocument(DatabaseContext, KualiTorqueSchemaDumpTask) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getDocument() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Create and return the top level Document object
getDocument() - Method in class org.kuali.core.db.torque.TableHelper
 
getDomain() - Method in class org.apache.torque.engine.database.model.Column
 
getDomain(String) - Method in class org.apache.torque.engine.database.model.Database
 
getDomainForSchemaType(SchemaType) - Method in interface org.apache.torque.engine.platform.Platform
Returns the db specific domain for a jdbcType.
getDomainForSchemaType(SchemaType) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getDriver() - Method in class org.kuali.common.impex.service.ImpexContext
 
getDriver() - Method in class org.kuali.core.db.torque.DumpTask
 
getDriverProperties() - Method in class org.kuali.core.db.torque.DumpTask
 
getDumpTableContext(OutputStream, Column[], List<String[]>, long, ImpexContext, long, long, TableContext, long) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getElapsed() - Method in class org.kuali.common.impex.DumpTableResult
 
getElapsed() - Method in class org.kuali.common.impex.service.MpxImportResult
 
getElapsed(long) - Method in class org.kuali.core.db.torque.Utils
 
getEncoding() - Method in class org.kuali.common.impex.service.ImpexContext
 
getEncoding() - Method in class org.kuali.common.impex.service.ImportContext
 
getEncoding() - Method in class org.kuali.core.db.torque.DumpTask
 
getEncoding(String) - Method in class org.kuali.core.db.torque.Utils
 
getEnum(String) - Static method in class org.apache.torque.engine.database.model.SchemaType
 
getEnumList() - Static method in class org.apache.torque.engine.database.model.SchemaType
 
getEnumMap() - Static method in class org.apache.torque.engine.database.model.SchemaType
 
getEscapedValue() - Method in class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
 
getEscapedValue(Column, String) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
getEscapedValue(Column, String) - Method in class org.kuali.common.impex.service.MySqlProducer
 
getEscapedValue(Column, String) - Method in class org.kuali.common.impex.service.OracleProducer
 
getExcludePatterns() - Method in class org.kuali.core.db.torque.StringFilter
 
getExcludeProperties() - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
getExcludes() - Method in class org.kuali.core.db.torque.StringFilter
 
getExecutionContext() - Method in class org.kuali.common.impex.service.MpxBucket
 
getFileExtensionInclude() - Method in class org.kuali.common.impex.service.ImpexContext
 
getFileForTable(ImpexContext, String) - Method in interface org.kuali.common.impex.service.DataHandler
 
getFileForTable(ImpexContext, String) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
getFileName() - Method in class org.apache.torque.engine.database.model.Database
 
getFilename(File, String) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
getFilename(String) - Method in class org.kuali.core.db.torque.Utils
 
getFilenames(List<File>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getFiles() - Method in class org.kuali.common.impex.DumpTableResult
 
getFiles(File, String[]) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Get a list of File objects from the directory and filenames passed in
getFiles(List<FileSet>, Project) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Cycle through the filesets to generate a list of file objects
getFilesets() - Method in class org.apache.torque.task.TorqueDataModelTask
 
getFilteredFilenames(StringFilter, List<String>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getFinalDirectory() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getFinalDirectory() - Method in class org.kuali.common.impex.service.ImpexContext
 
getFinish() - Method in class org.kuali.common.impex.DumpTableResult
 
getFinish() - Method in class org.kuali.common.impex.service.MpxImportResult
 
getForeignColumn() - Method in class org.kuali.common.impex.Reference
 
getForeignColumnNames() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns a comma delimited string of foreign column names
getForeignColumns() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the list of foreign column names.
getForeignKey() - Method in class org.apache.torque.engine.database.model.Column
get the foreign key object for this column if it is a foreign key or part of a foreign key
getForeignKey(String) - Method in class org.apache.torque.engine.database.model.Table
Return the first foreign key that includes col in it's list of local columns.
getForeignKeyElement(String, Map<String, ForeignKey>, Document) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getForeignKeyElement(String, Map<String, ForeignKey>, Document) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getForeignKeyName(ResultSet, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getForeignKeyName(ResultSet, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getForeignKeys() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the FKs in the table
getForeignKeys(DatabaseMetaData, String, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Retrieves a list of foreign key columns for a given table.
getForeignKeys() - Method in class org.kuali.common.impex.TableContext
 
getForeignKeys(DatabaseMetaData, String, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Retrieves a list of foreign key columns for a given table.
getForeignLocalMapping() - Method in class org.apache.torque.engine.database.model.ForeignKey
Utility method to get foreign column names to local column names mapping for this foreign key.
getForeignTableName() - Method in class org.apache.torque.engine.database.model.ForeignKey
Get the foreignTableName of the FK
getForeignTableNames() - Method in class org.apache.torque.engine.database.model.Table
A list of tables referenced by foreign keys in this table
getFullyQualifiedName() - Method in class org.apache.torque.engine.database.model.Column
Returns table.column
getGenerateDtdTask(ImpexContext, Project) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getGenerateSchemaSqlTask(ImpexContext, Project, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getGetterName() - Method in class org.apache.torque.engine.database.model.Column
Returns the name for the getter method to retrieve the value of this column
getIdMethod() - Method in class org.apache.torque.engine.database.model.Table
Get the method for generating pk's
getIdMethodParameters() - Method in class org.apache.torque.engine.database.model.Table
Returns a Collection of parameters relevant for the chosen id generation method.
getImpexContext() - Method in class org.kuali.common.impex.DumpTableContext
 
getImpexContext() - Method in class org.kuali.common.impex.SchemaRequestBucket
 
getImpexContext(Properties) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getImpexService() - Method in class org.kuali.common.impex.SchemaRequestBucket
 
getInclude() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getIncludePatterns() - Method in class org.kuali.core.db.torque.StringFilter
 
getIncludeProperties() - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
getIncludes() - Method in class org.kuali.core.db.torque.StringFilter
 
getIndexes(DatabaseMetaData, String, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getIndexes() - Method in class org.kuali.common.impex.TableContext
 
getIndexes(DatabaseMetaData, String, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getIndices() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the indices in the table
getInheritanceType() - Method in class org.apache.torque.engine.database.model.Column
Get the value of the inheritance attribute defined in the schema XML.
getInitializedAntProject() - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getInitialMetaData(Platform, KualiTorqueSchemaDumpTask) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getInputFile() - Method in class org.apache.torque.task.TorqueSQLTransformTask
Get the current input file
getInputSource(String) - Method in class org.apache.torque.engine.database.transform.XmlToData
get an InputSource for an URL String
getInputStream(String) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
 
getInputValidator() - Method in class org.apache.torque.engine.database.model.Column
Returns the class name to do input validation
getInterface() - Method in class org.apache.torque.engine.database.model.Table
Interface which objects for this table will implement
getJavaName() - Method in class org.apache.torque.engine.database.model.Column
Get name to use in Java sources to build method names.
getJavaName() - Method in class org.apache.torque.engine.database.model.Database
Get the base name to use when creating related Java Classes.
getJavaName() - Method in class org.apache.torque.engine.database.model.Table
Get name to use in Java sources
getJavaNative() - Method in class org.apache.torque.engine.database.model.Column
Return a string representation of the native java type which corresponds to the JDBC type of this column.
getJavaNative(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return native java type which corresponds to the JDBC type provided.
getJavaNativeObject(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return native java type which corresponds to the JDBC type provided.
getJavaObject() - Method in class org.apache.torque.engine.database.model.Column
Return a string representation of the Java object which corresponds to the JDBC type of this column.
getJavaObject(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return a Java object which corresponds to the JDBC type provided.
getJavaPrimitive() - Method in class org.apache.torque.engine.database.model.Column
Return a string representation of the primitive java type which corresponds to the JDBC type of this column.
getJavaType() - Method in class org.apache.torque.engine.database.model.Column
Returns whether the type in the java object should be an object or primitive.
getJdbcContexts(DatabaseContext) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getJdbcService() - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
getJDBCTableNames(DatabaseMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Get the names of all the tables in our schema
getJdbcType() - Method in class org.apache.torque.engine.database.model.Column
 
getJdbcType(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Deprecated. the type conversion is handled by the platform package (since torque 3.2)
getKey() - Method in class org.apache.torque.engine.database.model.Inheritance
Get the value of key.
getLine() - Method in class org.apache.torque.engine.sql.Token
Get the line number of this token.
getLine(String[]) - Method in class org.kuali.common.impex.service.DefaultDataHandler
Comma separated, all values enclosed in double quotes, always terminated by a linefeed
getListFromCSV(String) - Static method in class org.kuali.core.db.torque.StringFilter
 
getLocalColumn() - Method in class org.kuali.common.impex.Reference
 
getLocalColumnNames() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns a comma delimited string of local column names
getLocalColumns() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the list of local column names.
getLocalForeignMapping() - Method in class org.apache.torque.engine.database.model.ForeignKey
Utility method to get local column names to foreign column names mapping for this foreign key.
getLocation() - Method in class org.kuali.common.impex.service.MpxMetaData
 
getMaxColumnNameLength() - Method in interface org.apache.torque.engine.platform.Platform
Returns the max column length supported by the db.
getMaxColumnNameLength() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getMaxColumnNameLength() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getMaxThreadCount() - Method in class org.kuali.common.impex.service.ImportContext
 
getMessage() - Method in class org.kuali.common.impex.SyncFilesExecutable
 
getMetaDataThreads() - Method in class org.kuali.common.impex.service.ImpexContext
 
getMpxBeans() - Method in class org.kuali.common.impex.service.MpxBucket
 
getMpxBuckets(List<String>, ImportContext, ExecutionContext, List<MpxImportResult>, MpxBucketProgressListener) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
getMpxMetaDatas(List<String>) - Static method in class org.kuali.common.impex.service.MpxParser
Very simple meta data calculator.
getMpxPath() - Method in class org.kuali.common.impex.service.MpxImportResult
 
getMsg() - Method in class org.kuali.core.db.torque.PrettyPrint
 
getName() - Method in class org.apache.torque.engine.database.model.Column
Get the name of the column
getName() - Method in class org.apache.torque.engine.database.model.Database
Get the name of the Database
getName() - Method in class org.apache.torque.engine.database.model.Domain
 
getName() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the name attribute.
getName() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Get the parameter name
getName() - Method in class org.apache.torque.engine.database.model.Index
Gets the name of this index.
getName() - Method in class org.apache.torque.engine.database.model.Table
Get the name of the Table
getName() - Method in class org.kuali.common.impex.ColumnContext
 
getName() - Method in class org.kuali.common.impex.Index
 
getName() - Method in class org.kuali.common.impex.Sequence
 
getName() - Method in class org.kuali.common.impex.TableContext
 
getName() - Method in class org.kuali.common.impex.View
 
getName() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getNativeIdMethod() - Method in interface org.apache.torque.engine.platform.Platform
Returns the native IdMethod (sequence|identity)
getNativeIdMethod() - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getNativeIdMethod() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getNewKualiForeignKey(String, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getNewKualiForeignKey(String, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getNextVal() - Method in class org.kuali.common.impex.Sequence
 
getNotNullString() - Method in class org.apache.torque.engine.database.model.Column
Return NOT NULL String for this column
getNullString(boolean) - Method in interface org.apache.torque.engine.platform.Platform
 
getNullString(boolean) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getNullType() - Method in class org.kuali.common.impex.ColumnContext
 
getNumColumns() - Method in class org.apache.torque.engine.database.model.Table
Utility method to get the number of columns in this table
getObject() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getObject() - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
getObjectType() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getObjectType() - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
getOnDelete() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the onDelete attribute
getOnDelete() - Method in class org.kuali.common.impex.ForeignKey
 
getOnDelete(ResultSet) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getOnDelete(ResultSet) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getOnUpdate() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the onUpdate attribute
getOption(String) - Method in class org.apache.torque.engine.database.model.Column
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.Database
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.Index
Get the value that was associated with this key in an XML option element.
getOption(String) - Method in class org.apache.torque.engine.database.model.Table
Get the value that was associated with this key in an XML option element.
getOptions() - Method in class org.apache.torque.engine.database.model.Column
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.Database
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.ForeignKey
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.Index
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions() - Method in class org.apache.torque.engine.database.model.Table
Gets the full ordered hashtable array of items specified by XML option statements under this element.
getOptions(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getOriginalValues(String) - Static method in class org.kuali.common.impex.service.ImpexUtils
Split the line up into individual values and remove any .mpx related formatting
getOut() - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
getOutputFile() - Method in class org.apache.torque.task.TorqueSQLTransformTask
Get the current output file.
getOutputFormat() - Method in class org.apache.torque.task.TorqueDocumentationTask
Get the current output format.
getOutputStream() - Method in class org.kuali.common.impex.DumpTableContext
 
getPackage() - Method in class org.apache.torque.engine.database.model.Database
Get the value of package.
getPackage() - Method in class org.apache.torque.engine.database.model.Table
Get the value of package.
getParameterParserMethod() - Method in class org.apache.torque.engine.database.model.Column
Return ParameterParser getX() method which corresponds to the JDBC type which represents this column.
getPassword() - Method in class org.kuali.common.impex.service.ImpexContext
 
getPassword() - Method in class org.kuali.core.db.torque.DumpTask
 
getPatterns(List<String>) - Method in class org.kuali.core.db.torque.StringFilter
Convert a List into List
getPeerJavaName() - Method in class org.apache.torque.engine.database.model.Column
Returns the name of the constant that is used for the column in the Peer class, e.g., RecordPeer.COLVARNAME.
getPlatform() - Method in class org.apache.torque.engine.database.model.Database
Returns the Platform implementation for this database.
getPlatform() - Method in class org.kuali.common.impex.service.ImpexContext
 
getPlatform() - Method in class org.kuali.core.db.torque.TableHelper
 
getPlatformFor(String) - Static method in class org.apache.torque.engine.platform.PlatformFactory
Returns the Platform for a platform name.
getPopulatedDataModels() - Method in class org.apache.torque.task.TorqueDataModelTask
Parse schema XML files into Database objects
getPosition() - Method in class org.apache.torque.engine.database.model.Column
Get the location of this column within the table (one-based).
getPPMethod(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return ParameterParser getX() method which corresponds to the JDBC type provided.
getPrecision() - Method in class org.apache.torque.engine.database.model.Column
Try to determine the precision of the field from the size attribute.
getPrefix(Table) - Method in class org.kuali.common.impex.service.MySqlProducer
 
getPrimaryKey() - Method in class org.apache.torque.engine.database.model.Table
Returns the collection of Columns which make up the single primary key for this table.
getPrimaryKeyName(String, String, DatabaseMetaData) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getPrimaryKeyName(String, DatabaseMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
Retrieves a list of the columns composing the primary key for a given table.
getPrimaryKeys(DatabaseMetaData, String, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getPrimaryKeys() - Method in class org.kuali.common.impex.TableContext
 
getPrimaryKeys(Platform, DatabaseMetaData, String, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getProgressListener() - Method in class org.kuali.common.impex.service.MpxBucket
 
getProgressToken() - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
getProgressTracker() - Method in class org.kuali.common.impex.SchemaRequestBucket
 
getProgressTracker() - Method in class org.kuali.common.impex.TableBucket
 
getProperties() - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
getReferences() - Method in class org.kuali.common.impex.ForeignKey
 
getReferrers() - Method in class org.apache.torque.engine.database.model.Column
Get list of references to this column.
getReferrers() - Method in class org.apache.torque.engine.database.model.Table
Get list of references to this table.
getRefTableName() - Method in class org.kuali.common.impex.ForeignKey
 
getRelatedColumnName() - Method in class org.apache.torque.engine.database.model.Column
Utility method to get the related column of this local column if this column is a foreign key or part of a foreign key.
getRelatedTableName() - Method in class org.apache.torque.engine.database.model.Column
Utility method to get the related table of this column if it is a foreign key or part of a foreign key
getRelativePath() - Method in class org.kuali.common.impex.service.ReportFile
 
getReportFile(ImpexContext, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getReportFileActualFile() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getReportFileCanonicalFile() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getReportFileCanonicalPath() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getReportFileRelativePath() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getRequests() - Method in class org.kuali.common.impex.SchemaRequestBucket
 
getResults() - Method in class org.kuali.common.impex.service.MpxBucket
 
getResults() - Method in class org.kuali.common.impex.TableBucket
 
getRow(DocumentImpl, String, ResultSetMetaData, ResultSet, Column[], int) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a row from the result set into an Element
getRowCount() - Method in class org.kuali.common.impex.service.MpxMetaData
 
getRowCount() - Method in class org.kuali.common.impex.TableBucket
 
getRowCount() - Method in class org.kuali.common.impex.TableContext
 
getRowCount() - Method in class org.kuali.core.db.torque.TableHelper
 
getRowCountInterval() - Method in class org.kuali.common.impex.service.ImpexContext
 
getRowData(String, String, ResultSet, Column[], long) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Convert the data from the row into String form
getRows() - Method in class org.kuali.common.impex.DumpTableResult
 
getScale() - Method in class org.apache.torque.engine.database.model.Column
Try to determine the scale of the field from the scale and size attribute.
getScale() - Method in class org.apache.torque.engine.database.model.Domain
 
getSchema() - Method in class org.kuali.common.impex.service.ImpexContext
 
getSchema() - Method in class org.kuali.core.db.torque.DumpTask
 
getSchemaDocument(ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Create and return the top level schema document object
getSchemaDocument(ImpexContext, DatabaseContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getSchemaDocument(ImpexContext, DatabaseContext) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Populate a document object with the database metadata.
getSchemaFile() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getSchemaFileCanonicalPath() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getSchemaFileInclude() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getSchemaFileInclude() - Method in class org.kuali.common.impex.service.ImpexContext
 
getSchemaFiles(File, String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getSchemaName(String) - Method in interface org.apache.torque.engine.platform.Platform
Given an artifact id, return a string a schema name based on the artifact id that is allowed by the db vendor
getSchemaName(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getSchemaName(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSchemaName(String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getSchemaRequests(DatabaseContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getSchemaSystemId(ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getSchemaXmlFile() - Method in class org.kuali.common.impex.service.ImpexContext
 
getSchemaXMLFile() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getSchemaXmlLocation() - Method in class org.kuali.common.impex.service.ImportContext
 
getSelectAllQuery(String, List<String>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Generate a SQL statement that selects all data from the table
getSelectAllQuery() - Method in class org.kuali.common.impex.TableContext
 
getSequence() - Method in class org.kuali.common.impex.SchemaRequest
 
getSequenceExcludes() - Method in class org.kuali.common.impex.service.ImpexContext
 
getSequenceExcludes() - Method in class org.kuali.core.db.torque.DumpTask
 
getSequenceIncludes() - Method in class org.kuali.common.impex.service.ImpexContext
 
getSequenceIncludes() - Method in class org.kuali.core.db.torque.DumpTask
 
getSequenceName() - Method in class org.apache.torque.engine.database.model.Table
A name to use for creating a sequence if one is not specified.
getSequenceNames(DatabaseMetaData, String) - Method in interface org.apache.torque.engine.platform.Platform
Get the list of sequences defined in the database schema given.
getSequenceNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getSequenceNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSequenceNextVal(Connection, String, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getSequenceNextVal(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getSequenceNextVal(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSequenceNextVal(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getSequences() - Method in class org.kuali.common.impex.DatabaseContext
 
getSequences() - Method in class org.kuali.common.impex.KualiDatabase
 
getSequences(List<String>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getSequences(DatabaseContext, DatabaseMetaData, ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getSequences(List<String>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getSequences(DatabaseContext, DatabaseMetaData, KualiTorqueSchemaDumpTask) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getSerializer(Writer) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
This is the XMLSerializer responsible for outputting the XML document
getServerUrl(String) - Method in interface org.apache.torque.engine.platform.Platform
Given a JDBC url return a url that can connect directly to the database server itself.
getServerUrl(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getServerUrl(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
jdbc:mysql://[host:port],[host:port]/[database][?property1][=value1][&property2][=value2]
getService() - Method in class org.kuali.common.impex.DumpExecutable
 
getService() - Method in class org.kuali.common.impex.service.ImportExecutable
 
getService() - Method in class org.kuali.common.impex.service.MpxBucket
 
getService() - Method in class org.kuali.common.impex.SyncFilesExecutable
 
getService() - Method in class org.kuali.common.impex.TableBucket
 
getSet(List<String>) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a List to a Set
getSetterName() - Method in class org.apache.torque.engine.database.model.Column
Returns the name for the setter method to set the value of this column
getSize() - Method in class org.apache.torque.engine.database.model.Column
Returns the size of the column
getSize() - Method in class org.apache.torque.engine.database.model.Domain
 
getSize() - Method in class org.kuali.common.impex.ColumnContext
 
getSize() - Method in class org.kuali.common.impex.DumpTableResult
 
getSize(String[]) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getSize() - Method in class org.kuali.common.impex.service.MpxImportResult
 
getSize() - Method in class org.kuali.common.impex.service.MpxMetaData
 
getSize() - Method in class org.kuali.common.impex.TableBucket
 
getSize() - Method in class org.kuali.common.impex.TableContext
 
getSourceContext() - Method in class org.kuali.common.impex.DumpExecutable
 
getSourceContext() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
getSql(Table, BufferedReader) - Method in class org.kuali.common.impex.service.MySqlProducer
Read data lines from the .mpx file and combine them into batched up, INSERT INTO sql statements.
getSql(Table, BufferedReader) - Method in class org.kuali.common.impex.service.OracleProducer
 
getSql(Table, BufferedReader) - Method in interface org.kuali.common.impex.service.SqlProducer
 
getSqlDbMap() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the sqldbmap.
getSqlDbMap() - Method in class org.apache.torque.task.TorqueSQLExec
Get the sqldbmap properties file.
getSqlExecutionContext() - Method in class org.kuali.common.impex.service.ImportExecutable
 
getSqlFile() - Method in class org.apache.torque.engine.database.transform.SQLToAppData
Get the current input sql file
getSqlProducer() - Method in interface org.apache.torque.engine.platform.Platform
 
getSqlProducer() - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getSqlProducer() - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getSqlString() - Method in class org.apache.torque.engine.database.model.Column
 
getSqlType() - Method in class org.apache.torque.engine.database.model.Domain
 
getSqlType() - Method in class org.kuali.common.impex.ColumnContext
 
getSqlValue(DataBean, SimpleDateFormat) - Method in class org.kuali.common.impex.service.MySqlProducer
 
getSqlValue(DataBean, SimpleDateFormat) - Method in class org.kuali.common.impex.service.OracleProducer
 
getSrcDir() - Method in class org.apache.torque.task.TorqueSQLExec
Get the src directory for the sql files listed in the sqldbmap file.
getStandardJavaName() - Method in class org.apache.torque.engine.database.model.Database
Convert dbName to a Java compatible name by the JavaName method only (ignores the defaultJavaNamingMethod).
getStart() - Method in class org.kuali.common.impex.DumpTableResult
 
getStart() - Method in class org.kuali.common.impex.service.MpxImportResult
 
getStart() - Method in class org.kuali.core.db.torque.PrettyPrint
 
getStartToken() - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
getStop() - Method in class org.kuali.core.db.torque.PrettyPrint
 
getStr() - Method in class org.apache.torque.engine.sql.Token
Returns the string representation of this token.
getSuffix() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Returns the suffix of the generated sql files.
getSyncRequest(ImpexContext) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getSyncRequests(List<ImpexContext>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getSystemId() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Return the systemId to use
getSystemId() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getTable() - Method in class org.apache.torque.engine.database.model.Column
Get the parent Table of the column
getTable(String) - Method in class org.apache.torque.engine.database.model.Database
Return the table with the specified name.
getTable() - Method in class org.apache.torque.engine.database.model.ForeignKey
Get the parent Table of the foreign key
getTable() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Get the parent Table of the id method
getTable() - Method in class org.apache.torque.engine.database.model.Index
Get the parent Table of the index
getTable() - Method in class org.apache.torque.engine.database.transform.XmlToData.DataRow
 
getTable() - Method in class org.kuali.common.impex.DumpTableResult
 
getTable() - Method in class org.kuali.common.impex.SchemaRequest
 
getTableBuckets(List<TableContext>, ImpexContext, List<DumpTableResult>, PercentCompleteInformer) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getTableByJavaName(String) - Method in class org.apache.torque.engine.database.model.Database
Return the table with the specified javaName.
getTableContext() - Method in class org.kuali.common.impex.DumpTableContext
 
getTableContexts(List<String>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getTableContexts(List<String>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getTableDefinition(String, List<Table>) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
getTableExcludes() - Method in class org.kuali.common.impex.service.ImpexContext
 
getTableExcludes() - Method in class org.kuali.core.db.torque.DumpTask
 
getTableIncludes() - Method in class org.kuali.common.impex.service.ImpexContext
 
getTableIncludes() - Method in class org.kuali.core.db.torque.DumpTask
 
getTableIndex(ResultSet, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getTableIndex(ResultSet, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getTableList(DatabaseMetaData, ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
Connect to a database and retrieve a list of all the tables for a given schema.
getTableList(DatabaseMetaData, Platform, DumpTask) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
Connect to a database and retrieve a list of all the tables for a given schema.
getTableName() - Method in class org.apache.torque.engine.database.model.Column
Returns the Name of the table the column is in
getTableName() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns the name of the table the foreign key is in
getTableName() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Returns the Name of the table the id method is in
getTableName() - Method in class org.apache.torque.engine.database.model.Index
Returns the Name of the table the index is in
getTableName() - Method in class org.kuali.common.impex.service.MpxImportResult
 
getTableNames(DatabaseMetaData, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getTableNames(DatabaseMetaData, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getTableNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
Get all the table names in the current database that are not system tables.
getTableNames(DatabaseMetaData, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getTableNames() - Method in class org.kuali.core.db.torque.TableHelper
 
getTableNamesFromFiles(List<File>) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Extract table names from files on the file system
getTableNamesFromSchemaXML(Database) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Extract table names from schema.xml
getTableNamesFromTableObjects(List<?>) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Convert a List into a List of table names
getTables() - Method in class org.apache.torque.engine.database.model.Database
Return an List of all tables
getTables() - Method in class org.kuali.common.impex.DatabaseContext
 
getTables(String, String) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
getTables() - Method in class org.kuali.common.impex.TableBucket
 
getTablesXmlLocation() - Method in class org.kuali.common.impex.service.ImpexContext
 
getTargetDatabase() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the current target database.
getTargetDatabase() - Method in class org.kuali.core.db.torque.DumpTask
 
getTargetPackage() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the current target package.
getThreads() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getTorqueType() - Method in class org.apache.torque.engine.database.model.Column
Returns the column type as given in the schema as an object
getTorqueType(Integer) - Static method in class org.apache.torque.engine.database.model.TypeMap
Returns Torque type constant corresponding to JDBC type code.
getTotal() - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
getTotalDataSize() - Method in class org.kuali.common.impex.DumpTableContext
 
getTotalRowCount() - Method in class org.kuali.common.impex.DumpTableContext
 
getType() - Method in class org.apache.torque.engine.database.model.Column
Deprecated. the type conversion is handled by the platform package (since torque 3.2)
getType() - Method in class org.apache.torque.engine.database.model.Domain
 
getUncapitalisedJavaName() - Method in class org.apache.torque.engine.database.model.Column
Get variable name to use in Java sources (= uncapitalised java name)
getUnices() - Method in class org.apache.torque.engine.database.model.Table
Returns a List containing all the UKs in the table
getUrl() - Method in class org.kuali.common.impex.service.ImpexContext
 
getUrl() - Method in class org.kuali.core.db.torque.DumpTask
 
getUsername() - Method in class org.kuali.common.impex.service.ImpexContext
 
getUsername() - Method in class org.kuali.core.db.torque.DumpTask
 
getValue() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Get the parameter value
getValue() - Method in class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
 
getValue() - Method in class org.kuali.common.impex.service.DataBean
 
getValues() - Method in class org.apache.torque.task.TorqueSQLExec.DelimiterType
 
getValues() - Method in class org.apache.torque.task.TorqueSQLExec.OnError
 
getValues(String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getVelocityAntTaskContext(ImpexContext, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getVelocityProperties() - Static method in class org.kuali.common.impex.service.ImpexUtils
 
getView() - Method in class org.kuali.common.impex.SchemaRequest
 
getViewDefinition(Connection, String, String) - Method in interface org.apache.torque.engine.platform.Platform
 
getViewDefinition(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
getViewDefinition(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 
getViewDefinition(Connection, String, String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
getViewExcludes() - Method in class org.kuali.common.impex.service.ImpexContext
 
getViewExcludes() - Method in class org.kuali.core.db.torque.DumpTask
 
getViewIncludes() - Method in class org.kuali.common.impex.service.ImpexContext
 
getViewIncludes() - Method in class org.kuali.core.db.torque.DumpTask
 
getViewNames(DatabaseMetaData, ImpexContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getViewNames(DatabaseMetaData) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getViews() - Method in class org.kuali.common.impex.DatabaseContext
 
getViews() - Method in class org.kuali.common.impex.KualiDatabase
 
getViews(List<String>) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
getViews(List<String>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
getVillageMethod() - Method in class org.apache.torque.engine.database.model.Column
Return Village asX() method which corresponds to the JDBC type which represents this column.
getVillageMethod(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return Village asX() method which corresponds to the JDBC type provided.
getVillageObjectMethod(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Return Village asX() method which corresponds to the JDBC type provided.
getWeight() - Method in class org.kuali.common.impex.TableContext
 
getWorkingDir() - Method in class org.kuali.common.impex.service.ImpexContext
 
getWorkingDir() - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
getWriter(String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
This is where the XML will be written to
getXmlFile() - Method in class org.apache.torque.task.TorqueDataModelTask
Get the xml schema describing the application model.

H

handleElement(ListIteratorContext<SchemaRequestBucket>, int, SchemaRequestBucket) - Method in class org.kuali.common.impex.SchemaRequestHandler
 
handleElement(ListIteratorContext<MpxBucket>, int, MpxBucket) - Method in class org.kuali.common.impex.service.MpxBucketHandler
 
handleElement(ListIteratorContext<TableBucket>, int, TableBucket) - Method in class org.kuali.common.impex.TableBucketHandler
 
hasOnDelete() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns whether or not the onDelete attribute is set
hasOnUpdate() - Method in class org.apache.torque.engine.database.model.ForeignKey
Returns whether or not the onUpdate attribute is set
hasPrimaryKey() - Method in class org.apache.torque.engine.database.model.Table
Determine whether this table has a primary key.
hasScale(String) - Method in interface org.apache.torque.engine.platform.Platform
Returns if the RDBMS-specific SQL type has a scale attribute.
hasScale(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
hasSize(String) - Method in interface org.apache.torque.engine.platform.Platform
Returns if the RDBMS-specific SQL type has a size attribute.
hasSize(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
hasSize(String) - Method in class org.apache.torque.engine.platform.PlatformMysqlImpl
 

I

ID_BROKER - Static variable in interface org.apache.torque.engine.database.model.IDMethod
Key generation via the IDBroker table.
IDENTITY - Static variable in interface org.apache.torque.engine.platform.Platform
constant for native id method
IDMethod - Interface in org.apache.torque.engine.database.model
Interface for various ID retrieval method types.
IdMethodParameter - Class in org.apache.torque.engine.database.model
Information related to an ID method.
IdMethodParameter() - Constructor for class org.apache.torque.engine.database.model.IdMethodParameter
 
ImpexContext - Class in org.kuali.common.impex.service
 
ImpexContext() - Constructor for class org.kuali.common.impex.service.ImpexContext
 
ImpexContextCloningFactoryBean - Class in org.kuali.common.impex
 
ImpexContextCloningFactoryBean() - Constructor for class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
ImpexContextFactoryBean - Class in org.kuali.common.impex
 
ImpexContextFactoryBean() - Constructor for class org.kuali.common.impex.ImpexContextFactoryBean
 
ImpexDTDResolver - Class in org.kuali.core.db.torque
Kuali customized Torque's database.dtd by adding sequence and view.
ImpexDTDResolver() - Constructor for class org.kuali.core.db.torque.ImpexDTDResolver
 
ImpexExecutorService - Interface in org.kuali.common.impex.service
This interface provides an API to execute sql from artifacts created by torque-generator
ImpexGeneratorService - Interface in org.kuali.common.impex.service
 
ImpexUtils - Class in org.kuali.common.impex.service
 
ImpexUtils() - Constructor for class org.kuali.common.impex.service.ImpexUtils
 
ImportContext - Class in org.kuali.common.impex.service
Properties for the mpx execution
ImportContext() - Constructor for class org.kuali.common.impex.service.ImportContext
 
importData(ImportContext, ExecutionContext) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
importData(ImportContext, ExecutionContext) - Method in interface org.kuali.common.impex.service.ImpexExecutorService
Import data from MPX into database defined in given context
importDataLocation(MpxMetaData, ImportContext, ExecutionContext) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
importDataLocation(MpxMetaData, ImportContext, ExecutionContext) - Method in interface org.kuali.common.impex.service.ImpexExecutorService
 
ImportExecutable - Class in org.kuali.common.impex.service
 
ImportExecutable() - Constructor for class org.kuali.common.impex.service.ImportExecutable
 
Index - Class in org.apache.torque.engine.database.model
Information about indices of a table.
Index() - Constructor for class org.apache.torque.engine.database.model.Index
Creates a new instance with default characteristics (no name or parent table, small column list size allocation, non-unique).
Index(Table, List) - Constructor for class org.apache.torque.engine.database.model.Index
Creates a new instance for the list of columns composing an index.
Index - Class in org.kuali.common.impex
 
Index() - Constructor for class org.kuali.common.impex.Index
 
Inheritance - Class in org.apache.torque.engine.database.model
A Class for information regarding possible objects representing a table
Inheritance() - Constructor for class org.apache.torque.engine.database.model.Inheritance
 
initControlContext() - Method in class org.apache.torque.task.TorqueDataModelTask
Set up the initial context for generating SQL
initControlContext() - Method in class org.apache.torque.task.TorqueDocumentationTask
Place our target package value into the context for use in the templates.
initControlContext() - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
Initialize a Velocity context that can generate SQL from XML data files
initControlContext() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Set up the initial context for generating the SQL from the XML schema.
initialize() - Static method in class org.apache.torque.engine.database.model.TypeMap
Initializes the SQL to Java map so that it can be used by client code.
INTEGER - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
INTEGER_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
INTEGER_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
INTEGER_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
INTEGER_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
INTEGER_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
INTEGER_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
intersection(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
Returns only those elements that are present in both A and B
invokeThreads(List<T>, ElementHandler<T>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
invokeThreads(List<SchemaRequestBucket>) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
isAbstract() - Method in class org.apache.torque.engine.database.model.Table
When a table is abstract, it marks the business object class that is generated as being abstract.
isAlias() - Method in class org.apache.torque.engine.database.model.Table
Is this table specified in the schema or is there just a foreign key reference to it.
isAntCompatibilityMode() - Method in class org.kuali.common.impex.service.ImpexContext
 
isAntCompatibilityMode() - Method in class org.kuali.core.db.torque.DumpTask
 
isAutoIncrement() - Method in class org.apache.torque.engine.database.model.Column
Return auto increment/sequence string for the target database.
isBit() - Method in class org.apache.torque.engine.database.model.Column
Returns true if the column type is boolean in the java object and a Bit ("1" or "0") in the db.
isBit(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Returns true if the type is boolean in the java object and a Bit "1" or "0" in the db.
isBooleanChar() - Method in class org.apache.torque.engine.database.model.Column
Returns true if the column type is boolean in the java object and a String ("Y" or "N") in the db.
isBooleanChar(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Returns true if the type is boolean in the java object and a String "Y" or "N" in the db.
isBooleanInt() - Method in class org.apache.torque.engine.database.model.Column
Returns true if the column type is boolean in the java object and a numeric (1 or 0) in the db.
isBooleanInt(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Returns true if the type is boolean in the java object and a numeric (1 or 0) in the db.
isColumnClobType(Column) - Method in class org.kuali.common.impex.service.OracleProducer
 
isColumnDateType(Column) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
isCopyDataFiles() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
isCopyDataFiles() - Method in class org.kuali.common.impex.service.ImpexContext
 
isCorrectGetters() - Method in class org.apache.torque.engine.database.model.Column
Return the correctGetters property of the column
isDataBigClob(String, Column) - Method in class org.kuali.common.impex.service.OracleProducer
 
isEmpty(List<?>) - Method in class org.kuali.core.db.torque.StringFilter
Return true if the List is null or has zero elements
isEnumeratedClasses() - Method in class org.apache.torque.engine.database.model.Column
Determine if possible classes have been enumerated in the xml file.
isExclude(String) - Method in class org.kuali.core.db.torque.StringFilter
Return true if the string matches one or more of the exclude patterns
isFileOrResource(String) - Method in class org.kuali.core.db.torque.Utils
Return true if this is a file on the file system OR a resource that Spring can locate
isForeignKey() - Method in class org.apache.torque.engine.database.model.Column
Utility method to determine if this column is a foreign key.
isForReferenceOnly() - Method in class org.apache.torque.engine.database.model.Table
Flag to determine if code/sql gets created for this table.
isHeaderLine(String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
isHeavyIndexing() - Method in class org.apache.torque.engine.database.model.Database
Get the value of heavyIndexing.
isInclude(String) - Method in class org.kuali.core.db.torque.StringFilter
Return true if no inclusion patterns have been specified.
Return true if there have been inclusion patterns specified and there is a match on at least one of them
Return false otherwise.
isInheritance() - Method in class org.apache.torque.engine.database.model.Column
Determine if this column is a normal property or specifies a the classes that are represented in the table containing this column.
isInitialized() - Static method in class org.apache.torque.engine.database.model.TypeMap
Report whether this object has been initialized.
isMatch(String, List<Pattern>) - Method in class org.kuali.core.db.torque.StringFilter
Return true if the string matches any of the patterns
isMultipleFK() - Method in class org.apache.torque.engine.database.model.Column
Determine if this column is a foreign key that refers to the same table as another foreign key column in this table.
isNotNull() - Method in class org.apache.torque.engine.database.model.Column
Return the isNotNull property of the column
isPrimaryKey() - Method in class org.apache.torque.engine.database.model.Column
Return true if the column is a primary key
isPrimitive() - Method in class org.apache.torque.engine.database.model.Column
returns true, if the columns java native type is an boolean, byte, short, int, long, float, double, char
isPrintMetaInfLists() - Method in class org.kuali.common.impex.service.ImpexContext
 
isPrintMetaInfLists() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
isProcessSequences() - Method in class org.kuali.common.impex.service.ImpexContext
 
isProcessSequences() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
isProcessTables() - Method in class org.kuali.common.impex.service.ImpexContext
 
isProcessTables() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
isProcessViews() - Method in class org.kuali.common.impex.service.ImpexContext
 
isProcessViews() - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
isProtected() - Method in class org.apache.torque.engine.database.model.Column
Return the isProtected property of the column
isSingleton() - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
isSingleton() - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
isSkip() - Method in class org.kuali.common.impex.DumpExecutable
 
isSkip() - Method in class org.kuali.common.impex.SyncFilesExecutable
 
isSkipSql() - Method in class org.apache.torque.engine.database.model.Table
Skip generating sql for this table (in the event it should not be created from scratch).
isSpecialDefault(String) - Method in interface org.apache.torque.engine.platform.Platform
 
isSpecialDefault(String) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
isSpecialDefault(String) - Method in class org.apache.torque.engine.platform.PlatformOracleImpl
 
isStoreDatabaseTableProperties() - Method in class org.kuali.common.impex.service.ImpexContext
 
isString() - Method in class org.apache.torque.engine.database.model.Column
Deprecated. will be removed after the 3.3 release
isSubset(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
Return true if every element in A is also present in B
isSuperset(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
Return true if every element in B is also present in A
isTextType(SchemaType) - Static method in class org.apache.torque.engine.database.model.TypeMap
Returns true if values for the type need to be quoted.
isUnique() - Method in class org.apache.torque.engine.database.model.Column
Get the UNIQUE property
isUnique() - Method in class org.apache.torque.engine.database.model.Index
Returns the uniqueness of this index.
isUnique() - Method in class org.apache.torque.engine.database.model.Unique
Returns true.
isUnique() - Method in class org.kuali.common.impex.Index
 
isUsePrimitive() - Method in class org.apache.torque.engine.database.model.Column
 
isValidRdbms(Connection) - Method in class org.apache.torque.task.TorqueSQLExec
Verify if connected to the correct RDBMS
iterator() - Static method in class org.apache.torque.engine.database.model.SchemaType
 

J

JAVA_GENERATOR - Static variable in class org.apache.torque.engine.database.model.NameFactory
The fully qualified class name of the Java name generator.
JAVA_OBJECT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
JavaNameGenerator - Class in org.apache.torque.engine.database.model
A NameGenerator implementation for Java-esque names.
JavaNameGenerator() - Constructor for class org.apache.torque.engine.database.model.JavaNameGenerator
 
javanameMethod(String) - Method in class org.apache.torque.engine.database.model.JavaNameGenerator
Converts a database schema name to java object name.

K

KualiDatabase - Class in org.kuali.common.impex
Extends the Torque database class to handle sequences and views
KualiDatabase(String) - Constructor for class org.kuali.common.impex.KualiDatabase
Creates a new instance for the specified database type.
KualiTorqueDataDumpTask - Class in org.kuali.core.db.torque
This task exports tables from a JDBC accessible database to XML
KualiTorqueDataDumpTask() - Constructor for class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
KualiTorqueDataSQLTask - Class in org.kuali.core.db.torque
This task converts data XML files into SQL files.
KualiTorqueDataSQLTask() - Constructor for class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
KualiTorqueSchemaDumpTask - Class in org.kuali.core.db.torque
 
KualiTorqueSchemaDumpTask() - Constructor for class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
KualiTorqueSQLTask - Class in org.kuali.core.db.torque
Generate schema.sql and schema-constraints.sql from schema.xml files
KualiTorqueSQLTask() - Constructor for class org.kuali.core.db.torque.KualiTorqueSQLTask
 
KualiXmlToAppData - Class in org.kuali.core.db.torque
 
KualiXmlToAppData(String) - Constructor for class org.kuali.core.db.torque.KualiXmlToAppData
Creates a new instance for the specified database type.
KualiXmlToAppData(String, String) - Constructor for class org.kuali.core.db.torque.KualiXmlToAppData
Creates a new instance for the specified database type.

L

left(PrettyPrint) - Method in class org.kuali.core.db.torque.Utils
 
loadFromXML(Attributes) - Method in class org.apache.torque.engine.database.model.Column
Imports a column from an XML specification
loadFromXML(Attributes) - Method in class org.apache.torque.engine.database.model.Database
Load the database object from an xml tag.
loadFromXML(Attributes, Platform) - Method in class org.apache.torque.engine.database.model.Domain
Imports a column from an XML specification
loadFromXML(Attributes) - Method in class org.apache.torque.engine.database.model.ForeignKey
Imports foreign key from an XML specification
loadFromXML(Attributes) - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Imports foreign key from an XML specification
loadFromXML(Attributes) - Method in class org.apache.torque.engine.database.model.Index
Imports index from an XML specification
loadFromXML(Attributes) - Method in class org.apache.torque.engine.database.model.Inheritance
Imports foreign key from an XML specification
loadFromXML(Attributes, String) - Method in class org.apache.torque.engine.database.model.Table
Load the table object from an xml tag.
log(ImpexContext) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
LONGVARBINARY - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
LONGVARBINARY_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARBINARY_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARBINARY_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARBINARY_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARCHAR - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
LONGVARCHAR_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARCHAR_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARCHAR_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
LONGVARCHAR_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
lpad(int) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
lpad(int) - Method in class org.kuali.core.db.torque.DumpTask
 

M

makeList(List) - Static method in class org.apache.torque.engine.database.model.Column
Return a comma delimited string listing the specified columns.
mergeSchemas(File, File) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
performs the merge operation by taking two input files as input and then merges the file with description into the existing schema.xml file
MPX_DATE_FORMAT - Static variable in class org.kuali.common.impex.service.ImpexContext
 
MpxBucket - Class in org.kuali.common.impex.service
 
MpxBucket() - Constructor for class org.kuali.common.impex.service.MpxBucket
 
MpxBucketHandler - Class in org.kuali.common.impex.service
Created with IntelliJ IDEA.
MpxBucketHandler() - Constructor for class org.kuali.common.impex.service.MpxBucketHandler
 
MpxBucketProgressListener - Class in org.kuali.common.impex.service
 
MpxBucketProgressListener() - Constructor for class org.kuali.common.impex.service.MpxBucketProgressListener
 
MpxImportResult - Class in org.kuali.common.impex.service
 
MpxImportResult() - Constructor for class org.kuali.common.impex.service.MpxImportResult
 
MpxMetaData - Class in org.kuali.common.impex.service
Created with IntelliJ IDEA.
MpxMetaData() - Constructor for class org.kuali.common.impex.service.MpxMetaData
 
MpxParser - Class in org.kuali.common.impex.service
This class parses a .mpx file and creates an in-memory representation of the data
MpxParser() - Constructor for class org.kuali.common.impex.service.MpxParser
 
MySqlProducer - Class in org.kuali.common.impex.service
 
MySqlProducer() - Constructor for class org.kuali.common.impex.service.MySqlProducer
 

N

name - Variable in class org.apache.torque.task.PackageAsPathTask
The value to store the conversion in.
NameFactory - Class in org.apache.torque.engine.database.model
A name generation factory.
NameFactory() - Constructor for class org.apache.torque.engine.database.model.NameFactory
Creates a new instance with storage for algorithm implementations.
NameGenerator - Interface in org.apache.torque.engine.database.model
The generic interface to a name generation algorithm.
NATIVE - Static variable in interface org.apache.torque.engine.database.model.IDMethod
Key generation via database-specific ID method.
needEscapedValue() - Method in class org.apache.torque.engine.database.model.Column
Utility method to return the value as an element to be usable in an SQL insert statement.
NO_ID_METHOD - Static variable in interface org.apache.torque.engine.database.model.IDMethod
No RDBMS key generation (keys may be generated by the application).
nochangeMethod(String) - Method in class org.apache.torque.engine.database.model.JavaNameGenerator
Converts a database schema name to java object name.
NORMAL - Static variable in class org.apache.torque.task.TorqueSQLExec.DelimiterType
 
NULL - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
NUMERIC - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
NUMERIC_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
NUMERIC_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
NUMERIC_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
NUMERIC_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 

O

onAfterGenerate(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
onAfterGenerate() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
 
onBeforeGenerate(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
onBeforeGenerate() - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
 
OracleProducer - Class in org.kuali.common.impex.service
 
OracleProducer() - Constructor for class org.kuali.common.impex.service.OracleProducer
 
OracleProducer.LongClobRow - Class in org.kuali.common.impex.service
 
OracleProducer.LongClobRow() - Constructor for class org.kuali.common.impex.service.OracleProducer.LongClobRow
 
org.apache.torque.engine - package org.apache.torque.engine
 
org.apache.torque.engine.database.model - package org.apache.torque.engine.database.model
 
org.apache.torque.engine.database.transform - package org.apache.torque.engine.database.transform
 
org.apache.torque.engine.platform - package org.apache.torque.engine.platform
This package contains classes that provide compatibility to a range of RDBM platforms.
org.apache.torque.engine.sql - package org.apache.torque.engine.sql
 
org.apache.torque.task - package org.apache.torque.task
 
org.kuali.common.impex - package org.kuali.common.impex
 
org.kuali.common.impex.service - package org.kuali.common.impex.service
 
org.kuali.core.db.torque - package org.kuali.core.db.torque
 
OTHER - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
OUTPUT_DATE_FORMAT - Static variable in class org.kuali.common.impex.service.AbstractSqlProducer
 

P

PackageAsPathTask - Class in org.apache.torque.task
Simple task to convert packages to paths.
PackageAsPathTask() - Constructor for class org.apache.torque.task.PackageAsPathTask
 
pad(String, long) - Method in class org.kuali.core.db.torque.Utils
 
parse(String) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
ParseException - Exception in org.apache.torque.engine.sql
An Exception for parsing SQLToAppData.
ParseException(String) - Constructor for exception org.apache.torque.engine.sql.ParseException
constructor.
parseFile(String) - Method in class org.apache.torque.engine.database.transform.XmlToData
 
parseMpxLine(String) - Static method in class org.kuali.common.impex.service.MpxParser
Split the line up into individual values and remove any .mpx related formatting
parseResource(String) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
Parses a XML input file and returns a newly created and populated Database structure.
parseResource(String) - Method in interface org.kuali.core.db.torque.DatabaseParser
 
parseResource(String) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
Parses a XML input file and returns a newly created and populated Database structure.
pckg - Variable in class org.apache.torque.task.PackageAsPathTask
The package to convert.
Platform - Interface in org.apache.torque.engine.platform
Interface for RDBMS platform specific behaviour.
PlatformDefaultImpl - Class in org.apache.torque.engine.platform
Default implementation for the Platform interface.
PlatformDefaultImpl() - Constructor for class org.apache.torque.engine.platform.PlatformDefaultImpl
Default constructor.
PlatformFactory - Class in org.apache.torque.engine.platform
Factory class responsible for creating Platform objects that define RDBMS platform specific behaviour.
PlatformFactory() - Constructor for class org.apache.torque.engine.platform.PlatformFactory
 
PlatformMysqlImpl - Class in org.apache.torque.engine.platform
MySql Platform implementation.
PlatformMysqlImpl() - Constructor for class org.apache.torque.engine.platform.PlatformMysqlImpl
Default constructor.
PlatformOracleImpl - Class in org.apache.torque.engine.platform
Oracle Platform implementation.
PlatformOracleImpl() - Constructor for class org.apache.torque.engine.platform.PlatformOracleImpl
Default constructor.
populateInitialContext(Context) - Method in class org.apache.torque.task.TorqueDataModelTask
Change type of "now" to java.util.Date
prepareFileSystem(List<ImpexContext>, List<String>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
prepareFileSystem(ImpexContext, List<String>) - Static method in class org.kuali.common.impex.service.ImpexUtils
Working dir must be set before invoking this method
PrettyPrint - Class in org.kuali.core.db.torque
 
PrettyPrint() - Constructor for class org.kuali.core.db.torque.PrettyPrint
 
PrettyPrint(String) - Constructor for class org.kuali.core.db.torque.PrettyPrint
 
printPrimaryKey() - Method in class org.apache.torque.engine.database.model.Table
Returns all parts of the primary key, separated by commas.
printResults(PrintStream) - Method in class org.apache.torque.task.TorqueSQLExec
print any results in the statement.
printSize() - Method in class org.apache.torque.engine.database.model.Column
Return the size and scale in brackets for use in an sql schema.
printSize() - Method in class org.apache.torque.engine.database.model.Domain
Return the size and scale in brackets for use in an sql schema.
printSize() - Method in class org.apache.torque.engine.database.model.SizedForBitDataDomain
Returns the size postfix for the base SQL Column type.
printTables(String, String, List<String>) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
processColumns(TableContext, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processColumns(TableContext, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
processForeignKeys(TableContext, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processForeignKeys(TableContext, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
processIndexes(TableContext, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processIndexes(TableContext, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
ProcessRowResult - Class in org.kuali.common.impex
 
ProcessRowResult() - Constructor for class org.kuali.common.impex.ProcessRowResult
 
processSequences(ImpexContext, List<Sequence>, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processSequences(List<Sequence>, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
processTable(TableContext, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processTable(TableHelper, String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Process one table.
processTable(TableContext, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
processTables(ImpexContext, List<TableContext>, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processTables(TableHelper) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Process the tables, keeping track of which tables had at least one row of data
processTables(List<TableContext>, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
processToken(Column, String) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
processViews(ImpexContext, List<View>, Document, Element) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
processViews(List<View>, Document, Element) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
progressCompleted() - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
progressOccurred(int, int, ProgressEvent<MpxBucket>) - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
progressStarted() - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
PropertyHandlingException - Exception in org.kuali.core.db.torque
 
PropertyHandlingException() - Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
 
PropertyHandlingException(String) - Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
 
PropertyHandlingException(Throwable) - Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
 
PropertyHandlingException(String, Throwable) - Constructor for exception org.kuali.core.db.torque.PropertyHandlingException
 

R

readLineSkipHeader(BufferedReader) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
REAL - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
REAL_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
REAL_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
REAL_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
REAL_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
REAL_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
REAL_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
REF - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
Reference - Class in org.kuali.common.impex
 
Reference() - Constructor for class org.kuali.common.impex.Reference
 
replaceDefaultValue(String) - Method in class org.apache.torque.engine.database.model.Domain
Replaces the default value if the new value is not null.
replaceScale(String) - Method in class org.apache.torque.engine.database.model.Domain
Replaces the size if the new value is not null.
replaceSize(String) - Method in class org.apache.torque.engine.database.model.Domain
Replaces the size if the new value is not null.
replaceType(String) - Method in class org.apache.torque.engine.database.model.Domain
Replaces the default value if the new value is not null.
ReportFile - Class in org.kuali.common.impex.service
 
ReportFile() - Constructor for class org.kuali.common.impex.service.ReportFile
 
requiresIdTable() - Method in class org.apache.torque.engine.database.model.Database
Determines if this database will be using the IDMethod.ID_BROKER to create ids for torque OM objects.
requiresTransactionInPostgres() - Method in class org.apache.torque.engine.database.model.Column
Return true if the column requires a transaction in Postgres
requiresTransactionInPostgres() - Method in class org.apache.torque.engine.database.model.Table
Return true if the column requires a transaction in Postgres
resolveEntity(String, String) - Method in class org.apache.torque.engine.database.transform.DTDResolver
An implementation of the SAX EntityResolver interface to be called by the XML parser.
resolveEntity(String, String) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
EntityResolver implementation.
resolveEntity(String, String) - Method in class org.apache.torque.engine.database.transform.XmlToData
called by the XML parser
resolveEntity(String, String) - Method in class org.kuali.core.db.torque.ImpexDTDResolver
 
resolveEntity(String, String) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
EntityResolver implementation.
right(PrettyPrint) - Method in class org.kuali.core.db.torque.Utils
 
ROW - Static variable in class org.apache.torque.task.TorqueSQLExec.DelimiterType
 
runStatements(Reader, PrintStream) - Method in class org.apache.torque.task.TorqueSQLExec
Read the statements from the .sql file and execute them.

S

scan() - Method in class org.apache.torque.engine.sql.SQLScanner
Scan the input Reader and returns a list of tokens.
SCHEMA_SEPARATOR_CHAR - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
The character which separates the schema name from the table name
SchemaRequest - Class in org.kuali.common.impex
 
SchemaRequest() - Constructor for class org.kuali.common.impex.SchemaRequest
 
SchemaRequestBucket - Class in org.kuali.common.impex
 
SchemaRequestBucket() - Constructor for class org.kuali.common.impex.SchemaRequestBucket
 
SchemaRequestHandler - Class in org.kuali.common.impex
 
SchemaRequestHandler() - Constructor for class org.kuali.common.impex.SchemaRequestHandler
 
SchemaType - Class in org.apache.torque.engine.database.model
Enum for types used in Torque schema.xml files.
SEQUENCE - Static variable in interface org.apache.torque.engine.platform.Platform
constant for native id method
Sequence - Class in org.kuali.common.impex
 
Sequence() - Constructor for class org.kuali.common.impex.Sequence
 
serialize(Document, File, String) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
serialize(Document, File, String) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Serialize a document object to disk.
serialize(String, DocumentImpl) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Serialize the document
serialize(Document, File, String) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
serializeSchemas(List<ImpexContext>, DatabaseContext) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
serializeSchemas(List<ImpexContext>, DatabaseContext) - Method in interface org.kuali.common.impex.service.ImpexGeneratorService
Create schema documents for each context and serialize them to disk.
setAbstract(boolean) - Method in class org.apache.torque.engine.database.model.Table
When a table is abstract, it marks the business object class that is generated as being abstract.
setActualFile(File) - Method in class org.kuali.common.impex.service.ReportFile
 
setAlias(String) - Method in class org.apache.torque.engine.database.model.Table
Set whether this table specified in the schema or is there just a foreign key reference to it.
setAllRowCounts(long) - Method in class org.kuali.common.impex.service.MpxBucket
 
setAncestor(String) - Method in class org.apache.torque.engine.database.model.Inheritance
Set the value of ancestor.
setAntCompatibilityMode(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setAntCompatibilityMode(boolean) - Method in class org.kuali.core.db.torque.DumpTask
 
setArtifactId(String) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
setArtifactId(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setArtifactId(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setAutocommit(boolean) - Method in class org.apache.torque.task.TorqueSQLExec
Set the autocommit flag for the DB connection.
setAutoIncrement(boolean) - Method in class org.apache.torque.engine.database.model.Column
Set the auto increment value.
setBaseClass(String) - Method in class org.apache.torque.engine.database.model.Database
Set the value of baseClass.
setBaseClass(String) - Method in class org.apache.torque.engine.database.model.Table
Set the value of baseClass.
setBaseDir(File) - Method in class org.kuali.common.impex.service.ImpexContext
 
setBaseDir(File) - Method in class org.kuali.common.impex.service.ReportFile
 
setBasePeer(String) - Method in class org.apache.torque.engine.database.model.Database
Set the value of basePeer.
setBasePeer(String) - Method in class org.apache.torque.engine.database.model.Table
Set the value of basePeer.
setBatchDataSize(int) - Method in class org.kuali.common.impex.service.ImportContext
 
setBatchDataSizeLimit(int) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
setBatchDataSizeLimit(int) - Method in interface org.kuali.common.impex.service.SqlProducer
 
setBatchRowCount(int) - Method in class org.kuali.common.impex.service.ImportContext
 
setBatchRowCountLimit(int) - Method in class org.kuali.common.impex.service.AbstractSqlProducer
 
setBatchRowCountLimit(int) - Method in interface org.kuali.common.impex.service.SqlProducer
 
setBuildDir(File) - Method in class org.kuali.common.impex.service.ImpexContext
 
setBuildDirectory(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
setClassName(String) - Method in class org.apache.torque.engine.database.model.Inheritance
Set the value of className.
setClasspath(Path) - Method in class org.apache.torque.task.TorqueSQLExec
Set the classpath for loading the driver.
setClasspathRef(Reference) - Method in class org.apache.torque.task.TorqueSQLExec
Set the classpath for loading the driver using the classpath reference.
setColumn(Column) - Method in class org.apache.torque.engine.database.model.Inheritance
Set the value of parent.
setColumn(Column) - Method in class org.kuali.common.impex.service.DataBean
 
setColumns(Column[]) - Method in class org.kuali.common.impex.DumpTableContext
 
setColumns(List<String>) - Method in class org.kuali.common.impex.Index
 
setColumns(List<ColumnContext>) - Method in class org.kuali.common.impex.TableContext
 
setComment(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setComment(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setConnection(Connection) - Method in class org.kuali.core.db.torque.TableHelper
 
setContainsForeignPK(boolean) - Method in class org.apache.torque.engine.database.model.Table
Set whether this table contains a foreign PK
setContext(ImportContext) - Method in class org.kuali.common.impex.service.ImportExecutable
 
setContext(ImportContext) - Method in class org.kuali.common.impex.service.MpxBucket
 
setContext(ImpexContext) - Method in class org.kuali.common.impex.TableBucket
 
setContextProperties(String) - Method in class org.apache.torque.task.TorqueDataModelTask
Override Texen's context properties to map the torque.xxx properties (including defaults set by the org/apache/torque/defaults.properties) to just xxx.
setContextPropertiesCanonicalPath(String) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setContextPropertiesFile(File) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setContexts(List<ImpexContext>) - Method in class org.kuali.common.impex.DumpExecutable
 
setContexts(List<ImpexContext>) - Method in class org.kuali.common.impex.SyncFilesExecutable
 
setControlTemplate(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setCopyDataFiles(boolean) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
setCopyDataFiles(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setCorrectGetters(boolean) - Method in class org.apache.torque.engine.database.model.Column
Set the correctGetters property of the column.
setCorrectGetters(Boolean) - Method in class org.apache.torque.engine.database.model.Table
Force all columns to set the correctGetters property.
setCurrentData(List<String[]>) - Method in class org.kuali.common.impex.DumpTableContext
 
setCurrentDataSize(long) - Method in class org.kuali.common.impex.DumpTableContext
 
setCurrentRowCount(long) - Method in class org.kuali.common.impex.DumpTableContext
 
setDatabase(Database) - Method in class org.apache.torque.engine.database.model.Table
Set the parent of the table
setDatabase(Database) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
setDatabase(String) - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Sets the name of the database to generate sql for.
setDatabaseTableProperties(Properties) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDatabaseTablePropertiesLocation(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDatabaseType(String) - Method in class org.apache.torque.engine.database.model.Database
 
setDatabaseVendor(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDatabaseVendor(String) - Method in class org.kuali.common.impex.service.ImportContext
 
setDatabaseVendors(List<String>) - Method in class org.kuali.common.impex.DumpExecutable
 
setDataDTD(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataSQLTask
 
setDataHandler(DataHandler) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDataLocations(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDataLocations(List<String>) - Method in class org.kuali.common.impex.service.ImportContext
 
setDataSizeInterval(int) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDataSource(DataSource) - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
setDataSource(DataSource) - Method in class org.kuali.common.impex.SchemaRequestBucket
 
setDataSource(DataSource) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDataSource(DataSource) - Method in class org.kuali.core.db.torque.DumpTask
 
setDataThreads(int) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDataXMLDir(File) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
setDateFormat(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDateFormat(String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
setDateValue(Date) - Method in class org.kuali.common.impex.service.DataBean
 
setDbMetaData(DatabaseMetaData) - Method in class org.kuali.core.db.torque.TableHelper
 
setDbSchema(String) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
setDbSchemaString(String) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
setDecimalDigits(Integer) - Method in class org.kuali.common.impex.ColumnContext
 
setDefaultIdMethod(String) - Method in class org.apache.torque.engine.database.model.Database
Set the value of defaultIdMethod.
setDefaultJavaNamingMethod(String) - Method in class org.apache.torque.engine.database.model.Database
Set the value of defaultJavaNamingMethod.
setDefaultPrintableConsoleWidth(int) - Method in class org.kuali.core.db.torque.Utils
 
setDefaultValue(String) - Method in class org.apache.torque.engine.database.model.Column
Set a string that will give this column a default value.
setDefaultValue(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setDefinition(String) - Method in class org.kuali.common.impex.View
 
setDefValue(String) - Method in class org.kuali.common.impex.ColumnContext
 
setDelimiter(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the statement delimiter.
setDelimiterType(TorqueSQLExec.DelimiterType) - Method in class org.apache.torque.task.TorqueSQLExec
Set the Delimiter type for this sql task.
setDescription(String) - Method in class org.apache.torque.engine.database.model.Column
Set the description for the Table
setDescription(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setDescription(String) - Method in class org.apache.torque.engine.database.model.Table
Set the description for the Table
setDocument(File) - Static method in class org.apache.torque.task.TorqueMergeXMLDoc
creates a document object from an input file
setDocument(DocumentImpl) - Method in class org.kuali.core.db.torque.TableHelper
 
setDomain(Domain) - Method in class org.apache.torque.engine.database.model.Column
 
setDriver(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the JDBC driver to be used.
setDriver(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setDriver(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setDriverProperties(Properties) - Method in class org.kuali.core.db.torque.DumpTask
 
setElapsed(long) - Method in class org.kuali.common.impex.DumpTableResult
 
setElapsed(long) - Method in class org.kuali.common.impex.service.MpxImportResult
 
setEncoding(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the file encoding to use on the sql files read in
setEncoding(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setEncoding(String) - Method in class org.kuali.common.impex.service.ImportContext
 
setEncoding(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setExcludePatterns(List<String>) - Method in class org.kuali.core.db.torque.StringFilter
 
setExcludeProperties(List<String>) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
setExecutionContext(ExecutionContext) - Method in class org.kuali.common.impex.service.MpxBucket
 
setFileExtensionInclude(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setFileName(String) - Method in class org.apache.torque.engine.database.model.Database
 
setFiles(List<File>) - Method in class org.kuali.common.impex.DumpTableResult
 
setFilesets(List<FileSet>) - Method in class org.apache.torque.task.TorqueDataModelTask
 
setFinalDirectory(File) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
setFinalDirectory(File) - Method in class org.kuali.common.impex.service.ImpexContext
 
setFinish(long) - Method in class org.kuali.common.impex.DumpTableResult
 
setFinish(long) - Method in class org.kuali.common.impex.service.MpxImportResult
 
setForeignColumn(String) - Method in class org.kuali.common.impex.Reference
 
setForeignKeys(Map<String, ForeignKey>) - Method in class org.kuali.common.impex.TableContext
 
setForeignTableName(String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Set the foreignTableName of the FK
setForReferenceOnly(boolean) - Method in class org.apache.torque.engine.database.model.Table
Flag to determine if code/sql gets created for this table.
setHeavyIndexing(boolean) - Method in class org.apache.torque.engine.database.model.Database
Set the value of heavyIndexing.
setIdMethod(String) - Method in class org.apache.torque.engine.database.model.Table
Set the method for generating pk's
setImpexContext(ImpexContext) - Method in class org.kuali.common.impex.DumpTableContext
 
setImpexContext(ImpexContext) - Method in class org.kuali.common.impex.SchemaRequestBucket
 
setImpexService(ImpexGeneratorService) - Method in class org.kuali.common.impex.SchemaRequestBucket
 
setInclude(String) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
setIncludePatterns(List<String>) - Method in class org.kuali.core.db.torque.StringFilter
 
setIncludeProperties(List<String>) - Method in class org.kuali.core.db.torque.FilteredPropertyCopier
 
setIndexes(List<Index>) - Method in class org.kuali.common.impex.TableContext
 
setInput(Reader) - Method in class org.apache.torque.engine.sql.SQLScanner
Set the Input
setInputFile(String) - Method in class org.apache.torque.task.TorqueSQLTransformTask
Set the sql input file.
setInputFileString(String) - Method in class org.apache.torque.task.TorqueXMLWithDesc
 
setInterface(String) - Method in class org.apache.torque.engine.database.model.Table
Interface which objects for this table will implement
setJavaName(String) - Method in class org.apache.torque.engine.database.model.Column
Set the name to use in Java sources.
setJavaName(String) - Method in class org.apache.torque.engine.database.model.Table
Set name to use in Java sources
setJdbcService(JdbcService) - Method in class org.kuali.common.impex.service.DefaultImpexExecutorService
 
setJdbcType(int) - Method in class org.apache.torque.engine.database.model.Column
 
setKey(String) - Method in class org.apache.torque.engine.database.model.Inheritance
Set the value of key.
setLocalColumn(String) - Method in class org.kuali.common.impex.Reference
 
setLocation(String) - Method in class org.kuali.common.impex.service.MpxMetaData
 
setMaxThreadCount(int) - Method in class org.kuali.common.impex.service.ImportContext
 
setMessage(String) - Method in class org.kuali.common.impex.SyncFilesExecutable
 
setMetaDataThreads(int) - Method in class org.kuali.common.impex.service.ImpexContext
 
setMpxBeans(List<MpxMetaData>) - Method in class org.kuali.common.impex.service.MpxBucket
 
setMpxPath(String) - Method in class org.kuali.common.impex.service.MpxImportResult
 
setMsg(String) - Method in class org.kuali.core.db.torque.PrettyPrint
 
setName(String) - Method in class org.apache.torque.engine.database.model.Column
Set the name of the column
setName(String) - Method in class org.apache.torque.engine.database.model.Database
Set the name of the Database
setName(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setName(String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Sets the name attribute.
setName(String) - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Set the parameter name
setName(String) - Method in class org.apache.torque.engine.database.model.Index
Set the name of this index.
setName(String) - Method in class org.apache.torque.engine.database.model.Table
Set the name of the Table
setName(String) - Method in class org.apache.torque.task.PackageAsPathTask
 
setName(String) - Method in class org.kuali.common.impex.ColumnContext
 
setName(String) - Method in class org.kuali.common.impex.Index
 
setName(String) - Method in class org.kuali.common.impex.Sequence
 
setName(String) - Method in class org.kuali.common.impex.TableContext
 
setName(String) - Method in class org.kuali.common.impex.View
 
setNextVal(String) - Method in class org.kuali.common.impex.Sequence
 
setNotNull(boolean) - Method in class org.apache.torque.engine.database.model.Column
Set the isNotNull property of the column
setNullType(Integer) - Method in class org.kuali.common.impex.ColumnContext
 
setOnDelete(String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Sets the onDelete attribute
setOnDelete(String) - Method in class org.kuali.common.impex.ForeignKey
 
setOnerror(TorqueSQLExec.OnError) - Method in class org.apache.torque.task.TorqueSQLExec
Set the action to perform onerror
setOnUpdate(String) - Method in class org.apache.torque.engine.database.model.ForeignKey
Sets the onUpdate attribute
setOption(Attributes) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
 
setOption(Attributes) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
 
setOut(PrintStream) - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
setOutput(File) - Method in class org.apache.torque.task.TorqueSQLExec
Set the output file.
setOutputFile(String) - Method in class org.apache.torque.task.TorqueSQLTransformTask
Set the current output file.
setOutputFileString(String) - Method in class org.apache.torque.task.TorqueXMLWithDesc
 
setOutputFormat(String) - Method in class org.apache.torque.task.TorqueDocumentationTask
Set the current output format.
setOutputStream(OutputStream) - Method in class org.kuali.common.impex.DumpTableContext
 
setPackage(String) - Method in class org.apache.torque.engine.database.model.Database
Set the value of package.
setPackage(String) - Method in class org.apache.torque.engine.database.model.Table
Set the value of package.
setPackage(String) - Method in class org.apache.torque.task.PackageAsPathTask
 
setPassword(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the password for the DB connection.
setPassword(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setPassword(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setPlatform(Platform) - Method in class org.kuali.common.impex.service.ImpexContext
 
setPlatform(Platform) - Method in class org.kuali.core.db.torque.TableHelper
 
setPosition(int) - Method in class org.apache.torque.engine.database.model.Column
Get the location of this column within the table (one-based).
setPrimaryKey(boolean) - Method in class org.apache.torque.engine.database.model.Column
Set if the column is a primary key or not
setPrimaryKeys(List<String>) - Method in class org.kuali.common.impex.TableContext
 
setPrint(boolean) - Method in class org.apache.torque.task.TorqueSQLExec
Set the print flag.
setPrintMetaInfLists(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setPrintMetaInfLists(boolean) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
setProcessSequences(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setProcessSequences(boolean) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
setProcessTables(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setProcessTables(boolean) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
setProcessViews(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setProcessViews(boolean) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
setProgressListener(ProgressListener<MpxBucket>) - Method in class org.kuali.common.impex.service.MpxBucket
 
setProgressToken(String) - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
setProgressTracker(PercentCompleteInformer) - Method in class org.kuali.common.impex.SchemaRequestBucket
 
setProgressTracker(PercentCompleteInformer) - Method in class org.kuali.common.impex.TableBucket
 
setProperties(Properties) - Method in class org.kuali.common.impex.ImpexContextFactoryBean
 
setProtected(boolean) - Method in class org.apache.torque.engine.database.model.Column
Set the isProtected property of the Column
setRdbms(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the rdbms required
setReferences(List<Reference>) - Method in class org.kuali.common.impex.ForeignKey
 
setRefTableName(String) - Method in class org.kuali.common.impex.ForeignKey
 
setRelativePath(String) - Method in class org.kuali.common.impex.service.ReportFile
 
setReportFileActualFile(File) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setReportFileCanonicalFile(File) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setReportFileCanonicalPath(String) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setReportFileRelativePath(String) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setRequests(List<SchemaRequest>) - Method in class org.kuali.common.impex.SchemaRequestBucket
 
setResults(List<MpxImportResult>) - Method in class org.kuali.common.impex.service.MpxBucket
 
setResults(List<DumpTableResult>) - Method in class org.kuali.common.impex.TableBucket
 
setRowCount(Integer) - Method in class org.kuali.common.impex.service.MpxMetaData
 
setRowCount(long) - Method in class org.kuali.common.impex.TableBucket
 
setRowCount(long) - Method in class org.kuali.common.impex.TableContext
 
setRowCount(int) - Method in class org.kuali.core.db.torque.TableHelper
 
setRowCountInterval(int) - Method in class org.kuali.common.impex.service.ImpexContext
 
setRows(long) - Method in class org.kuali.common.impex.DumpTableResult
 
setScale(String) - Method in class org.apache.torque.engine.database.model.Column
Set the scale of the column
setScale(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setSchema(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setSchema(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setSchemaDomainMapping(Domain) - Method in class org.apache.torque.engine.platform.PlatformDefaultImpl
 
setSchemaFile(File) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setSchemaFileCanonicalPath(String) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setSchemaFileInclude(String) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
setSchemaFileInclude(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setSchemaWithDesc(String) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
setSchemaWithDescString(String) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
 
setSchemaXmlFile(File) - Method in class org.kuali.common.impex.service.ImpexContext
 
setSchemaXMLFile(File) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
setSchemaXmlLocation(String) - Method in class org.kuali.common.impex.service.ImportContext
 
setSelectAllQuery(String) - Method in class org.kuali.common.impex.TableContext
 
setSequence(Sequence) - Method in class org.kuali.common.impex.SchemaRequest
 
setSequenceExcludes(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setSequenceExcludes(List<String>) - Method in class org.kuali.core.db.torque.DumpTask
 
setSequenceIncludes(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setSequenceIncludes(List<String>) - Method in class org.kuali.core.db.torque.DumpTask
 
setSequences(List<Sequence>) - Method in class org.kuali.common.impex.DatabaseContext
 
setService(ImpexGeneratorService) - Method in class org.kuali.common.impex.DumpExecutable
 
setService(ImpexExecutorService) - Method in class org.kuali.common.impex.service.ImportExecutable
 
setService(ImpexExecutorService) - Method in class org.kuali.common.impex.service.MpxBucket
 
setService(ScmService) - Method in class org.kuali.common.impex.SyncFilesExecutable
 
setService(ImpexGeneratorService) - Method in class org.kuali.common.impex.TableBucket
 
setShowheaders(boolean) - Method in class org.apache.torque.task.TorqueSQLExec
Set the showheaders flag.
setSize(String) - Method in class org.apache.torque.engine.database.model.Column
Set the size of the column
setSize(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setSize(Integer) - Method in class org.kuali.common.impex.ColumnContext
 
setSize(long) - Method in class org.kuali.common.impex.DumpTableResult
 
setSize(long) - Method in class org.kuali.common.impex.service.MpxImportResult
 
setSize(long) - Method in class org.kuali.common.impex.service.MpxMetaData
 
setSize(long) - Method in class org.kuali.common.impex.TableBucket
 
setSize(long) - Method in class org.kuali.common.impex.TableContext
 
setSkip(boolean) - Method in class org.kuali.common.impex.DumpExecutable
 
setSkip(boolean) - Method in class org.kuali.common.impex.SyncFilesExecutable
 
setSkipSql(boolean) - Method in class org.apache.torque.engine.database.model.Table
Set whether this table should have its creation sql generated.
setSourceContext(ImpexContext) - Method in class org.kuali.common.impex.DumpExecutable
 
setSourceContext(ImpexContext) - Method in class org.kuali.common.impex.ImpexContextCloningFactoryBean
 
setSqlDbMap(String) - Method in class org.apache.torque.task.TorqueDataModelTask
Set the sqldbmap.
setSqlDbMap(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the sqldbmap properties file.
setSqlExecutionContext(ExecutionContext) - Method in class org.kuali.common.impex.service.ImportExecutable
 
setSqlFile(String) - Method in class org.apache.torque.engine.database.transform.SQLToAppData
Set the current input sql file
setSqlType(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setSqlType(Integer) - Method in class org.kuali.common.impex.ColumnContext
 
setSrc(File) - Method in class org.apache.torque.task.TorqueSQLExec.Transaction
 
setSrcDir(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the src directory for the sql files listed in the sqldbmap file.
setStart(long) - Method in class org.kuali.common.impex.DumpTableResult
 
setStart(long) - Method in class org.kuali.common.impex.service.MpxImportResult
 
setStart(long) - Method in class org.kuali.core.db.torque.PrettyPrint
 
setStartToken(String) - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
setStop(long) - Method in class org.kuali.core.db.torque.PrettyPrint
 
setStoreDatabaseTableProperties(boolean) - Method in class org.kuali.common.impex.service.ImpexContext
 
setSuffix(String) - Method in class org.kuali.core.db.torque.KualiTorqueSQLTask
Sets the suffix of the generated sql files.
setTable(Table) - Method in class org.apache.torque.engine.database.model.Column
Set the parent Table of the column
setTable(Table) - Method in class org.apache.torque.engine.database.model.ForeignKey
Set the parent Table of the foreign key
setTable(Table) - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Set the parent Table of the id method
setTable(Table) - Method in class org.apache.torque.engine.database.model.Index
Set the parent Table of the index
setTable(TableContext) - Method in class org.kuali.common.impex.DumpTableResult
 
setTable(TableContext) - Method in class org.kuali.common.impex.SchemaRequest
 
setTableContext(TableContext) - Method in class org.kuali.common.impex.DumpTableContext
 
setTableExcludes(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setTableExcludes(List<String>) - Method in class org.kuali.core.db.torque.DumpTask
 
setTableIncludes(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setTableIncludes(List<String>) - Method in class org.kuali.core.db.torque.DumpTask
 
setTableName(String) - Method in class org.kuali.common.impex.service.MpxImportResult
 
setTableNames(Set<String>) - Method in class org.kuali.core.db.torque.TableHelper
 
setTables(List<TableContext>) - Method in class org.kuali.common.impex.DatabaseContext
 
setTables(List<TableContext>) - Method in class org.kuali.common.impex.TableBucket
 
setTablesXmlLocation(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setTargetDatabase(String) - Method in class org.apache.torque.task.TorqueDataModelTask
Set the current target database.
setTargetDatabase(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setTargetPackage(String) - Method in class org.apache.torque.task.TorqueDataModelTask
Set the current target package.
setThreads(int) - Method in class org.kuali.core.db.torque.KualiTorqueSchemaDumpTask
 
setTotal(Long) - Method in class org.kuali.common.impex.service.MpxBucketProgressListener
 
setTotalDataSize(long) - Method in class org.kuali.common.impex.DumpTableContext
 
setTotalRowCount(long) - Method in class org.kuali.common.impex.DumpTableContext
 
setType(String) - Method in class org.apache.torque.engine.database.model.Column
Sets the colunm type
setType(SchemaType) - Method in class org.apache.torque.engine.database.model.Column
Sets the colunm type
setType(SchemaType) - Method in class org.apache.torque.engine.database.model.Domain
 
setType(String) - Method in class org.apache.torque.engine.database.model.Domain
 
setTypeFromString(String, String) - Method in class org.apache.torque.engine.database.model.Column
Set the column type from a string property (normally a string from an sql input file)
setUnique(boolean) - Method in class org.apache.torque.engine.database.model.Column
Set true if the column is UNIQUE
setUnique(boolean) - Method in class org.kuali.common.impex.Index
 
setUrl(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the DB connection url.
setUrl(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setUrl(String) - Method in class org.kuali.core.db.torque.DumpTask
 
setUserid(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the user name for the DB connection.
setUsername(String) - Method in class org.kuali.common.impex.service.ImpexContext
 
setUsername(String) - Method in class org.kuali.core.db.torque.DumpTask
 
SetUtils - Class in org.kuali.core.db.torque
Utility methods for Set operations
SetUtils() - Constructor for class org.kuali.core.db.torque.SetUtils
 
setValue(String) - Method in class org.apache.torque.engine.database.model.IdMethodParameter
Set the parameter value
setValue(String) - Method in class org.kuali.common.impex.service.DataBean
 
setVersion(String) - Method in class org.apache.torque.task.TorqueSQLExec
Set the version required
setView(View) - Method in class org.kuali.common.impex.SchemaRequest
 
setViewExcludes(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setViewExcludes(List<String>) - Method in class org.kuali.core.db.torque.DumpTask
 
setViewIncludes(List<String>) - Method in class org.kuali.common.impex.service.ImpexContext
 
setViewIncludes(List<String>) - Method in class org.kuali.core.db.torque.DumpTask
 
setViews(List<View>) - Method in class org.kuali.common.impex.DatabaseContext
 
setWorkingDir(File) - Method in class org.kuali.common.impex.service.ImpexContext
 
setWorkingDir(File) - Method in class org.kuali.common.impex.service.VelocityAntTaskContext
 
setXmlFile(String) - Method in class org.apache.torque.task.TorqueDataModelTask
Set the xml schema describing the application model.
showConfiguration() - Method in class org.kuali.core.db.torque.DumpTask
 
showConfiguration() - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
SizedForBitDataDomain - Class in org.apache.torque.engine.database.model
Supports the Derby / DB2 / SQL92 standard for defining Binary data fields with either CHAR(#) FOR BIT DATA or VARCHAR(#) FOR BIT DATA.
SizedForBitDataDomain() - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SizedForBitDataDomain(String) - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SizedForBitDataDomain(SchemaType) - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SizedForBitDataDomain(SchemaType, String) - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SizedForBitDataDomain(SchemaType, String, String, String) - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SizedForBitDataDomain(SchemaType, String, String) - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SizedForBitDataDomain(Domain) - Constructor for class org.apache.torque.engine.database.model.SizedForBitDataDomain
 
SMALLINT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
SMALLINT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
SMALLINT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
SMALLINT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
SMALLINT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
SMALLINT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
SMALLINT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
sqldbmap - Variable in class org.apache.torque.task.TorqueDataModelTask
Name of the properties file that maps an SQL file to a particular database.
SqlProducer - Interface in org.kuali.common.impex.service
 
SQLScanner - Class in org.apache.torque.engine.sql
A simple Scanner implementation that scans an sql file into usable tokens.
SQLScanner() - Constructor for class org.apache.torque.engine.sql.SQLScanner
Creates a new scanner with no Reader
SQLScanner(Reader) - Constructor for class org.apache.torque.engine.sql.SQLScanner
Creates a new scanner with an Input Reader
SQLToAppData - Class in org.apache.torque.engine.database.transform
A Class that converts an sql input file to a Database structure.
SQLToAppData(String) - Constructor for class org.apache.torque.engine.database.transform.SQLToAppData
Create a new class with an input Reader
SQLToAppData(String, String) - Constructor for class org.apache.torque.engine.database.transform.SQLToAppData
Create a new class with an input Reader.
startData(DumpTableContext) - Method in interface org.kuali.common.impex.service.DataHandler
 
startData(DumpTableContext) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.torque.engine.database.transform.XmlToAppData
Handles opening elements of the xml file.
startElement(String, String, String, Attributes) - Method in class org.apache.torque.engine.database.transform.XmlToData
Handles opening elements of the xml file.
startElement(String, String, String, Attributes) - Method in class org.kuali.core.db.torque.KualiXmlToAppData
Handles opening elements of the xml file.
STD_SEPARATOR_CHAR - Static variable in interface org.apache.torque.engine.database.model.NameGenerator
The character used by most implementations as the separator between name elements.
STOP - Static variable in class org.apache.torque.task.TorqueSQLExec.OnError
 
store(Properties, File) - Method in class org.kuali.common.impex.service.DefaultImpexGeneratorService
 
StringFilter - Class in org.kuali.core.db.torque
This class provides logic for filtering strings based on regular expressions.
StringFilter() - Constructor for class org.kuali.core.db.torque.StringFilter
 
StringFilter(List<String>, List<String>) - Constructor for class org.kuali.core.db.torque.StringFilter
 
STRUCT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
symDifference(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
 
syncFiles(List<ImpexContext>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
SyncFilesExecutable - Class in org.kuali.common.impex
 
SyncFilesExecutable() - Constructor for class org.kuali.common.impex.SyncFilesExecutable
 

T

Table - Class in org.apache.torque.engine.database.model
Data about a table used in an application.
Table() - Constructor for class org.apache.torque.engine.database.model.Table
Default Constructor
Table(String) - Constructor for class org.apache.torque.engine.database.model.Table
Constructs a table object with a name
TableBucket - Class in org.kuali.common.impex
 
TableBucket() - Constructor for class org.kuali.common.impex.TableBucket
 
TableBucketHandler - Class in org.kuali.common.impex
 
TableBucketHandler() - Constructor for class org.kuali.common.impex.TableBucketHandler
 
TableContext - Class in org.kuali.common.impex
 
TableContext() - Constructor for class org.kuali.common.impex.TableContext
 
TableHelper - Class in org.kuali.core.db.torque
 
TableHelper() - Constructor for class org.kuali.core.db.torque.TableHelper
 
TIME - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
TIME_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIME_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIME_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIME_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIMESTAMP - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
TIMESTAMP_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIMESTAMP_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIMESTAMP_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TIMESTAMP_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TINYINT - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
TINYINT_NATIVE_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TINYINT_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TINYINT_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TINYINT_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TINYINT_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
TINYINT_VILLAGE_OBJECT_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
Token - Class in org.apache.torque.engine.sql
A single token returned by SQLScanner.
Token(String) - Constructor for class org.apache.torque.engine.sql.Token
Creates a new token without positioning.
Token(String, int, int) - Constructor for class org.apache.torque.engine.sql.Token
Creates a new token with positioning settings.
TorqueDataModelTask - Class in org.apache.torque.task
A base torque task that uses either a single XML schema representing a data model, or a <fileset> of XML schemas.
TorqueDataModelTask() - Constructor for class org.apache.torque.task.TorqueDataModelTask
 
TorqueDocumentationTask - Class in org.apache.torque.task
An ant task for generating output by using Velocity
TorqueDocumentationTask() - Constructor for class org.apache.torque.task.TorqueDocumentationTask
 
TorqueMergeXMLDoc - Class in org.apache.torque.task
This ant task will merge the schema-desc.xml with schema.xml, if schema-description.xml exists
TorqueMergeXMLDoc() - Constructor for class org.apache.torque.task.TorqueMergeXMLDoc
 
TorqueSQLExec - Class in org.apache.torque.task
This task uses an SQL -> Database map in the form of a properties file to insert each SQL file listed into its designated database.
TorqueSQLExec() - Constructor for class org.apache.torque.task.TorqueSQLExec
 
TorqueSQLExec.DelimiterType - Class in org.apache.torque.task
 
TorqueSQLExec.DelimiterType() - Constructor for class org.apache.torque.task.TorqueSQLExec.DelimiterType
 
TorqueSQLExec.OnError - Class in org.apache.torque.task
Enumerated attribute with the values "continue", "stop" and "abort" for the onerror attribute.
TorqueSQLExec.OnError() - Constructor for class org.apache.torque.task.TorqueSQLExec.OnError
 
TorqueSQLExec.Transaction - Class in org.apache.torque.task
Contains the definition of a new transaction element.
TorqueSQLExec.Transaction() - Constructor for class org.apache.torque.task.TorqueSQLExec.Transaction
 
TorqueSQLTransformTask - Class in org.apache.torque.task
An ant task for creating an xml schema from an sql schema
TorqueSQLTransformTask() - Constructor for class org.apache.torque.task.TorqueSQLTransformTask
 
TorqueXMLWithDesc - Class in org.apache.torque.task
This class is task used to generate xml file with database information and its description.
TorqueXMLWithDesc() - Constructor for class org.apache.torque.task.TorqueXMLWithDesc
 
toString() - Method in class org.apache.torque.engine.database.model.Column
String representation of the column.
toString() - Method in class org.apache.torque.engine.database.model.Database
Creats a string representation of this Database.
toString() - Method in class org.apache.torque.engine.database.model.ForeignKey
String representation of the foreign key.
toString() - Method in class org.apache.torque.engine.database.model.IdMethodParameter
XML representation of the foreign key.
toString() - Method in class org.apache.torque.engine.database.model.Index
String representation of the index.
toString() - Method in class org.apache.torque.engine.database.model.Inheritance
String representation of the foreign key.
toString() - Method in class org.apache.torque.engine.database.model.Table
Returns a XML representation of this table.
toString() - Method in class org.apache.torque.engine.database.model.Unique
String representation of the index.
toString() - Method in class org.apache.torque.engine.sql.Token
The same as getStr()
trimQuotes(String) - Static method in class org.kuali.common.impex.service.ImpexUtils
Remove leading and trailing quotes (if any)
trimQuotes(String) - Static method in class org.kuali.common.impex.service.MpxParser
Remove leading and trailing quotes (if any)
TypeMap - Class in org.apache.torque.engine.database.model
A class that maps JDBC types to their corresponding Java object types, and Java native types.
TypeMap() - Constructor for class org.apache.torque.engine.database.model.TypeMap
 

U

underscoreMethod(String) - Method in class org.apache.torque.engine.database.model.JavaNameGenerator
Converts a database schema name to java object name.
underscoreOmitSchemaMethod(String) - Method in class org.apache.torque.engine.database.model.JavaNameGenerator
Converts a database schema name to java object name.
union(Set<T>, Set<T>) - Static method in class org.kuali.core.db.torque.SetUtils
Returns the combined elements from both
Unique - Class in org.apache.torque.engine.database.model
Information about unique columns of a table.
Unique() - Constructor for class org.apache.torque.engine.database.model.Unique
 
updateAndStoreDatabaseProperties(Properties, String, List<DumpTableResult>) - Static method in class org.kuali.common.impex.service.ImpexUtils
 
updateConfiguration(Platform) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
 
updateSourceDatabaseProperties(ImpexContext, List<DumpTableResult>) - Method in class org.kuali.common.impex.DumpExecutable
 
Utils - Class in org.kuali.core.db.torque
 
Utils() - Constructor for class org.kuali.core.db.torque.Utils
 

V

VARBINARY - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
VARBINARY_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARBINARY_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARBINARY_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARBINARY_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARCHAR - Static variable in class org.apache.torque.engine.database.model.SchemaType
 
VARCHAR_NATIVE_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARCHAR_OBJECT_TYPE - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARCHAR_PP_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VARCHAR_VILLAGE_METHOD - Static variable in class org.apache.torque.engine.database.model.TypeMap
 
VelocityAntTaskContext - Class in org.kuali.common.impex.service
 
VelocityAntTaskContext() - Constructor for class org.kuali.common.impex.service.VelocityAntTaskContext
 
verifyExists(String, ResourceLoader) - Method in class org.kuali.core.db.torque.Utils
 
verifyExists(List<String>) - Method in class org.kuali.core.db.torque.Utils
 
View - Class in org.kuali.common.impex
 
View() - Constructor for class org.kuali.common.impex.View
 

W

WEB_SITE_DTD - Static variable in class org.apache.torque.engine.database.transform.DTDResolver
Where the DTD is located on the web.
WEB_SITE_DTD_3_2 - Static variable in class org.apache.torque.engine.database.transform.DTDResolver
Where the 3.2 DTD is located on the web.
writeRows(List<String[]>, String, OutputStream) - Method in class org.kuali.common.impex.service.DefaultDataHandler
 
writeXMLToFile(Document) - Method in class org.apache.torque.task.TorqueMergeXMLDoc
writes the document object to an output file
writeXMLToFile(Document) - Method in class org.apache.torque.task.TorqueXMLWithDesc
Writes the XMLDocument to an output file.

X

xmlEscape(String) - Method in class org.kuali.core.db.torque.KualiTorqueDataDumpTask
Escape characters that would cause issues for XML parsers
xmlFile - Variable in class org.apache.torque.task.TorqueDataModelTask
XML that describes the database model, this is transformed into the application model object.
XmlToAppData - Class in org.apache.torque.engine.database.transform
A Class that is used to parse an input xml schema file and creates a Database java structure.
XmlToAppData(String) - Constructor for class org.apache.torque.engine.database.transform.XmlToAppData
Creates a new instance for the specified database type.
XmlToAppData(String, String) - Constructor for class org.apache.torque.engine.database.transform.XmlToAppData
Creates a new instance for the specified database type.
XmlToData - Class in org.apache.torque.engine.database.transform
A Class that is used to parse an input xml schema file and creates and AppData java structure.
XmlToData(Database, String) - Constructor for class org.apache.torque.engine.database.transform.XmlToData
Default custructor
XmlToData.ColumnValue - Class in org.apache.torque.engine.database.transform
 
XmlToData.ColumnValue(Column, String) - Constructor for class org.apache.torque.engine.database.transform.XmlToData.ColumnValue
 
XmlToData.DataRow - Class in org.apache.torque.engine.database.transform
 
XmlToData.DataRow(Table, List<XmlToData.ColumnValue>) - Constructor for class org.apache.torque.engine.database.transform.XmlToData.DataRow
 

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

Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.