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.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
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)
          Checks if the model is GrandTotal.
static boolean DataRetrievalUtil.isModelROLAP(DataSelection dataSelection)
          Reports whether the given data selection is ROLAP.
static boolean DataRetrievalUtil.isSummarizableItem(DataItem item)
          Reports whether a data item should be used in relational totals.
 

Uses of GenerationException in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that throw GenerationException
 Lasr Lasr.data(java.lang.String data)
           
 Lasr Lasr.data(com.sas.iquery.metadata.physical.Table table)
           
 Export Export.lasrData(java.lang.String data)
          Used when exporting a single Table based on a String
 Export Export.lasrData(com.sas.iquery.metadata.physical.Table table)
          Used when exporting a single table from a Table object
 

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.