Business Components 9.0.5

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)
           
 long getDetailEstimatedRowCount(Row[] masterRows)
           
 java.lang.Object[] refreshCollection(Row[] masterRows, boolean resetIter, boolean fillUpRange)
           
 

Method Detail

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)

Business Components 9.0.5

 

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