public class GiftListFindByStatusSQLComposer extends SQLComposer
SQLComposer.SQLComposerInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftListFindByStatusSQLComposer() |
Modifier and Type | Method and Description |
---|---|
SQLComposer.SQLComposerInfo |
composeSQLStatement(java.lang.String sqlName,
java.lang.String entityTableName,
java.util.List resultSetInfo,
java.lang.String sqlstatement,
java.util.List params)
Replaces logical state values (Active, etc) with internal state values
(1, etc) using the value mapping service.
|
getSelectionCriteria, setSelectionCriteria
public static final java.lang.String COPYRIGHT
public SQLComposer.SQLComposerInfo composeSQLStatement(java.lang.String sqlName, java.lang.String entityTableName, java.util.List resultSetInfo, java.lang.String sqlstatement, java.util.List params) throws DataServiceSystemException
composeSQLStatement
in class SQLComposer
sqlName
- The name of the SQL statement specified in the query templateentityTableName
- The entity table name specified in the query templateresultSetInfo
- The current resultSet information, which is a list of
ResultSetData. If there is no result set information, this
will an empty list and the value will never be null.sqlstatement
- The optional SQL statement specified in the query template.
This could be null if there is no SQL statement specified in
the query templateparams
- A list of optional parameters of type String specified in the
query template. If no parameters are specified, this would be
an empty list and will never be null.DataServiceSystemException