|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicValueProviderInterface
Value providers should implement this interface if they get values from a dynamic data source such as a SAS table or InformationMap.
Method Summary | |
---|---|
com.sas.datatypes.DataTypeInterface |
getDataType(DynamicPromptValueContextInterface dynamicValuesContext)
Returns the data type for the set of possible values returns by the value provider. |
java.util.Collection |
getDependentPrompts(java.util.Locale locale,
DynamicPromptValueContextInterface dynamicValuesContext)
Returns a collection of PromptDefinitionInterfaces which the value provider depends on. |
java.lang.Object |
getValues(java.util.Locale locale,
DynamicPromptValueContextInterface dynamicPromptValueContext,
com.sas.storage.valueprovider.ValueType returnType)
|
java.lang.Object |
getValues(java.util.Locale locale,
DynamicPromptValueContextInterface dynamicPromptValueContext,
com.sas.storage.valueprovider.ValueType returnType,
int index,
int count)
|
java.lang.Object |
getValues(java.util.Locale locale,
com.sas.prompts.PromptViewInterface promptView,
DynamicPromptValueContextInterface dynamicPromptValueContext,
com.sas.storage.valueprovider.ValueType returnType)
|
java.lang.Object |
getValues(java.util.Locale locale,
com.sas.prompts.PromptViewInterface promptView,
DynamicPromptValueContextInterface dynamicPromptValueContext,
com.sas.storage.valueprovider.ValueType returnType,
int index,
int count)
|
Method Detail |
---|
com.sas.datatypes.DataTypeInterface getDataType(DynamicPromptValueContextInterface dynamicValuesContext) throws com.sas.storage.valueprovider.ValueProviderException
com.sas.storage.valueprovider.ValueProviderException
java.util.Collection getDependentPrompts(java.util.Locale locale, DynamicPromptValueContextInterface dynamicValuesContext) throws com.sas.storage.valueprovider.ValueProviderException
locale
- The locale of the userdynamicValuesContext
- The context to use when generating the query
com.sas.storage.valueprovider.ValueProviderException
java.lang.Object getValues(java.util.Locale locale, DynamicPromptValueContextInterface dynamicPromptValueContext, com.sas.storage.valueprovider.ValueType returnType) throws com.sas.storage.valueprovider.ValueProviderException
locale
- The locale of the userdynamicValuesContext
- The context to use when generating the queryreturnType
- Whether to return a list of tree of values
com.sas.storage.valueprovider.ValueProviderException
java.lang.Object getValues(java.util.Locale locale, DynamicPromptValueContextInterface dynamicPromptValueContext, com.sas.storage.valueprovider.ValueType returnType, int index, int count) throws com.sas.storage.valueprovider.ValueProviderException
locale
- The locale of the userdynamicValuesContext
- The context to use when generating the queryreturnType
- Whether to return a list of tree of valuesindex
- This index to start returning query results fromcount
- The number of query results to return
com.sas.storage.valueprovider.ValueProviderException
java.lang.Object getValues(java.util.Locale locale, com.sas.prompts.PromptViewInterface promptView, DynamicPromptValueContextInterface dynamicPromptValueContext, com.sas.storage.valueprovider.ValueType returnType) throws com.sas.storage.valueprovider.ValueProviderException
locale
- The locale of the userpromptView
- The PromptView to retrieve a set of possible values fordynamicValuesContext
- The context to use when generating the queryreturnType
- Whether to return a list of tree of values
com.sas.storage.valueprovider.ValueProviderException
java.lang.Object getValues(java.util.Locale locale, com.sas.prompts.PromptViewInterface promptView, DynamicPromptValueContextInterface dynamicPromptValueContext, com.sas.storage.valueprovider.ValueType returnType, int index, int count) throws com.sas.storage.valueprovider.ValueProviderException
locale
- The locale of the userpromptView
- The PromptView to retrieve a set of possible values fordynamicValuesContext
- The context to use when generating the queryreturnType
- Whether to return a list of tree of valuesindex
- This index to start returning query results fromcount
- The number of query results to return
com.sas.storage.valueprovider.ValueProviderException
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |