public class ViewCriteriaImpl extends java.lang.Object implements ViewCriteria
| Constructor and Description |
|---|
ViewCriteriaImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToGroup(java.lang.Object item) |
void |
addToNested(java.lang.Object item) |
static ViewCriteriaImpl |
convert(ViewCriteria jboVC, java.lang.Object[] params, int noUserParams) |
java.lang.String |
getConjunction()
Gets the conjunction used between this view criteria and the previous view criteria.
|
java.util.List |
getGroup()
Gets the list of view criteria rows.
|
java.util.List |
getNested()
Gets the list of nested view criteria.
|
void |
setConjunction(java.lang.String value)
Sets the conjunction used between this view criteria and the previous view criteria.
|
void |
setGroup(java.util.List value)
Sets the list of
view criteria rows. |
void |
setNested(java.util.List value)
Sets the list of
nested view criteria. |
ViewCriteria |
toJboViewCriteria(ViewObject vo) |
java.lang.String |
toString() |
public java.lang.String getConjunction()
ViewCriteriagetConjunction in interface ViewCriteriapublic void setConjunction(java.lang.String value)
ViewCriteriasetConjunction in interface ViewCriteriavalue - conjuction for this view criteriapublic java.util.List getGroup()
ViewCriteriagetGroup in interface ViewCriteriapublic void setGroup(java.util.List value)
ViewCriteriaview criteria rows.setGroup in interface ViewCriteriavalue - list of view criteria rowspublic void addToGroup(java.lang.Object item)
public java.util.List getNested()
ViewCriteriagetNested in interface ViewCriteriapublic void setNested(java.util.List value)
ViewCriterianested view criteria.setNested in interface ViewCriteriavalue - list of nested view criteriapublic void addToNested(java.lang.Object item)
public ViewCriteria toJboViewCriteria(ViewObject vo)
public static ViewCriteriaImpl convert(ViewCriteria jboVC, java.lang.Object[] params, int noUserParams)
public java.lang.String toString()
toString in class java.lang.Object