|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.SearchCriteria
public class SearchCriteria
A set of search criteria with debugging facilities.
This class is used by the datastore test servlet. Most people do not need to use this class. It serves no useful purpose except as a way to represent a set of search criteria along with a variety of debugging information. If you're not debugging the model package, you could care less about this.
| Constructor Summary | |
|---|---|
SearchCriteria()
Creates a new set of search criteria. |
|
SearchCriteria(java.util.Collection<SearchCriterion> criteria)
Creates a new set of search criteria. |
|
SearchCriteria(SearchCriterion... criteria)
Creates a new set of search criteria. |
|
| Method Summary | |
|---|---|
void |
add(SearchCriterion... criteria)
Adds search criteria. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchCriteria()
public SearchCriteria(SearchCriterion... criteria)
criteria - Criteria.public SearchCriteria(java.util.Collection<SearchCriterion> criteria)
criteria - Collection of criteria.| Method Detail |
|---|
public void add(SearchCriterion... criteria)
criteria - Search criteria.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||