|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.dt.common.model.AbstractLovDataProviderImpl
oracle.apps.fnd.applcore.dt.common.model.ViewObjectLovDataProviderImpl
public class ViewObjectLovDataProviderImpl
View Object LOV Data Provider Implementation.
| Field Summary |
|---|
| Fields inherited from class oracle.apps.fnd.applcore.dt.common.model.AbstractLovDataProviderImpl |
|---|
_columns |
| Constructor Summary | |
|---|---|
ViewObjectLovDataProviderImpl(java.util.List<LovDataProviderColumn> columnNames,
oracle.jbo.ViewObject viewObject)
Constructor for View Object LOV Data Provider. |
|
| Method Summary | |
|---|---|
void |
applyCriteria(java.util.Map<LovDataProviderColumn,java.lang.Object> criteria)
Apply restriction criteria for this data. |
protected void |
buildWhereClause(java.util.Map<LovDataProviderColumn,java.lang.Object> criteria,
oracle.jbo.ViewObject viewObject)
Build where clause with conjunction of provided criteria. |
void |
close()
Not implemented for View Object LOV Data Provider. |
java.util.List |
getData()
Retrieve the data provided by the view object in its current row. |
boolean |
next()
Move the current row to the next row. |
| Methods inherited from class oracle.apps.fnd.applcore.dt.common.model.AbstractLovDataProviderImpl |
|---|
getColumnCount, getColumnNames, getColumns, getHiddenColumnIndexes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewObjectLovDataProviderImpl(java.util.List<LovDataProviderColumn> columnNames,
oracle.jbo.ViewObject viewObject)
columnNames - The names of the columns.viewObject - The view object to use for the LOV Data.| Method Detail |
|---|
public void applyCriteria(java.util.Map<LovDataProviderColumn,java.lang.Object> criteria)
criteria - The criteria to apply.
protected void buildWhereClause(java.util.Map<LovDataProviderColumn,java.lang.Object> criteria,
oracle.jbo.ViewObject viewObject)
criteria - The criteria to apply.viewObject - The view object to apply critieria to.public java.util.List getData()
public boolean next()
public void close()
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||