|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CriteriaElementDto | |
| org.jaffa.components.codehelper.dto | |
| Uses of CriteriaElementDto in org.jaffa.components.codehelper.dto |
| Methods in org.jaffa.components.codehelper.dto that return CriteriaElementDto | |
CriteriaElementDto |
CodeHelperInElementDto.getCriteriaField(int index)
Return a criteriaField at the specified position in the list |
CriteriaElementDto[] |
CodeHelperInElementDto.getCriteriaFields()
Returns an array of criteriaField |
| Methods in org.jaffa.components.codehelper.dto with parameters of type CriteriaElementDto | |
void |
CodeHelperInElementDto.addCriteriaField(CriteriaElementDto criteriaField)
Add a criteriaField to the list |
void |
CodeHelperInElementDto.setCriteriaField(CriteriaElementDto criteriaField,
int index)
Add a criteriaField at the specified position in the list |
void |
CodeHelperInElementDto.setCriteriaFields(CriteriaElementDto[] criteriaFields)
Recreate the internal list with the input array of criteriaField |
boolean |
CodeHelperInElementDto.removeCriteriaField(CriteriaElementDto criteriaField)
Remove a criteriaField from the list |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||