Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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)
           
 void refreshWhereClauseParams()
           

 

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)

refreshWhereClauseParams

public void refreshWhereClauseParams()

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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