C E F G H J O P Q S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- clear() - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Clears all the filtering parameters used by this filter.
- COMPARING_COLUMN - Static variable in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- COMPARING_OPERATOR - Static variable in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- COMPARING_OPERATORS - Static variable in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- COMPARING_VALUE - Static variable in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
E
- editConnection(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- editSQLRequest(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
F
- FIELD_NONE - Static variable in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Default value when no comparator or no field name are set.
- filter(List<TableRow>) - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Filters the specified table rows by applying the underlying filtering parameters that were set by the setters.
G
- getAllComparators() - Static method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Gets the symbol of all of the comparators supported by this filter.
- getComparator() - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Gets the symbol of the comparator used in the filtering of the SQL query result.
- getFieldName() - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Gets the name of the field to filter.
- getFieldNames() - Method in class org.silverpeas.components.jdbcconnector.control.QueryResult
-
Gets field names extracted from last query result set.
- getFieldValue() - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Gets the reference field value, that is the value with which the field of all table rows in the result will be filtered.
- getFilteredRows() - Method in class org.silverpeas.components.jdbcconnector.control.QueryResult
-
Gets the rows after the applying the filter
TableRowsFilter.filter(List)
. - getRows() - Method in class org.silverpeas.components.jdbcconnector.control.QueryResult
-
Gets the rows without applying any filter.
H
- home(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
J
- JdbcConnectorWebController - Class in org.silverpeas.components.jdbcconnector.control
-
The web controller of the ConnecteurJDBC application.
- JdbcConnectorWebController(MainSessionController, ComponentContext) - Constructor for class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
-
Constructs a new Web controller for the specified context and with the
MainSessionController
instance that is specific to the user behind the access to the underlying application instance. - JdbcConnectorWebRequestContext - Class in org.silverpeas.components.jdbcconnector.control
-
The context of an incoming HTTP request.
- JdbcConnectorWebRequestContext() - Constructor for class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebRequestContext
O
- onInstantiation(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- openRequestEditor(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- org.silverpeas.components.jdbcconnector.control - package org.silverpeas.components.jdbcconnector.control
P
- performSQLRequest(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- portlet(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
Q
- QUERY_RESULT - Static variable in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- QueryResult - Class in org.silverpeas.components.jdbcconnector.control
-
Handle a query result with more flexibility than handling directly a list of
TableRow
instances.
S
- saveConnection(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- saveSQLRequest(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
- setComparator(String) - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Sets the current comparator to use in the filtering of the SQL query result.
- setFieldName(String, Class<?>) - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Sets the name of the field, and its concrete type, in each table row of a result to filter.
- setFieldValue(String) - Method in class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
-
Sets the value with which a field of all of the table row will be filtered.
T
- TableRowsFilter - Class in org.silverpeas.components.jdbcconnector.control
-
Filter of table rows by applying a
FieldValueComparator
predicate on them. - TableRowsFilter() - Constructor for class org.silverpeas.components.jdbcconnector.control.TableRowsFilter
V
- viewResultSet(JdbcConnectorWebRequestContext) - Method in class org.silverpeas.components.jdbcconnector.control.JdbcConnectorWebController
All Classes All Packages