|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.common.QueryVO
public class QueryVO
Query VO. If savedQueryName is passed the query is looked up If savedQueryName & saveQuery & restrictions are passed, the query will be saved for that tab
| Field Summary | |
|---|---|
boolean |
onlyCurrentCreated
onlyCurrentDays using created or updated (default) |
int |
onlyCurrentDays
Records with Number of current days |
ArrayList<QueryRestrictionVO> |
restrictions
Query Restrictions |
String |
savedQueryName
Name of the saved query |
boolean |
saveQuery
Code of the saved query |
String |
textQuery
|
boolean |
textSearch
|
| Constructor Summary | |
|---|---|
QueryVO()
|
|
| Method Summary | |
|---|---|
void |
addRestriction(QueryRestrictionVO qVO)
|
void |
addRestrictions(QueryVO p_queryVO)
|
boolean |
equals(QueryVO v)
|
Object[] |
getParams()
|
StringBuffer |
getWhereClause()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String savedQueryName
public boolean saveQuery
public boolean textSearch
public String textQuery
public ArrayList<QueryRestrictionVO> restrictions
public int onlyCurrentDays
public boolean onlyCurrentCreated
| Constructor Detail |
|---|
public QueryVO()
| Method Detail |
|---|
public boolean equals(QueryVO v)
public void addRestrictions(QueryVO p_queryVO)
public void addRestriction(QueryRestrictionVO qVO)
public StringBuffer getWhereClause()
public Object[] getParams()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||