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

F

fieldDef - Variable in class com.archibus.app.solution.common.eventhandler.EventHandlerBase.DbField
Field definition that defines precise field formatting.
FieldOperation - Class in com.archibus.datasource
Port of the Nick's FieldFormula class, which was ported from Windows FieldFormula object.
FieldOperation() - Constructor for class com.archibus.datasource.FieldOperation
Constructor.
FieldOperation(String) - Constructor for class com.archibus.datasource.FieldOperation
Constructor for field operation with assigned table.
FieldOperation(String, String) - Constructor for class com.archibus.datasource.FieldOperation
Constructor for field operation with owner table and assigned table.
FieldOperation(String, String, String) - Constructor for class com.archibus.datasource.FieldOperation
Constructor for field operation with owner, assigned, and standard tables.
filterWithPrefix(Map, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Filters out parameters with names that do not start with specified prefix.
find(Object[]) - Method in interface com.archibus.datasource.ObjectDataSource
Executes a query for persistent objects.
find(Object[]) - Method in class com.archibus.datasource.ObjectDataSourceImpl
Executes a query for persistent objects.
findField(String) - Method in class com.archibus.datasource.data.DataRecord
Finds and returns field by full name.
findField(String) - Method in interface com.archibus.datasource.DataSource
Returns a field definition for specified full field name.
findField(String) - Method in class com.archibus.datasource.DataSourceImpl
Returns a field definition for specified full field name.
findKeyField(String) - Method in class com.archibus.datasource.DataSourceImpl
Returns a field definition for specified full field name.
findVirtualField(String) - Method in interface com.archibus.datasource.DataSource
Loop through the virtual fields for the current data source and Returns a field definition for specified full field name.
findVirtualField(String) - Method in class com.archibus.datasource.DataSourceImpl
Loop through the virtual fields for the current data source and Returns a field definition for specified full field name.
formatFieldValue(EventHandlerContext, Object, String, String, boolean) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats value for the presentation layer.
formatSqlAddDays(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Returns a SQL string appropriate for adding an integer number of days to a specified date
formatSqlAddDaysToExpression(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Returns a SQL string appropriate for adding an integer number of days to an expression that evaluates to a date
formatSqlAddMinutes(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Returns a SQL string appropriate for adding an integer number of minutes to a specified date
formatSqlAddMinutesToExpression(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Returns a SQL string appropriate for adding an integer number of minutes to an expression that evaluates to a date
formatSqlAddOneMonth(EventHandlerContext) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats adding a month to the current date into database-server specific format, to be used in SQL statement.
formatSqlConcat(EventHandlerContext) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Concatenates the supplied SQL expressions using the proper concatenation operator for the current database server.
formatSqlConvertIntToChar(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Generates database-server specific Convert/To_Char/String function call, to be used in SQL statement.
formatSqlConvertToInt(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Generates database-server specific Convert function call, to be used in SQL statement.
formatSqlConvertToString(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Generates database-server specific Concat/Convert/String function call, to be used in SQL statement.
formatSqlDateTime(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats native Date and Time into database-server specific format, to be used in SQL statement.
formatSqlDaysBetween(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats calculation for hours between two dates into database-server specific format, to be used in SQL statement.
formatSqlDbCrLf(EventHandlerContext) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Returns the proper CHR( nn ) or CHAR( nn ) values for the carriage-return/line-feed combination or the tab character
formatSqlDbTab(EventHandlerContext) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Returns the proper CHR( nn ) or CHAR( nn ) values for the carriage-return/line-feed combination or the tab character
formatSqlDummyTable(EventHandlerContext) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Uses SYS.DUMMY or DUAL or a blank space as appropriate to take the place of a dummy table.
formatSqlFieldValue(EventHandlerContext, Object, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats value for SQL statement.
formatSqlForPersistentRestrictions() - Method in interface com.archibus.datasource.DataSource
Formats SQL expression that includes VPA and hierarchical security restrictions.
formatSqlForPersistentRestrictions() - Method in class com.archibus.datasource.DataSourceImpl
Formats SQL expression that includes VPA and hierarchical security restrictions.
formatSqlHoursBetween(EventHandlerContext, String, String, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats calculation for hours between two date-times into database-server specific format, to be used in SQL statement.
formatSqlIsNull(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Generates database-server specific IsNull function call, to be used in SQL statement.
formatSqlIsoToNativeDate(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats ISO Date into database-server specific format, to be used in SQL statement.
formatSqlIsoToNativeTime(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats ISO Time into database-server specific format, to be used in SQL statement.
formatSqlMonthsBetween(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats calculations for months between two dates into database-server specific format, to be used in SQL statement.
formatSqlQuery(String, boolean) - Method in interface com.archibus.datasource.DataSource
Formats and returns an SQL query based on: previously added tables, fields, sort fields, restrictions, and custom SQL queries; current user VPA restriction; client-side restriction.
formatSqlQuery(String, List, List, boolean, boolean) - Method in interface com.archibus.datasource.DataSource
Formats and returns an SQL query based on: previously added tables, fields, sort fields, restrictions, and custom SQL queries; current user VPA restriction; client-side restriction.
formatSqlQuery(String, boolean) - Method in class com.archibus.datasource.DataSourceImpl
Formats and returns an SQL query based on: view tables and fields; view restrictions; view SQL queries; current user VPA restriction; client-side restriction.
formatSqlQuery(String, List, List, boolean, boolean) - Method in class com.archibus.datasource.DataSourceImpl
 
formatSqlQueryForSubtotals(String, String) - Method in class com.archibus.datasource.DataSourceGroupingImpl
Formats SQL query for totals.
formatSqlQueryForTotals(String) - Method in class com.archibus.datasource.DataSourceGroupingImpl
Formats SQL query for totals.
formatSqlReplace0WithDefault(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
 
formatSqlReplace0WithHuge(String) - Static method in class com.archibus.datasource.SqlUtils
Replaces any expression that returns a 0 result with a very large number (9999999999)
formatSqlReplace0WithHuge(EventHandlerContext, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Replaces any expression that returns a 0 result with a very large number (9999999999)
formatSqlWeeksBetween(EventHandlerContext, String, String) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Formats calculations for weeks between two dates into database-server specific format, to be used in SQL statement.
formatValue(EventHandlerContext, Object) - Method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase.DbField
Formats specified value for presentation layer.
formatValueForSql(Object) - Static method in class com.archibus.datasource.SqlUtils
Formats field value for SQL.
FORMULA_AVG - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_COUNT - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_DAY - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_MAX - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_MIN - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_MONTH - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_QUARTER - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_SUM - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
Supported aggregate field formulas.
FORMULA_WEEK - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
 
FORMULA_YEAR - Static variable in class com.archibus.datasource.DataSourceGroupingImpl
Supported aggregate field formulas for temporal groupings.
fromJSON(JSONObject) - Method in class com.archibus.datasource.data.DataRecord
De-serializes this data record from JSON, using the same JSON format as produced by toJSON().
fromJSON(JSONObject, JSONObject, boolean) - Method in class com.archibus.datasource.data.DataRecord
De-serializes this data record from JSON, using older 16.3 JSON format.
fromJSONArray(JSONArray) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Converts JSON array containing JSON objects into a List containing Maps.
fromJSONObject(JSONObject) - Static method in class com.archibus.app.solution.common.eventhandler.EventHandlerBase
Converts JSON object into a Map.

A C D E F G H I J K L M N O P Q R S T U V
Copyright © 2009 ARCHIBUS, Inc. All Rights Reserved.