com.sas.entities.edit.models.providers
Interface DynamicValuesProviderInterface

All Known Implementing Classes:
BusinessQueryDynamicValuesProvider

public interface DynamicValuesProviderInterface

This class defines the interface for creating a class that can run a query to return back unformatted and formatted values.


Method Summary
 java.util.Map getMapOfValues(java.lang.Object contextInfo)
          Generate a map of values (unformatted and formatted) by running a query.
 

Method Detail

getMapOfValues

java.util.Map getMapOfValues(java.lang.Object contextInfo)
Generate a map of values (unformatted and formatted) by running a query. The parameter, contextInfo, contains information necessary to run the query and is specific for each query type.

Parameters:
contextInfo - parameters necessary to run a query for a specific query type
Returns:
map of unformatted/formatted values obtained from running a query



Copyright © 2009 SAS Institute Inc. All Rights Reserved.