Uses of Interface
com.sas.iquery.metadata.business.Prompt

Packages that use Prompt
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.metadata.business.step.olap Provides a set of modeled "step" operations that can be applied, in a particular order, to OLAP data items and business queries in order to filter the data that gets returned when business queries are executed. 
com.sas.iquery.metadata.expr.olap Provides classes used to define OLAP expressions usable within a business model for defining portions of an OLAP business query. 
 

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

Methods in com.sas.iquery.metadata.business that return Prompt
 Prompt FilterCascadeInterface.getBusinessPrompt()
          Returns the business prompt
 Prompt BusinessModel.newPrompt()
          Creates a prompt and returns it.
 

Methods in com.sas.iquery.metadata.business with parameters of type Prompt
 void FilterCascadeInterface.setBusinessPrompt(Prompt prompt)
          Sets the business prompt that has dependent filters.
 

Uses of Prompt in com.sas.iquery.metadata.business.step.olap
 

Methods in com.sas.iquery.metadata.business.step.olap that return Prompt
 Prompt PromptedTimeRangeFilter.getRangePrompt()
          Get range prompt
 

Methods in com.sas.iquery.metadata.business.step.olap with parameters of type Prompt
 void PromptedTimeRangeFilter.setRangePrompt(Prompt rangePrompt)
          Set range prompt
 

Constructors in com.sas.iquery.metadata.business.step.olap with parameters of type Prompt
PromptedTimeRangeFilter(Prompt rangePrompt)
          Create a filter to return a specific range of members.
 

Uses of Prompt in com.sas.iquery.metadata.expr.olap
 

Methods in com.sas.iquery.metadata.expr.olap with parameters of type Prompt
protected static boolean BaseFilterExpression.isOLAPMemberNameDefinition(Prompt iqPrompt)
          Returns true if the business prompt contains an OLAPMemberNameDefinitionInterface.
static boolean BaseFilterExpression.isValidOlapMemberPrompt(Prompt iqPrompt)
          Returns true if the business prompt is a single selection olap member name prompt
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.