Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.common.ws
Interface WSRowSetMarshaller

All Known Implementing Classes:
ViewObjectImpl, 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)
           

 

Method Detail

executeEmptyRowSet

public void executeEmptyRowSet()

executeDetailQuery

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

doesRowFilterMatch

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

refreshCollection

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

getDetailEstimatedRowCount

public long getDetailEstimatedRowCount(Row[] masterRows)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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