Ontimize 5.2071EN

com.ontimize.db
Interface AdvancedQueryEntity

All Superinterfaces:
Entity, java.rmi.Remote
All Known Implementing Classes:
TableEntity

public interface AdvancedQueryEntity
extends Entity


Method Summary
 java.util.Map getColumnListForAvancedQuery(int sessionId)
          Usually this method return a Map {column, type} for the columns specified in the properties file.
 
Methods inherited from interface com.ontimize.db.Entity
delete, insert, query, update
 

Method Detail

getColumnListForAvancedQuery

public java.util.Map getColumnListForAvancedQuery(int sessionId)
                                           throws java.lang.Exception
Usually this method return a Map {column, type} for the columns specified in the properties file. The columns are specified using the parameter 'ReportAdvancedQueryColumns', and types with 'ReportAdvancedQueryTypes'. If the parameter 'ReportAdvancedQueryColumns' is not indicated, the value indicated in Columns is used, otherwise, if types are not specified, they are obtained from the data base

Parameters:
sessionId - User session identifier
Returns:
Throws:
java.lang.Exception

Ontimize