|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableAssembly
Table assembly represents a table in Worksheet, which occuies an area in its Worksheet, and show table data as its content.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.uql.asset.Assembly |
|---|
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS |
| Method Summary | |
|---|---|
void |
clearCache()
Clear cache. |
void |
clearProperty(String key)
Clear property. |
boolean |
equalsContent(Object obj)
Check if equals another object in content. |
AggregateInfo |
getAggregateInfo()
Get the group info. |
UserVariable[] |
getAllVariables()
Get all variables in the condition value list. |
ColumnSelection |
getColumnSelection()
Get the inner column selection. |
ColumnSelection |
getColumnSelection(boolean pub)
Get the column selection. |
int |
getContentCode()
Get the hash code only considering content. |
long |
getLastModified()
Get the lastModified. |
int |
getMaxDisplayRows()
Get the maximum display rows. |
int |
getMaxRows()
Get the maximum rows. |
Dimension |
getMinimumSize(boolean embedded)
Get the minimum size. |
ConditionList |
getMVConditionList()
Get mv condition, merged mv update and delete conditions. |
ConditionListWrapper |
getMVDeleteConditionList()
Get mv delete condition, merged with mv delete pre and post conditions. |
ConditionListWrapper |
getMVDeletePostConditionList()
Get mv delete post condition. |
ConditionListWrapper |
getMVDeletePreConditionList()
Get mv delete pre condition. |
ConditionList |
getMVUpdateConditionList()
Get mv update condition, merged mv update pre and post conditions. |
ConditionListWrapper |
getMVUpdatePostConditionList()
Get mv update post condition. |
ConditionListWrapper |
getMVUpdatePreConditionList()
Get mv update pre condition. |
ConditionListWrapper |
getPostConditionList()
Get the postprocess condition list. |
ConditionListWrapper |
getPostRuntimeConditionList()
Get the postprocess runtime condition list. |
ConditionListWrapper |
getPreConditionList()
Get the preprocess condition list. |
ConditionListWrapper |
getPreRuntimeConditionList()
Get the preprocess runtime condition list. |
Enumeration |
getProperties()
Get all the property keys. |
String |
getProperty(String key)
Get the value of a property. |
ConditionListWrapper |
getRankingConditionList()
Get the ranking condition list. |
ConditionListWrapper |
getRankingRuntimeConditionList()
Get the ranking runtime condition list. |
inetsoft.report.composition.mv.RuntimeMV |
getRuntimeMV()
Get the runtime MV. |
SortInfo |
getSortInfo()
Get the sort info. |
String |
getSource()
Get the source of the table assembly. |
inetsoft.uql.asset.internal.TableAssemblyInfo |
getTableInfo()
Get the table assembly info. |
inetsoft.uql.asset.internal.TableAssemblyInfo |
getTableInfo(boolean tables)
Get the table assembly info. |
boolean |
isAggregate()
Check if is an aggregate. |
boolean |
isDistinct()
Check if only show distinct values. |
boolean |
isLiveData()
Check if show live data. |
boolean |
isMVForceAppendUpdates()
Gets the flag that determines if the results of an MV update are always appended to the existing data. |
boolean |
isPlain()
Check if is a plain table. |
boolean |
isRuntime()
Check if the table is in runtime mode. |
boolean |
isSQLMergeable()
Check if the sql query is mergeable. |
boolean |
isVisibleTable()
Check if the worksheet is block. |
void |
print(int level,
StringBuffer sb)
Print the table information. |
void |
resetColumnSelection()
Reset column selection. |
void |
setAggregate(boolean aggregate)
Set the aggregate flag. |
void |
setAggregateInfo(AggregateInfo ginfo)
Set the group info. |
void |
setColumnPropertyName(String name)
Set column changed property name. |
void |
setColumnSelection(ColumnSelection selection)
Set the column selection. |
void |
setColumnSelection(ColumnSelection selection,
boolean pub)
Set the column selection. |
void |
setDistinct(boolean distinct)
Set the distinct option. |
void |
setLastModified(long lastModified)
Set the lastModified. |
void |
setLiveData(boolean live)
Set the live data option. |
void |
setMaxDisplayRows(int row)
Set the maximum display rows. |
void |
setMaxRows(int row)
Set the maximum rows. |
void |
setMVDeletePostConditionList(ConditionListWrapper conds)
Set mv delete post condition. |
void |
setMVDeletePreConditionList(ConditionListWrapper conds)
Set mv delete pre condition. |
void |
setMVForceAppendUpdates(boolean mvForceAppendUpdates)
Sets the flag that determines if the results of an MV update are always appended to the existing data. |
void |
setMVUpdatePostConditionList(ConditionListWrapper conds)
Set mv update post condition. |
void |
setMVUpdatePreConditionList(ConditionListWrapper conds)
Set mv update pre condition. |
void |
setPostConditionList(ConditionListWrapper conds)
Set the postprocess condition list. |
void |
setPostRuntimeConditionList(ConditionListWrapper conds)
Set the postprocess runtime condition list. |
void |
setPreConditionList(ConditionListWrapper conds)
Set the preprocess condition list. |
void |
setPreRuntimeConditionList(ConditionListWrapper conds)
Set the preprocess runtime condition list. |
void |
setProperty(String key,
String value)
Set the value a property. |
void |
setRankingConditionList(ConditionListWrapper conds)
Set the ranking condition list. |
void |
setRankingRuntimeConditionList(ConditionListWrapper conds)
Set the ranking runtime condition list. |
void |
setRuntime(boolean runtime)
Set the runtime mode. |
void |
setRuntimeMV(inetsoft.report.composition.mv.RuntimeMV rinfo)
Set the runtime MV. |
void |
setSortInfo(SortInfo info)
Set the sort info. |
void |
setSQLMergeable(boolean mergeable)
Set whether the sql query is mergeable. |
void |
setVisibleTable(boolean visibleTable)
Set whether the worksheet is block. |
void |
updateTable(TableAssembly table)
update properties of table. |
void |
writeData(JarOutputStream out)
Write out data content of this table. |
| Methods inherited from interface inetsoft.uql.asset.WSAssembly |
|---|
checkValidity, copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, replaceVariables, reset, setDescription, setIconized, setOuter, setVisible, setWorksheet, update |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
|---|
addr, checkDependency, clone, getAbsoluteName, getAssemblyEntry, getAssemblyType, getBounds, getDependeds, getInfo, getMinimumSize, getName, getPosition, getSheet, getSize, isEditable, isVisible, renameDepended, setBounds, setPosition, setSize |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Methods inherited from interface inetsoft.util.ContentObject |
|---|
printKey |
| Method Detail |
|---|
inetsoft.uql.asset.internal.TableAssemblyInfo getTableInfo()
inetsoft.uql.asset.internal.TableAssemblyInfo getTableInfo(boolean tables)
tables - true to include sub tables' infos, false
otherwise.
Dimension getMinimumSize(boolean embedded)
embedded - true to embed the table assembly.
ColumnSelection getColumnSelection()
ColumnSelection getColumnSelection(boolean pub)
pub - true indicates the public column selection,
false otherwise.
void setColumnSelection(ColumnSelection selection)
selection - the specified selection.
void setColumnSelection(ColumnSelection selection,
boolean pub)
pub - true indicates the public column selection,
false otherwise.selection - the specified selection.boolean isPlain()
UserVariable[] getAllVariables()
getAllVariables in interface inetsoft.uql.asset.internal.VariableProviderConditionListWrapper getPreRuntimeConditionList()
void setPreRuntimeConditionList(ConditionListWrapper conds)
conds - the specified preprocess runtime condition list.ConditionListWrapper getPostRuntimeConditionList()
void setPostRuntimeConditionList(ConditionListWrapper conds)
conds - the specified postprocess runtime condition list.ConditionListWrapper getRankingRuntimeConditionList()
void setRankingRuntimeConditionList(ConditionListWrapper conds)
conds - the specified ranking runtime condition list.ConditionListWrapper getPreConditionList()
void setPreConditionList(ConditionListWrapper conds)
conds - the specified preprocess condition list.ConditionListWrapper getPostConditionList()
void setPostConditionList(ConditionListWrapper conds)
conds - the specified postprocess condition list.ConditionListWrapper getRankingConditionList()
void setRankingConditionList(ConditionListWrapper conds)
conds - the specified ranking condition list.ConditionList getMVConditionList()
ConditionList getMVUpdateConditionList()
ConditionListWrapper getMVDeleteConditionList()
ConditionListWrapper getMVUpdatePreConditionList()
void setMVUpdatePreConditionList(ConditionListWrapper conds)
ConditionListWrapper getMVUpdatePostConditionList()
void setMVUpdatePostConditionList(ConditionListWrapper conds)
ConditionListWrapper getMVDeletePreConditionList()
void setMVDeletePreConditionList(ConditionListWrapper conds)
ConditionListWrapper getMVDeletePostConditionList()
void setMVDeletePostConditionList(ConditionListWrapper conds)
boolean isMVForceAppendUpdates()
void setMVForceAppendUpdates(boolean mvForceAppendUpdates)
mvForceAppendUpdates - true to force updates to be appended.AggregateInfo getAggregateInfo()
void setAggregateInfo(AggregateInfo ginfo)
info - the specified group info.SortInfo getSortInfo()
void setSortInfo(SortInfo info)
info - the specified sort info.int getMaxRows()
void setMaxRows(int row)
row - the specified maximum rows.int getMaxDisplayRows()
void setMaxDisplayRows(int row)
row - the specified maximum display rows.boolean isDistinct()
void setDistinct(boolean distinct)
distinct - true to show distinct values only,
false otherwise.boolean isLiveData()
void setLiveData(boolean live)
live - true to show live data, false
to show metadata.boolean isRuntime()
void setRuntime(boolean runtime)
runtime - true if in runtime mode, false otherwise.boolean isAggregate()
void setAggregate(boolean aggregate)
aggregate - true if is an aggregate.boolean isSQLMergeable()
void setSQLMergeable(boolean mergeable)
mergeable - true if the sql query is mergeable,
false otherwise.boolean isVisibleTable()
void setVisibleTable(boolean visibleTable)
visible - true if the worksheet is block.,
false otherwise.String getSource()
void setRuntimeMV(inetsoft.report.composition.mv.RuntimeMV rinfo)
inetsoft.report.composition.mv.RuntimeMV getRuntimeMV()
boolean equalsContent(Object obj)
equalsContent in interface inetsoft.util.ContentObjectobj - the specified object.
int getContentCode()
String getProperty(String key)
key - the specified property name.
void setProperty(String key,
String value)
key - the property name.value - the property value, null to remove the property.long getLastModified()
void setLastModified(long lastModified)
lastModified - void clearProperty(String key)
key - the property name.void clearCache()
Enumeration getProperties()
void print(int level,
StringBuffer sb)
void resetColumnSelection()
void setColumnPropertyName(String name)
void writeData(JarOutputStream out)
void updateTable(TableAssembly table)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||