Uses of Interface
org.jaffa.components.finder.CriteriaField

Packages that use CriteriaField
org.jaffa.components.codehelper.dto   
org.jaffa.components.finder   
 

Uses of CriteriaField in org.jaffa.components.codehelper.dto
 

Methods in org.jaffa.components.codehelper.dto that return CriteriaField
 CriteriaField CriteriaElementDto.getCriteria()
          Getter for property criteria.
 

Methods in org.jaffa.components.codehelper.dto with parameters of type CriteriaField
 void CriteriaElementDto.setCriteria(CriteriaField criteria)
          Setter for property criteria.
 

Uses of CriteriaField in org.jaffa.components.finder
 

Classes in org.jaffa.components.finder that implement CriteriaField
 class BooleanCriteriaField
          This class will be used by the Finder components to hold a Boolean criteria.
 class CurrencyCriteriaField
          This class will be used by the Finder components to hold a Currency criteria.
 class DateOnlyCriteriaField
          This class will be used by the Finder components to hold a DateOnly criteria.
 class DateTimeCriteriaField
          This class will be used by the Finder components to hold a DateTime criteria.
 class DecimalCriteriaField
          This class will be used by the Finder components to hold a Decimal criteria.
 class IntegerCriteriaField
          This class will be used by the Finder components to hold an Integer criteria.
 class RawCriteriaField
          This class will be used by the Finder components to hold a Raw criteria.
 class StringCriteriaField
          This class will be used by the Finder components to hold a String criteria.
 

Methods in org.jaffa.components.finder with parameters of type CriteriaField
static void FinderTx.addCriteria(CriteriaField field, String name, Criteria criteria)
          This method will update the input criteria, based on the 'field' and 'name' inputs.
 



Copyright © 2002-2004 JAFFA Project.