org.apache.ojb.broker.query
Interface ReportQuery

All Known Implementing Classes:
ReportQueryByCriteria, ReportQueryByMtoNCriteria

public interface ReportQuery

Interface for ReportQueries

Version:
$Id: ReportQuery.java,v 1.1 2007-08-24 22:17:36 ewestfal Exp $
Author:
Jakob Braeuchi

Method Summary
 Map getAttributeFieldDescriptors()
          Returns a Map with FieldDescriptors identified by Attribute
 String[] getAttributes()
          Gets the attributes used for the Report.
 String[] getColumns()
          Deprecated. use getAttributes()
 int[] getJdbcTypes()
          Gets the Jdbc-Types of the columns used for the Report.
 String[] getJoinAttributes()
          Gets the additional attributes used for building the Join.
 

Method Detail

getColumns

String[] getColumns()
Deprecated. use getAttributes()

Gets the columns used for the Report.

Returns:
Returns a String[]

getAttributes

String[] getAttributes()
Gets the attributes used for the Report.

Returns:
Returns a String[]

getJdbcTypes

int[] getJdbcTypes()
Gets the Jdbc-Types of the columns used for the Report. If null the Jdbc-Type is taken from the ResultSet

Returns:
Returns an int[] of Jdbc-Types
See Also:
Types

getJoinAttributes

String[] getJoinAttributes()
Gets the additional attributes used for building the Join. These Attributes are not appended to the select-clause.

Returns:
Returns a String[]

getAttributeFieldDescriptors

Map getAttributeFieldDescriptors()
Returns a Map with FieldDescriptors identified by Attribute

Returns:
Map


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.