|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.util.CompatibilityUtil
public class CompatibilityUtil
Provides the backward compatibility for the user. Now support:
Backward compatibilty is different from other operations. It does not support undo/redo and won't send out events.
Constructor Summary | |
---|---|
CompatibilityUtil()
|
Method Summary | |
---|---|
static void |
addResultSetColumn(DataSetHandle dataSetHandle,
java.util.List columns)
Adds ResultSetColumn without sending out event. |
static void |
addStructures(PropertyHandle propHandle,
java.util.List structures)
Adds the given structures to the corresponding property values. |
static void |
updateResultSetinCachedMetaData(DataSetHandle setHandle,
java.util.List resultColumns)
Updates CachedMetaData.resultSet property with the given data set and the list of result set columns. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompatibilityUtil()
Method Detail |
---|
public static void updateResultSetinCachedMetaData(DataSetHandle setHandle, java.util.List resultColumns) throws SemanticException
setHandle
- the data setresultColumns
- a list containing result set columns. Each item in the list is
ResultSetColumn
SemanticException
- if any result set column in the list has invalid values.public static void addStructures(PropertyHandle propHandle, java.util.List structures) throws SemanticException
propHandle
- the property handlestructures
- the list containing structures
SemanticException
- if any structure in the list has invalid values.public static void addResultSetColumn(DataSetHandle dataSetHandle, java.util.List columns) throws SemanticException
dataSetHandle
- data set handlecolumns
- list contains OdaResultSetColumn
SemanticException
- if any result set column in the list has invalid values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |