Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
G
GenerateTask
- class net.sf.colle.ant.
GenerateTask
.
Generates intermediate files from Colle source files.
GenerateTask()
- Constructor for class net.sf.colle.ant.
GenerateTask
GeneratingTask
- class net.sf.colle.ant.
GeneratingTask
.
Parent class for tasks that generate files using stylesheets stored in the colle jar.
GeneratingTask()
- Constructor for class net.sf.colle.ant.
GeneratingTask
getAction()
- Method in class net.sf.colle.forms.
Form
Returns the form action.
getActionParameter()
- Method in class net.sf.colle.web.
Context
Gets the action parameter that decided which action of a contoller was called.
getAge()
- Method in class net.sf.colle.forms.test.
TestForm
Returns the 'age' form element.
getApplicationElement()
- Method in interface net.sf.colle.forms.
FormElement
Returns the application object that corresponds to this form object.
getApplicationElement()
- Method in class net.sf.colle.forms.
FormList
getApplicationElement()
- Method in class net.sf.colle.forms.
FormSet
getApplicationElement()
- Method in class net.sf.colle.forms.
Structure
getApplicationElement()
- Method in class net.sf.colle.forms.
Text
getCarList()
- Method in class net.sf.colle.forms.test.
TestForm
Returns the 'car' form element.
getColor()
- Method in class net.sf.colle.forms.test.
TestForm
Returns the 'color' form element.
getColumns()
- Method in class net.sf.colle.sql.schema.
Index
Returns all of the columns in this index.
getColumns()
- Method in class net.sf.colle.sql.schema.
Table
Returns the full set of columns.
getCompoundName()
- Method in class net.sf.colle.sql.schema.
Column
Returns the compound name of the column.
getConnection()
- Static method in class net.sf.colle.sql.
ConnectionManager
Gets a new database connection.
getConnection(String)
- Static method in class net.sf.colle.sql.
ConnectionManager
Gets a new database connection.
getConnection(ConnectionManager.Configuration)
- Static method in class net.sf.colle.sql.
ConnectionManager
getConnection()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getContentType()
- Method in class net.sf.colle.xml.
Transformation
Returns the mime type of the output based on the output method and media type.
getCreatTableSuffix()
- Method in class net.sf.colle.sql.mysql.
MySQLRuntime
getCreatTableSuffix()
- Method in class net.sf.colle.sql.schema.
RDBMSRuntime
Returns the vendor specific text to put at the end of a create table call so MySQL can turn on transactions.
getCreateSQL()
- Method in class net.sf.colle.sql.schema.
Column
Returns a string that would best define this column in 'create table' SQL statement.
getCreateSQL()
- Method in class net.sf.colle.sql.schema.
ForeignKey
Returns a complete SQL statement that can be used to create this foreign key.
getCreateSQL()
- Method in class net.sf.colle.sql.schema.
Index
Returns a complete SQL statement that can be used to create this index.
getDataPaths()
- Method in class net.sf.colle.xml.
Transformation
Returns an unmodifiable set of xpath strings representing each object requested by this transformation through process instructions.
getDatabaseURL(String, String, Integer)
- Method in class net.sf.colle.sql.mssql.
MSSQLRuntime
getDatabaseURL(String, String, Integer)
- Method in class net.sf.colle.sql.mysql.
MySQLRuntime
getDatabaseURL(String, String, Integer)
- Method in class net.sf.colle.sql.schema.
RDBMSRuntime
Forms a DBMS specific database URL from the information provided.
getDateFormat()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getDebug()
- Static method in class net.sf.colle.sql.
ConnectionManager
getDebugManager()
- Method in class net.sf.colle.web.
ControlServlet
getDefaultIds()
- Method in class net.sf.colle.forms.
FormSet
Return the default ids.
getDerivedType()
- Method in class net.sf.colle.forms.
Number
Allows derived classes to define the type placed to the out-going XML response document.
getDerivedType()
- Method in class net.sf.colle.forms.
Text
Allows derived classes to define the type placed to the out-going XML response document.
getDouble()
- Method in class net.sf.colle.forms.
Number
Returns the value as a double
getDoubleFormat()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getElement(String)
- Method in class net.sf.colle.forms.
Structure
Returns a form element by it's name.
getErrorCode()
- Method in interface net.sf.colle.forms.
FormElement
Returns the error code of the element.
getErrorCode()
- Method in class net.sf.colle.forms.
FormList
getErrorCode()
- Method in class net.sf.colle.forms.
FormSet
Returns the error code of the element
getErrorCode()
- Method in class net.sf.colle.forms.
Structure
Returns the error code of the element
getErrorCode()
- Method in class net.sf.colle.forms.
Text
Returns the error code of the element
getErrorCode(SQLException)
- Method in class net.sf.colle.sql.mssql.
MSSQLRuntime
getErrorCode(SQLException)
- Method in class net.sf.colle.sql.mysql.
MySQLRuntime
getErrorCode(SQLException)
- Method in class net.sf.colle.sql.oracle.
OracleRuntime
getErrorCode(SQLException)
- Method in class net.sf.colle.sql.schema.
RDBMSRuntime
Return error code (ERROR_*) for SQLException.
getFile()
- Method in class net.sf.colle.sql.schema.
Table
Returns the containing the table definition.
getFileExtension()
- Method in class net.sf.colle.xml.
Transformation
Returns the common file extension based on the content type.
getFirstSelected()
- Method in class net.sf.colle.forms.
FormSet
Return the selected ids.
getForm()
- Method in class net.sf.colle.forms.test.
TestForm
Returns the inner form structure.
getGeneratedCount()
- Method in class net.sf.colle.ant.
GeneratingTask
getId()
- Method in interface net.sf.colle.sql.test.
TestTable.Row
Simple field get accessor for column nId.
getId()
- Method in interface net.sf.colle.sql.test.
TestTable2.Row
Simple field get accessor for column nId.
getIdNextVal(Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Unique identifier generator.
getIds()
- Method in class net.sf.colle.forms.
FormSet
Return all the ids.
getIndex(String)
- Method in class net.sf.colle.sql.schema.
Table
Returns a specific named index.
getIndexes()
- Method in class net.sf.colle.sql.schema.
Table
Returns all of the indexes, not including the primary key and foreign keys.
getInnerThrowable()
- Method in class net.sf.colle.util.
OuterError
Gets the root cause if it is specified (may be null).
getInnerThrowable()
- Method in class net.sf.colle.util.
OuterException
Gets the root cause if it is specified (may be null).
getInnerThrowable()
- Method in class net.sf.colle.util.
OuterRuntimeException
Gets the root cause if it is specified (may be null).
getInsertsPerCommit()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getInstance()
- Static method in class net.sf.colle.sql.schema.
RDBMSRuntime
getInstance()
- Static method in class net.sf.colle.xml.
SystemMapper
Returns the system mapper singleton.
getIntFormat()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getInteger()
- Method in class net.sf.colle.forms.
Number
Returns the value as a integer
getLength()
- Method in class net.sf.colle.sql.schema.
Column
Returns the length of the column.
getList()
- Method in class net.sf.colle.forms.
FormList
Returns the list of repeating form structures.
getLoaderFilters()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getLocale()
- Method in class net.sf.colle.web.
Context
Returns the locale of the current session if one exists.
getLogic()
- Static method in class net.sf.colle.mid.ejb.test.
TestFactory
Gets the logic for the current configuration.
getLogic(boolean)
- Static method in class net.sf.colle.mid.ejb.test.
TestFactory
Gets the local or remote logic (exposed for generated code only, use getLogic()).
getMake()
- Method in class net.sf.colle.forms.test.
TestForm.Car
Returns the 'make' form element.
getModel()
- Method in class net.sf.colle.forms.test.
TestForm.Car
Returns the 'model' form element.
getName()
- Method in interface net.sf.colle.forms.
FormElement
Returns the name of the the form element.
getName()
- Method in class net.sf.colle.forms.
FormList
getName()
- Method in class net.sf.colle.forms.
FormSet
getName()
- Method in class net.sf.colle.forms.
Structure
getName()
- Method in class net.sf.colle.forms.
Text
getName()
- Method in class net.sf.colle.forms.test.
TestForm.Car
Returns the 'name' form element.
getName()
- Method in class net.sf.colle.forms.test.
TestForm
Returns the 'name' form element.
getName()
- Method in class net.sf.colle.sql.schema.
Column
Returns the name of the column.
getName()
- Method in class net.sf.colle.sql.schema.
ForeignKey
Returns the name of the foreign key.
getName()
- Method in class net.sf.colle.sql.schema.
Index
Returns the name of the index.
getName()
- Method in class net.sf.colle.sql.schema.
Table
Returns the name of the table.
getNextValue(String, Connection)
- Method in class net.sf.colle.sql.mssql.
MSSQLRuntime
getNextValue(String, Connection)
- Method in class net.sf.colle.sql.mysql.
MySQLRuntime
getNextValue(String, Connection)
- Method in class net.sf.colle.sql.oracle.
OracleRuntime
Request a unique identifier for the following sequence name.
getNextValue(String, Connection)
- Method in class net.sf.colle.sql.schema.
RDBMSRuntime
Request a unique identifier for the following sequence name.
getNotNull(int, Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Returns a record if nNullable set to not null.
getNotNulls(Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Returns records with nNullable set to not null.
getNotNulls(int, int, Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Returns records with nNullable set to not null.
getNotNulls(int, int, String[], boolean[], Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Returns records with nNullable set to not null.
getNotNulls(int[], Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Returns groups of records with nNullable set to not null.
getNullable()
- Method in interface net.sf.colle.sql.test.
TestTable.Row
Simple field get accessor for column nNullable.
getOpenConnectionsStackTraces()
- Static method in class net.sf.colle.sql.
ConnectionManager
Returns a list of strings containing stack traces identifying the code that allocated each of the outstanding database connections.
getOpenConnectionsStackTraces(ConnectionManager.Configuration)
- Static method in class net.sf.colle.sql.
ConnectionManager
getOperator()
- Method in class net.sf.colle.web.
Context
Returns the operator who is currently logged in making this request.
getOutputMediaType()
- Method in class net.sf.colle.xml.
Transformation
Returns the output method as defined in the xsl:output tag.
getOutputMethod()
- Method in class net.sf.colle.xml.
Transformation
Returns the output method as defined in the xsl:output tag.
getPackage()
- Method in class net.sf.colle.sql.schema.
Table
Returns the name of the package.
getPath()
- Method in interface net.sf.colle.forms.
FormElement
Returns the path to the form element.
getPath()
- Method in class net.sf.colle.forms.
FormList
getPath()
- Method in class net.sf.colle.forms.
FormSet
getPath()
- Method in class net.sf.colle.forms.
Structure
getPath()
- Method in class net.sf.colle.forms.
Text
getPersisted()
- Method in interface net.sf.colle.sql.test.
TestTable.Row
Returns true if the record has been persisted in the database.
getPersisted()
- Method in interface net.sf.colle.sql.test.
TestTable2.Row
Returns true if the record has been persisted in the database.
getPreparedStatement(String, Connection)
- Static method in class net.sf.colle.sql.persistence.
StatementManager
Pools prepared statements for each database connection (or at least it will in the near future).
getPrimaryKey()
- Method in class net.sf.colle.sql.schema.
Table
Returns the primary key index.
getProcessingInstruction(String)
- Method in class net.sf.colle.xml.
Transformation
Returns the processing instruction identified by the given target.
getProcessingInstructions()
- Method in class net.sf.colle.xml.
Transformation
Returns an unmodifiable map of processing instructions keyed by the PI's target.
getProperty(String)
- Static method in class net.sf.colle.util.
DomainProperties
getProperty(String, String)
- Static method in class net.sf.colle.util.
DomainProperties
getReferenceTable()
- Method in class net.sf.colle.sql.schema.
ForeignKey
Returns the reference table name of the foreign key.
getRequest()
- Method in class net.sf.colle.web.
Context
Returns the request.
getRequired()
- Method in class net.sf.colle.forms.
FormSet
Returns the required flag.
getRequired()
- Method in class net.sf.colle.forms.
Text
Returns the required flag.
getResource(String, String)
- Static method in class net.sf.colle.forms.test.
TestForm
Returns a resource from the form definition.
getResource(String)
- Static method in class net.sf.colle.xml.
SystemResourceResolver
getResourceBundles()
- Static method in class net.sf.colle.forms.test.
TestForm
Returns an unmodifiable map keyed by locale, containing resource bundles for each locale.
getResponse()
- Method in class net.sf.colle.web.
Context
Returns the response.
getResponseDocument()
- Method in class net.sf.colle.web.
Context
Returns the response document which allows the controller to modify it.
getRowByPrimaryKey(int, Connection)
- Static method in class net.sf.colle.sql.test.
TestTable
Returns a single row for the primary key specified.
getRowByPrimaryKey(int, Connection)
- Static method in class net.sf.colle.sql.test.
TestTable2
Returns a single row for the primary key specified.
getSelected()
- Method in class net.sf.colle.forms.
FormSet
Return the selected ids.
getServletContext()
- Method in class net.sf.colle.web.
Context
Returns the servlet context.
getSourcePath()
- Method in class net.sf.colle.ant.
GeneratingTask
getState()
- Method in class net.sf.colle.forms.
Form
Returns the form state.
getState()
- Method in class net.sf.colle.forms.test.
TestForm
Returns the 'state' form element.
getString()
- Method in interface net.sf.colle.sql.test.
TestTable.Row
Simple field get accessor for column sString.
getStructure()
- Method in class net.sf.colle.forms.test.
TestForm.Car
Returns the inner structure object.
getStructure()
- Method in class net.sf.colle.forms.test.
TestForm.Color
Returns the inner set/structure object.
getStructure()
- Method in class net.sf.colle.forms.test.
TestForm.State
Returns the inner set/structure object.
getTable()
- Method in class net.sf.colle.sql.schema.
Index
Returns the table containing this column.
getTable(String)
- Method in class net.sf.colle.sql.schema.
RelationalModel
Returns a table with the specified name.
getTableNames()
- Method in interface net.sf.colle.sql.schema.
LoaderFilter
Returns a list of strings identifying each table this filter works on.
getTableNames()
- Method in class net.sf.colle.sql.schema.
RelationalModel
Returns the full set of tables.
getTables(String, Connection)
- Method in class net.sf.colle.sql.mssql.
MSSQLRuntime
getTables(String, Connection)
- Method in class net.sf.colle.sql.mysql.
MySQLRuntime
getTables(String, Connection)
- Method in class net.sf.colle.sql.oracle.
OracleRuntime
getTables(String, Connection)
- Method in class net.sf.colle.sql.schema.
RDBMSRuntime
Wraps calls to DatabaseMetaData.getTables().
getText()
- Method in class net.sf.colle.forms.
Text
Returns the value as a string
getTransformation()
- Method in class net.sf.colle.web.
Context
Returns the transformation that is currently set.
getTransformerFactory()
- Static method in class net.sf.colle.xml.
Transformation
getTruncName(String)
- Method in class net.sf.colle.sql.oracle.
OracleRuntime
getTruncName(String)
- Method in class net.sf.colle.sql.schema.
RDBMSRuntime
Truncate a name value to a maximum size for a specific database.
getType()
- Method in class net.sf.colle.sql.schema.
Column
Returns the type of the column.
getUnknownManager()
- Method in class net.sf.colle.web.
ControlServlet
getUseNativeLoader()
- Method in class net.sf.colle.sql.schema.
TableBuilder
getWelcomeManager()
- Method in class net.sf.colle.web.
ControlServlet
getYear()
- Method in class net.sf.colle.forms.test.
TestForm.Car
Returns the 'year' form element.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V