SAP BI Java SDK

com.sap.ip.bi.sdk.dac.olap.query
Interface IBIVarFactory

All Known Subinterfaces:
IBIAllFactory

public interface IBIVarFactory

Factory for the variable values of a query. The factory can be retrieved from the IBIQueryFactory, which itself can be retrieved from IBIOlap.

Since:
3.50 SP2

Method Summary
 IBISapHierarchyValue createSapHierarchyValue(Hierarchy hierarchy)
          Creates an IBISapHierarchyValue and initializes it with the specified parameters.
 IBISapMemberValueRange createSapMemberValue(IBISapRangeSignType sapRangeSignType, IBIRelationalOperatorType relationalOperatorType, IBIMember member)
          Creates an IBISapMemberValueRange and initializes it with the specified parameters.
 IBISapMemberValueRange createSapMemberValueRange(IBISapRangeSignType sapRangeSignType, IBIMember memberLow, IBIMember memberHigh)
          Creates an IBISapMemberValueRange and initializes the member range with the specified parameters.
 IBISapNumericValueRange createSapNumericValue(IBISapRangeSignType sapRangeSignType, IBIRelationalOperatorType relationalOperatorType, IBIAnyDataValue value)
          Creates an IBISapNumericValueRange and initializes it with the specified parameters.
 IBISapNumericValueRange createSapNumericValueRange(IBISapRangeSignType sapRangeSignType, IBIAnyDataValue valueLow, IBIAnyDataValue valueHigh)
          Creates an IBISapNumericValueRange and initializes the numeric value range with the specified parameters.
 

Method Detail

createSapMemberValue

public IBISapMemberValueRange createSapMemberValue(IBISapRangeSignType sapRangeSignType,
                                                   IBIRelationalOperatorType relationalOperatorType,
                                                   IBIMember member)
                                            throws BIOlapQueryException
Creates an IBISapMemberValueRange and initializes it with the specified parameters.
Parameters:
sapRangeSignType - the range sign type with which to initialize the created object
relationalOperatorType - the operator type with which to initialize the created object
member - the member with which to initialize the object created
Returns:
the IBISapMemberValueRange created
Throws:
BIOlapQueryException - if null parameters are passed

createSapMemberValueRange

public IBISapMemberValueRange createSapMemberValueRange(IBISapRangeSignType sapRangeSignType,
                                                        IBIMember memberLow,
                                                        IBIMember memberHigh)
                                                 throws BIOlapQueryException
Creates an IBISapMemberValueRange and initializes the member range with the specified parameters.
Parameters:
sapRangeSignType - the range sign type with which to initialize the created object
memberLow - the low limit of the specified member range
memberHigh - the high limit of the specified member range
Returns:
the IBISapMemberValueRange created
Throws:
BIOlapQueryException - if null parameters are passed

createSapHierarchyValue

public IBISapHierarchyValue createSapHierarchyValue(Hierarchy hierarchy)
                                             throws BIOlapQueryException
Creates an IBISapHierarchyValue and initializes it with the specified parameters.
Parameters:
hierarchy - the hierarchy represented by the IBISapHierarchyValue
Returns:
the IBISapHierarchyValue created
Throws:
BIOlapQueryException - if the hierarchy is null

createSapNumericValue

public IBISapNumericValueRange createSapNumericValue(IBISapRangeSignType sapRangeSignType,
                                                     IBIRelationalOperatorType relationalOperatorType,
                                                     IBIAnyDataValue value)
                                              throws BIOlapQueryException
Creates an IBISapNumericValueRange and initializes it with the specified parameters.
Parameters:
sapRangeSignType - the range sign type with which to initialize the created object
relationalOperatorType - the operator type with which to initialize the created object
value - the value with which to initialize the created object
Returns:
the IBISapNumericValueRange created
Throws:
BIOlapQueryException - if null parameters are passed

createSapNumericValueRange

public IBISapNumericValueRange createSapNumericValueRange(IBISapRangeSignType sapRangeSignType,
                                                          IBIAnyDataValue valueLow,
                                                          IBIAnyDataValue valueHigh)
                                                   throws BIOlapQueryException
Creates an IBISapNumericValueRange and initializes the numeric value range with the specified parameters.
Parameters:
sapRangeSignType - the range sign type with which to initialize the created object
valueLow - the low value of the specified range
valueHigh - the high value of the specified range
Returns:
the created IBISapNumericValueRange
Throws:
BIOlapQueryException - if null parameters are passed

SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.