com.sas.dataselectors.exceptionhighlighting
Class ExceptionHighlightingSelectorAdapterFactory

com.sas.dataselectors.exceptionhighlighting.ExceptionHighlightingSelectorAdapterFactory

public class ExceptionHighlightingSelectorAdapterFactory

This class is a factory of ExceptionHighlightingSelectorInterface instances.

Since:
3.1

Constructor Summary
ExceptionHighlightingSelectorAdapterFactory()
           
 
Method Summary
static ExceptionHighlightingSelectorInterface getOLAPAdapter(com.sas.iquery.metadata.business.BusinessQuery model, OLAPDataSetInterface odsi)
          Returns an instance of ExceptionHighlightingSelectorInterface.
static ExceptionHighlightingSelectorInterface getOLAPChartAdapter(com.sas.iquery.metadata.business.BusinessQuery model, OLAPDataSetInterface odsi)
          Returns an instance of ExceptionHighlightingSelectorInterface.
static ExceptionHighlightingSelectorInterface getRelationalAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
          Returns an instance of ExceptionHighlightingSelectorInterface.
static ExceptionHighlightingSelectorInterface getRelationalChartAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
          Returns an instance of ExceptionHighlightingSelectorInterface.
 

Constructor Detail

ExceptionHighlightingSelectorAdapterFactory

public ExceptionHighlightingSelectorAdapterFactory()
Method Detail

getRelationalAdapter

public static ExceptionHighlightingSelectorInterface getRelationalAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
Returns an instance of ExceptionHighlightingSelectorInterface.

Parameters:
model - the data model
Returns:
an instance of ExceptionHighlightingSelectorInterface

getOLAPAdapter

public static ExceptionHighlightingSelectorInterface getOLAPAdapter(com.sas.iquery.metadata.business.BusinessQuery model,
                                                                    OLAPDataSetInterface odsi)
Returns an instance of ExceptionHighlightingSelectorInterface.

Parameters:
model - the data model
Returns:
an instance of ExceptionHighlightingSelectorInterface

getRelationalChartAdapter

public static ExceptionHighlightingSelectorInterface getRelationalChartAdapter(com.sas.iquery.metadata.business.BusinessQuery model)
Returns an instance of ExceptionHighlightingSelectorInterface.

Parameters:
model - the data model
Returns:
an instance of ExceptionHighlightingSelectorInterface

getOLAPChartAdapter

public static ExceptionHighlightingSelectorInterface getOLAPChartAdapter(com.sas.iquery.metadata.business.BusinessQuery model,
                                                                         OLAPDataSetInterface odsi)
Returns an instance of ExceptionHighlightingSelectorInterface.

Parameters:
model - the data model
Returns:
an instance of ExceptionHighlightingSelectorInterface



Copyright © 2009 SAS Institute Inc. All Rights Reserved.