Uses of Interface
com.anasoft.os.daofusion.criteria.FilterCriterionProvider

Packages that use FilterCriterionProvider
com.anasoft.os.daofusion.criteria Criteria classes defining persistent entity query constraints. 
com.anasoft.os.daofusion.cto.server Server-side criteria transfer object classes. 
 

Uses of FilterCriterionProvider in com.anasoft.os.daofusion.criteria
 

Classes in com.anasoft.os.daofusion.criteria that implement FilterCriterionProvider
 class SimpleFilterCriterionProvider
          Base class for FilterCriterionProvider implementations that use either filter object or direct values filter data concept.
 

Methods in com.anasoft.os.daofusion.criteria that return FilterCriterionProvider
 FilterCriterionProvider FilterCriterion.getFilterCriterionProvider()
           
 

Constructors in com.anasoft.os.daofusion.criteria with parameters of type FilterCriterionProvider
FilterCriterion.FilterCriterionBuilder(AssociationPath associationPath, java.lang.String targetPropertyName, FilterCriterionProvider filterCriterionProvider)
          Creates a new criterion builder.
FilterCriterion(AssociationPath associationPath, java.lang.String targetPropertyName, FilterCriterionProvider filterCriterionProvider)
          Creates a new filter criterion.
FilterCriterion(AssociationPath associationPath, java.lang.String targetPropertyName, java.lang.Object value, boolean useFilterObjectPathResolution, FilterCriterionProvider filterCriterionProvider)
          Creates a new filter criterion.
FilterCriterion(AssociationPath associationPath, java.lang.String targetPropertyName, java.lang.String[] filterObjectValuePaths, java.lang.Object[] directValues, FilterCriterionProvider filterCriterionProvider)
          Creates a new filter criterion.
FilterCriterion(java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, java.lang.Object value, boolean useFilterObjectPathResolution, FilterCriterionProvider filterCriterionProvider)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
FilterCriterion(java.lang.String propertyPath, NestedPropertyJoinType associationJoinType, java.lang.String[] filterObjectValuePaths, java.lang.Object[] directValues, FilterCriterionProvider filterCriterionProvider)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
FilterCriterion(java.lang.String propertyPath, java.lang.Object value, boolean useFilterObjectPathResolution, FilterCriterionProvider filterCriterionProvider)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
FilterCriterion(java.lang.String propertyPath, java.lang.String[] filterObjectValuePaths, java.lang.Object[] directValues, FilterCriterionProvider filterCriterionProvider)
          Deprecated. propertyPath / associationJoinType concept is now deprecated in favor of the associationPath / targetPropertyName approach.
 

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

Methods in com.anasoft.os.daofusion.cto.server that return FilterCriterionProvider
 FilterCriterionProvider FilterAndSortMapping.getFilterCriterionProvider()
           
 

Constructors in com.anasoft.os.daofusion.cto.server with parameters of type FilterCriterionProvider
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.
 



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