

Public Member Functions | |
| _.iKnow.Filters.Filter | GetQueryContextFilter (_.Library.Status pSC) |
| Returns the current query context (as per <method>GetCurrentQuery</method>) in the form. More... | |
Public Member Functions inherited from Base | |
| _.DeepSee.Query.query | GetCurrentQuery () |
| Returns the DeepSee.Query.query object for the current query context, if any. | |
Public Member Functions inherited from RegisteredObject | |
| _.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More... | |
| _.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
| _.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
| _.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
| _.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Private Member Functions | |
| _.Library.String | ComputeIndexKey (_.Library.String pMemberKey) |
| If this represents multiple keys, use a hash, otherwise use the simple ID. | |
| _.Library.Status | MemberSearch (_.Library.String pSearchKey, _.Library.List pList) |
| Execute a search for members. More... | |
| _.Library.Status | OnGetComputedMembers (pMemberList) |
| Workaround until PL96734 is sorted More... | |
| _.Library.Status | OnGetComputedMembersFiltered (pMemberList, _.Library.String pRollupKey, _.Library.String pRange) |
| Find the set of members for this computed dimension object. More... | |
Static Private Member Functions | |
| _.DeepSee.ComputedDimension.Base | Create (_.Library.String pCube, _.Library.Integer pFactNo, _.Library.Integer pDimNo, _.Library.Integer pHierNo, _.Library.Integer pLevelNo) |
| Create a instance of this dimension class. | |
| _.Library.String | GetDimType () |
| Return the type of this class (used by UI components). | |
Additional Inherited Members | |
Static Public Attributes inherited from Base | |
| BEHAVIOR = None | |
| Controls the run-time behavior of the dimension. More... | |
| CACHECOMPUTEDBITSET = None | |
| Controls whether results of <method>OnComputeBitset</method> can be reused. More... | |
| DIMTYPE = None | |
| Type reported back to the UI. More... | |
Static Public Attributes inherited from RegisteredObject | |
| CAPTION = None | |
| Optional name used by the Form Wizard for a class when generating forms. More... | |
| JAVATYPE = None | |
| The Java type to be used when exported. | |
| PROPERTYVALIDATION = None | |
| This parameter controls the default validation behavior for the object. More... | |
| _.iKnow.Filters.Filter GetQueryContextFilter | ( | _.Library.Status | pSC | ) |
Returns the current query context (as per <method>GetCurrentQuery</method>) in the form.
of a <class>iKnow.Filters.Filter</class> object.
|
private |
Execute a search for members.
Return a list of the form:
pList(n) = $LB(value,key)
NOTE: forwards to <method>OnGetComputedMembersInternal</method>
Reimplemented from Base.
|
private |
Workaround until PL96734 is sorted
NOTE: forwards to <method>OnGetComputedMembersInternal</method>
Reimplemented from Base.
|
private |
Find the set of members for this computed dimension object.
pMemberList(n) = $LB(id,name,key)
The top node of pMemberList will contain the next value of n to use.
NOTE: forwards to <method>OnGetComputedMembersInternal</method>
Reimplemented from Base.