Uses of Class
com.sas.iquery.generation2.GenerationException

Packages that use GenerationException
com.sas.iquery.dataretrieval.convenience Provides utility classes for getting information about data selections. 
com.sas.iquery.dataservices Provides utility classes and methods that are used to read information maps and retrieve filter values. 
com.sas.iquery.util Utility classes that SAS Query Services makes available for use with its models. 
 

Uses of GenerationException in com.sas.iquery.dataretrieval.convenience
 

Methods in com.sas.iquery.dataretrieval.convenience that throw GenerationException
 void GroupedFilterDataProvider.refresh(FilterItem activeFilter)
          Filter selections are cumulative, so each selection determines values available in each of the other selection lists.
 void GroupedFilterDataProvider.reset()
          Resets the original full list of included, excluded, and selected items.
 

Uses of GenerationException in com.sas.iquery.dataservices
 

Methods in com.sas.iquery.dataservices that throw GenerationException
static boolean DataRetrievalUtil.hasSummarizeableItems(DataSelection ds)
          Determines if the business query contains data items which may be summarized.
static boolean DataRetrievalUtil.isModelGrandTotal(DataSelection dataSelection)
          Check if the model is GrandTotal.
static boolean DataRetrievalUtil.isModelROLAP(DataSelection dataSelection)
          Checks if the given data selection is ROLAP.
static boolean DataRetrievalUtil.isSummarizableItem(DataItem item)
          Determines whether a data item should be used in relational totals.
 

Uses of GenerationException in com.sas.iquery.util
 

Methods in com.sas.iquery.util that throw GenerationException
static java.lang.String BusinessQueryOLAPUtil.buildOLAPExpression(DataItem dataItem, com.sas.storage.olap.MetadataInterface metaI)
          Build a core MDX expression that contains the definition of simple dimension and measure.
static java.lang.String BusinessQueryOLAPUtil.getCubeRestrictions(DataSelection dataSelection)
          Returns a String representing text that can be used to establish a cube query context.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.