Package | Description |
---|---|
org.apache.empire.commons |
This package contains various common classes for error handling, specific data types and data type conversion.
|
org.apache.empire.data |
This package contains interfaces for data and metadata handling.
|
org.apache.empire.data.bean |
This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's).
|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
Options |
Options.clone() |
Constructor and Description |
---|
Options(Options other) |
Modifier and Type | Method and Description |
---|---|
Options |
Record.getFieldOptions(Column column)
returns the Options list for the given record field.
|
Options |
ColumnExpr.getOptions()
Returns an option set with possible column values and their
corresponding display text.
|
Modifier and Type | Method and Description |
---|---|
Options |
BeanRecordProxy.getFieldOptions(Column column) |
Options |
BeanProperty.getOptions()
Returns the list of options for this column
containing all allowed field values.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanProperty.setOptions(Options options) |
Modifier and Type | Field and Description |
---|---|
protected Options |
DBColumnExpr.options |
Modifier and Type | Method and Description |
---|---|
Options |
DBRecord.getFieldOptions(Column column)
Gets the possbile Options for a field in the context of the current record.
|
Options |
DBRecord.getFieldOptions(DBColumn column)
Gets the possbile Options for a field in the context of the current record.
|
Options |
DBView.DBViewColumn.getOptions() |
Options |
DBQueryColumn.getOptions() |
Options |
DBCommandExpr.DBCmdColumn.getOptions()
Get Options of underlying table column.
|
Options |
DBColumnExpr.getOptions()
Returns the list of options for this column
containing all possible field values.
|
Options |
DBColumn.getOptions() |
Options |
DBDatabase.queryOptionList(DBCommand cmd,
Connection conn)
Returns a list of key value pairs from an sql query.
|
Modifier and Type | Method and Description |
---|---|
DBColumnExpr |
DBColumnExpr.decode(Options options) |
DBColumnExpr |
DBColumnExpr.decode(Options options,
Object otherwise) |
int |
DBDatabase.queryOptionList(DBCommand cmd,
Connection conn,
Options result)
Fills an option list provided with the result from a query.
|
int |
DBDatabase.queryOptionList(String sqlCmd,
Object[] sqlParams,
Connection conn,
Options result)
Fills an option list provided with the result from a query.
|
void |
DBColumnExpr.setOptions(Options options)
Sets the options for this column indicating all valid values.
|
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.