Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.common.ws
Interface WSRowSetMarshaller

All Known Implementing Classes:
CmrAccessorEntRowSet, CmrAccessorViewImpl, CmrAccessorViewRowSet, DCDataVO, DSViewObjectImpl, EntityRowSetImpl, FinderViewImpl, PlaceholderVOImpl, ViewObjectImpl, ViewObjectOnRowSets, ViewRowSetImpl

public interface WSRowSetMarshaller


Method Summary
 boolean doesRowFilterMatch(Row[] masterRows, java.lang.Object[] rowFilterValues)
           
 java.lang.Object[] executeDetailQuery(Row[] masterRows)
           
 void executeEmptyRowSet()
           
 long getDetailEstimatedRowCount(Row[] masterRows)
           
 java.lang.Object[] refreshCollection(Row[] masterRows, boolean resetIter, boolean fillUpRange)
           
 void refreshWhereClauseParams()
           
 

Method Detail

executeEmptyRowSet

void executeEmptyRowSet()

executeDetailQuery

java.lang.Object[] executeDetailQuery(Row[] masterRows)

doesRowFilterMatch

boolean doesRowFilterMatch(Row[] masterRows,
                           java.lang.Object[] rowFilterValues)

refreshCollection

java.lang.Object[] refreshCollection(Row[] masterRows,
                                     boolean resetIter,
                                     boolean fillUpRange)

getDetailEstimatedRowCount

long getDetailEstimatedRowCount(Row[] masterRows)

refreshWhereClauseParams

void refreshWhereClauseParams()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.