|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.1.0) E17483-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.datasource.ViewCriteriaImpl
public class ViewCriteriaImpl
| Constructor Summary | |
|---|---|
ViewCriteriaImpl()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ViewCriteriaImpl()
| Method Detail |
|---|
public java.lang.String getConjunction()
ViewCriteria
getConjunction in interface ViewCriteriapublic void setConjunction(java.lang.String value)
ViewCriteria
setConjunction in interface ViewCriteriavalue - conjuction for this view criteriapublic java.util.List getGroup()
ViewCriteria
getGroup 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()
ViewCriteria
getNested 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
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.1.0) E17483-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||