|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchCriteria
Created by IntelliJ IDEA. User: dochez Date: 8/2/11 Time: 10:34 PM To change this template use File | Settings | File Templates.
| Method Summary | |
|---|---|
Collection<TemplateCondition> |
and()
Get all the AND conditions of this search criteria |
SearchCriteria |
and(TemplateCondition... indexes)
Add AND conditions to this search criteria. |
Collection<TemplateCondition> |
optionally()
Get all the OPTIONALLY conditions of this search criteria |
SearchCriteria |
optionally(TemplateCondition... indexes)
Add OPTIONALLY conditions to this search criteria. |
Collection<TemplateCondition> |
or()
Get all the OR conditions of this search criteria |
SearchCriteria |
or(TemplateCondition... indexes)
Add OR conditions to this search criteria. |
| Method Detail |
|---|
SearchCriteria and(TemplateCondition... indexes)
indexes - The AND conditions
Collection<TemplateCondition> and()
SearchCriteria or(TemplateCondition... indexes)
indexes - The OR conditions
Collection<TemplateCondition> or()
SearchCriteria optionally(TemplateCondition... indexes)
indexes - The OPTIONALLY conditions
Collection<TemplateCondition> optionally()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||