inetsoft.uql.asset
Class QueryBoundTableAssembly
java.lang.Object
inetsoft.uql.asset.AbstractAssembly
inetsoft.uql.asset.AbstractWSAssembly
inetsoft.uql.asset.AbstractTableAssembly
inetsoft.uql.asset.BoundTableAssembly
inetsoft.uql.asset.QueryBoundTableAssembly
- All Implemented Interfaces:
- Assembly, AssetObject, inetsoft.uql.asset.internal.VariableProvider, TableAssembly, WSAssembly, inetsoft.util.ContentObject, inetsoft.util.XMLSerializable, Serializable, Cloneable
public class QueryBoundTableAssembly
- extends BoundTableAssembly
Query bound table assembly, bound to a query.
- See Also:
- Serialized Form
| Methods inherited from class inetsoft.uql.asset.BoundTableAssembly |
addConditionAssembly, checkValidity, createInfo, equalsContent, getAllVariables, getBoundTableInfo, getConditionAssemblies, getConditionAssembly, getConditionAssemblyCount, getContentCode, getDependeds, getSource, getSourceInfo, getSQLHelper, printKey, removeConditionAssemblies, removeConditionAssembly, removeConditionAssembly, removeConditionAssembly, renameDepended, replaceVariables, setSourceInfo, setWorksheet, update |
| Methods inherited from class inetsoft.uql.asset.AbstractTableAssembly |
clearCache, clearProperty, getAggregateInfo, getAssemblyType, getColumnSelection, getColumnSelection, getExpressionWidth, getLastModified, getListener, getMaxDisplayRows, getMaxRows, getMinimumSize, getMinimumSize, getMVConditionList, getMVDeleteConditionList, getMVDeletePostConditionList, getMVDeletePreConditionList, getMVUpdateConditionList, getMVUpdatePostConditionList, getMVUpdatePreConditionList, getPostConditionList, getPostRuntimeConditionList, getPreConditionList, getPreRuntimeConditionList, getProperties, getProperty, getRankingConditionList, getRankingRuntimeConditionList, getRuntimeMV, getSortInfo, getTableInfo, getTableInfo, isAggregate, isColumnUsed, isCrosstab, isDistinct, isLiveData, isMVForceAppendUpdates, isPlain, isRuntime, isSQLMergeable, isVisibleTable, mergeVariables, print, printHead, printProperties, renameAggregateInfo, renameConditionListWrapper, reset, resetColumnSelection, setAggregate, setAggregateInfo, setColumnPropertyName, setColumnSelection, setColumnSelection, setConditionListWrapperWorksheet, setDistinct, setLastModified, setListener, setLiveData, setMaxDisplayRows, setMaxRows, setMVDeletePostConditionList, setMVDeletePreConditionList, setMVForceAppendUpdates, setMVUpdatePostConditionList, setMVUpdatePreConditionList, setPostConditionList, setPostRuntimeConditionList, setPreConditionList, setPreRuntimeConditionList, setProperty, setPublicColumnSelection, setRankingConditionList, setRankingRuntimeConditionList, setRuntime, setRuntimeMV, setSize, setSortInfo, setSQLMergeable, setVisibleTable, updateTable, writeData |
| Methods inherited from class inetsoft.uql.asset.AbstractWSAssembly |
checkDependency, copyAssembly, createWSAssembly, getClassName, getDescription, getInfo, getName, getPosition, getSheet, getSize, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, setDescription, setIconized, setName, setOuter, setPosition, setVisible |
| Methods inherited from class inetsoft.uql.asset.AbstractAssembly |
addr, equals, getAbsoluteName, getAssemblyEntry, getBounds, hashCode, isEditable, isVisible, parseAttributes, parseXML, setBounds, toString, writeAttributes, writeXML |
| Methods inherited from interface inetsoft.uql.asset.WSAssembly |
copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, setDescription, setIconized, setOuter, setVisible |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
addr, checkDependency, getAbsoluteName, getAssemblyEntry, getBounds, getInfo, getName, getPosition, getSheet, getSize, isEditable, isVisible, setBounds, setPosition |
| Methods inherited from interface inetsoft.util.XMLSerializable |
parseXML, writeXML |
QueryBoundTableAssembly
public QueryBoundTableAssembly()
- Constructor.
QueryBoundTableAssembly
public QueryBoundTableAssembly(Worksheet ws,
String name)
- Constructor.
getQueryColumnSelection
public ColumnSelection getQueryColumnSelection()
- Get the query column selection.
- Returns:
- the query column selection.
setQueryColumnSeletion
public void setQueryColumnSeletion(ColumnSelection qselection)
- Set the query column selection.
- Parameters:
qselection - the specified query column selection.
writeContents
protected void writeContents(PrintWriter writer)
- Write contents.
- Overrides:
writeContents in class BoundTableAssembly
- Parameters:
writer - the specified writer.
parseContents
protected void parseContents(Element elem)
throws Exception
- Parse contents.
- Overrides:
parseContents in class BoundTableAssembly
- Parameters:
elem - the specified xml element.
- Throws:
Exception
clone
public Object clone()
- Clone the object.
- Specified by:
clone in interface Assembly- Specified by:
clone in interface AssetObject- Overrides:
clone in class BoundTableAssembly
- Returns:
- the cloned object.