|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CriteriaAdapter
CriteriaAdapter is the interface that a ViewCriteria adapter is expected implement. The user can specify a custom ViewCriteria adapter through the jbo.ViewCriteriaAdapter property. The class specified as the value of this property should implement this interface.
In particular, getCriteriaClause(ViewCriteria criteria) will be called to build a where-clause fragment from the criteria.
| Method Summary | |
|---|---|
java.lang.String |
getCriteriaClause(ViewCriteria criteria)Returns a where-clause fragment from the criteria. |
| Method Detail |
|---|
java.lang.String getCriteriaClause(ViewCriteria criteria)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||