public interface IRecordColumnQueryPart
Modifier and Type | Method and Description |
---|---|
IRecordColumn |
getRecordColumn()
Return the RecordColumn of the RecordColumnQueryPart
|
RecordColumnCell |
getRecordColumnCell(fr.paris.lutece.util.sql.DAOUtil daoUtil)
Return the RecordColumnCell of the RecordColumnQueryPart
|
String |
getRecordColumnFromQuery()
Return the from query part for the RecordColumn
|
List<String> |
getRecordColumnJoinQueries()
Return the list of join queries for the RecordColumn
|
String |
getRecordColumnSelectQuery()
Return the select query part for the RecordColumn
|
void |
setRecordColumn(IRecordColumn recordColumn)
Set the record column to the RecordColumnQueryPart
|
String getRecordColumnSelectQuery()
String getRecordColumnFromQuery()
List<String> getRecordColumnJoinQueries()
void setRecordColumn(IRecordColumn recordColumn)
recordColumn
- The RecordColumn to set to the RecordColumnQueryPartIRecordColumn getRecordColumn()
RecordColumnCell getRecordColumnCell(fr.paris.lutece.util.sql.DAOUtil daoUtil)
daoUtil
- The daoUtil to retrieve the values to retrieve to the record columnCopyright © 2020 City of Paris. All rights reserved.