Uses of Interface
com.anasoft.os.daofusion.cto.server.FilterValueConverter

Packages that use FilterValueConverter
com.anasoft.os.daofusion.cto.server Server-side criteria transfer object classes. 
com.anasoft.os.daofusion.util Utility classes. 
 

Uses of FilterValueConverter in com.anasoft.os.daofusion.cto.server
 

Methods in com.anasoft.os.daofusion.cto.server that return FilterValueConverter
 FilterValueConverter<T> FilterAndSortMapping.getFilterValueConverter()
           
 

Constructors in com.anasoft.os.daofusion.cto.server with parameters of type FilterValueConverter
FilterAndSortMapping(java.lang.String propertyId, AssociationPath associationPath, java.lang.String targetPropertyName, FilterCriterionProvider filterCriterionProvider, FilterValueConverter<T> filterValueConverter)
          Creates a new property mapping.
FilterAndSortMapping(java.lang.String propertyId, java.lang.String propertyPath, FilterCriterionProvider filterCriterionProvider, FilterValueConverter<T> filterValueConverter)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
FilterAndSortMapping(java.lang.String propertyId, java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, FilterCriterionProvider filterCriterionProvider, FilterValueConverter<T> filterValueConverter)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
 

Uses of FilterValueConverter in com.anasoft.os.daofusion.util
 

Classes in com.anasoft.os.daofusion.util that implement FilterValueConverter
static class FilterValueConverters.DateConverter
          Date converter with configurable date format pattern.
 

Fields in com.anasoft.os.daofusion.util declared as FilterValueConverter
static FilterValueConverter<java.lang.Boolean> FilterValueConverters.BOOLEAN
           
static FilterValueConverter<java.lang.Integer> FilterValueConverters.INTEGER
           
static FilterValueConverter<java.lang.Long> FilterValueConverters.LONG
           
static FilterValueConverter<java.lang.Object> FilterValueConverters.NOOP
           
static FilterValueConverter<java.lang.String> FilterValueConverters.STRING
           
 



Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.