| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | BooleanCriteriaFieldThis class will be used by the Finder components to hold a Boolean criteria. | 
|  class | CurrencyCriteriaFieldThis class will be used by the Finder components to hold a Currency criteria. | 
|  class | DateOnlyCriteriaFieldThis class will be used by the Finder components to hold a DateOnly criteria. | 
|  class | DateTimeCriteriaFieldThis class will be used by the Finder components to hold a DateTime criteria. | 
|  class | DecimalCriteriaFieldThis class will be used by the Finder components to hold a Decimal criteria. | 
|  class | IntegerCriteriaFieldThis class will be used by the Finder components to hold an Integer criteria. | 
|  class | RawCriteriaFieldThis class will be used by the Finder components to hold a Raw criteria. | 
|  class | StringCriteriaFieldThis 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. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||