Package org.kuali.rice.kew.docsearch
Class QueryComponent
java.lang.Object
org.kuali.rice.kew.docsearch.QueryComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFromSql(String tables) voidsetSelectSql(String sql) voidsetWhereSql(String tempSql)
-
Constructor Details
-
QueryComponent
public QueryComponent() -
QueryComponent
- Parameters:
selectSql-fromSql-whereSql-
-
-
Method Details
-
getFromSql
- Returns:
- Returns the tables.
-
getSelectSql
- Returns:
- Returns the sql.
-
getWhereSql
- Returns:
- Returns the tempSql.
-
setFromSql
- Parameters:
tables- The tables to set.
-
setSelectSql
- Parameters:
sql- The sql to set.
-
setWhereSql
- Parameters:
tempSql- The tempSql to set.
-