public class CrossDataViewResultObject
extends jp.co.intra_mart.system.javascript.IdScriptableObject
| コンストラクタと説明 |
|---|
CrossDataViewResultObject()
コンストラクタ
|
CrossDataViewResultObject(CrossDataViewResult crossResult,
jp.co.intra_mart.system.javascript.Scriptable scope)
新しい集計結果オブジェクトデータを生成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getClassName()
Return the name of the class.
|
jp.co.intra_mart.system.javascript.Scriptable |
getColCrossCaptions()
クロス集計の列部分を表すキャプションデータを取得します。
|
jp.co.intra_mart.system.javascript.Scriptable |
getColResult(CrossKeyObject jscolKey,
Object jsvalueColumn)
列単位の集計結果を取得します。
|
jp.co.intra_mart.system.javascript.Scriptable |
getData(CrossKeyObject jscolKey,
CrossKeyObject jsrowKey,
Object jsvalueColumn)
列キー、行キー、値カラムを指定して結果データを取得します。
|
jp.co.intra_mart.system.javascript.Scriptable |
getFormResultKeys()
列単位、行単位の集計結果オブジェクトで使用する集計タイプのキー一覧を取得します。
|
jp.co.intra_mart.system.javascript.Scriptable |
getRowCrossCaptions()
クロス集計の行部分を表すキャプションデータを取得します。
|
jp.co.intra_mart.system.javascript.Scriptable |
getRowResult(CrossKeyObject jsrowKey,
Object jsvalueColumn)
行単位の集計結果を取得します。
|
jp.co.intra_mart.system.javascript.Scriptable |
getTotalResult(Object jsvalueColumn)
全体の集計結果を取得します。
|
Boolean |
isOverMaxColCount()
列見出し数が最大値を超えているかどうかを表します。
|
Boolean |
isOverMaxRowCount()
行見出し数が最大値を超えているかどうかを表します。
|
activatePrototypeMap, addIdFunctionProperty, defaultGet, defaultPut, defineOwnProperty, delete, execIdCall, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, findPrototypeId, get, getAttributes, getInstanceIdName, getInstanceIdValue, getMaxInstanceId, getOwnPropertyDescriptor, has, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeId, initPrototypeMethod, initPrototypeValue, instanceIdInfo, put, setAttributes, setInstanceIdAttributes, setInstanceIdValueapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size, toDatepublic CrossDataViewResultObject()
public CrossDataViewResultObject(CrossDataViewResult crossResult, jp.co.intra_mart.system.javascript.Scriptable scope)
crossResult - クロス集計結果scope - スコープpublic String getClassName()
jp.co.intra_mart.system.javascript.ScriptableObjectgetClassName インタフェース内 jp.co.intra_mart.system.javascript.ScriptablegetClassName クラス内 jp.co.intra_mart.system.javascript.ScriptableObject@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getColCrossCaptions()
@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getColResult(CrossKeyObject jscolKey, Object jsvalueColumn)
jscolKey - CrossKey 列キーjsvalueColumn - Object 値カラムオブジェクト@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getData(CrossKeyObject jscolKey, CrossKeyObject jsrowKey, Object jsvalueColumn)
jscolKey - CrossKey 列キーjsrowKey - CrossKey 行キーjsvalueColumn - Object 値カラムオブジェクト@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getFormResultKeys()
@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getRowCrossCaptions()
@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getRowResult(CrossKeyObject jsrowKey, Object jsvalueColumn)
jsrowKey - CrossKey 行キーjsvalueColumn - Object 値カラムオブジェクト@JSFunction public jp.co.intra_mart.system.javascript.Scriptable getTotalResult(Object jsvalueColumn)
jsvalueColumn - Object 値カラムオブジェクト@JSFunction public Boolean isOverMaxColCount()
@JSFunction public Boolean isOverMaxRowCount()
Copyright © 2012 NTT DATA INTRAMART CORPORATION