com.businessobjects.rebean.wi
Class CreateDefaultTablesParameters

java.lang.Object
  extended by com.businessobjects.rebean.wi.CreateDefaultTablesParameters

public class CreateDefaultTablesParameters
extends java.lang.Object

Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The CreateDefaultTablesParameters interface allows to custom the behaviour of the createDefaultTables method (ReportBody.createDefaultTables(DataProvider[], CreateDefaultTablesParameters)).

Since:
12.0

Constructor Summary
CreateDefaultTablesParameters()
           
 
Method Summary
 boolean getApplyQuerySorts()
          Checks if the QuerySorts are applied.
 boolean getDuplicateRowAggregation()
          Checks if duplicate rows will be shown in the block.
 void setApplyQuerySorts(boolean apply)
          Defines if QuerySorts are applied on the BlockAxis.
 void setDuplicateRowAggregation(boolean b)
          Sets whether duplicate rows will be displayed in the block.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDefaultTablesParameters

public CreateDefaultTablesParameters()
Method Detail

setApplyQuerySorts

public void setApplyQuerySorts(boolean apply)
Defines if QuerySorts are applied on the BlockAxis.

When true, the SDK will apply QuerySorts to the blocks that are defined in the data provider collection.

Parameters:
apply - if true, add sort on the BlockAxis.

getApplyQuerySorts

public boolean getApplyQuerySorts()
Checks if the QuerySorts are applied.

Returns:
true, when QuerySorts are applied, false otherwise. Default value is false.

getDuplicateRowAggregation

public boolean getDuplicateRowAggregation()
Checks if duplicate rows will be shown in the block.

Returns:
false when duplicate rows will be shown in the block. Default value is true.

setDuplicateRowAggregation

public void setDuplicateRowAggregation(boolean b)
Sets whether duplicate rows will be displayed in the block.

Parameters:
b - set to false for duplicate rows to be shown in the block
See Also:
CreateDefaultTablesParameters.getDuplicateRowAggregation(), ReportBlock.getDuplicateRowAggregation()