Uses of Class
com.sas.prompts.ValidationEntry

Packages that use ValidationEntry
com.sas.prompts   
com.sas.prompts.definitions   
 

Uses of ValidationEntry in com.sas.prompts
 

Methods in com.sas.prompts that return types with arguments of type ValidationEntry
 java.util.Collection<ValidationEntry> InvalidPromptValueException.getPromptValueValidationErrors()
          Returns a Collection of errors indicating why the value was invalid.
 

Constructor parameters in com.sas.prompts with type arguments of type ValidationEntry
InvalidPromptValueException(PromptDefinitionInterface promptDefinition, java.lang.Object value, java.util.Locale inputLocale, java.util.Collection<ValidationEntry> promptValueValidationErrors)
          Constructor.
 

Uses of ValidationEntry in com.sas.prompts.definitions
 

Methods in com.sas.prompts.definitions that return types with arguments of type ValidationEntry
 java.util.Collection<ValidationEntry> TextDefinition.getIndivdualPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
           
 java.util.Collection<ValidationEntry> SelectableDefinitionInterface.getIndivdualPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Internal method
 java.util.Collection<ValidationEntry> DoubleDefinition.getIndivdualPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
           
 java.util.Collection<ValidationEntry> DateDefinition.getIndivdualPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Internal method
 java.util.Collection<ValidationEntry> DataSourceColumnDefinition.getIndivdualPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Internal method
 java.util.Collection<ValidationEntry> TextDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> SASLibraryDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> PromptDefinitionInterface.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> PromptDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns an empty Collection to indicate that there are no validation errors.
 java.util.Collection<ValidationEntry> IntegerDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> DoubleRangeDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> DoubleDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> DateRangeDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> DateDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> DataSourceDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> DataSourceColumnDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> ColorDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
 java.util.Collection<ValidationEntry> BaseFileDefinition.getPromptValueValidationErrors(java.lang.Object value, java.util.Locale locale)
          Returns a Collection containing the set of ValidationEntry objects or an empty collection if no errors were found.
protected  java.util.Collection<ValidationEntry> BaseDefinitionRange.populateErrorsForMinMax(java.util.Collection<ValidationEntry> errors, long errorCode, boolean defaultValue, java.util.Locale locale, java.lang.Object value, java.lang.Object minValue, java.lang.Object maxValue)
           
protected  java.util.Collection<ValidationEntry> BaseDefinitionRange.populateMapWithErrorsForValue(java.util.Collection<ValidationEntry> errors, long errorCode, java.lang.Object value, boolean defaultValue, java.util.Locale locale)
           
 java.util.Collection<ValidationEntry> TextDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> SASLibraryDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> PromptDefinitionInterface.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> PromptDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> IntegerDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> DoubleRangeDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> DoubleDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> DateRangeDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> DateDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> DataSourceDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> DataSourceColumnDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 java.util.Collection<ValidationEntry> ColorDefinition.validateDefinition(java.util.Locale locale)
          This method is used to validate that the various attributes of the definition all contain valid values.
 

Method parameters in com.sas.prompts.definitions with type arguments of type ValidationEntry
protected  java.util.Collection<ValidationEntry> BaseDefinitionRange.populateErrorsForMinMax(java.util.Collection<ValidationEntry> errors, long errorCode, boolean defaultValue, java.util.Locale locale, java.lang.Object value, java.lang.Object minValue, java.lang.Object maxValue)
           
protected  java.util.Collection<ValidationEntry> BaseDefinitionRange.populateMapWithErrorsForValue(java.util.Collection<ValidationEntry> errors, long errorCode, java.lang.Object value, boolean defaultValue, java.util.Locale locale)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.