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


oracle.jbo.common.ws
Interface WSRowSetIteratorMarshaller

All Known Implementing Classes:
ViewObjectImpl, ViewRowSetImpl, ViewRowSetIteratorImpl, ViewUsageImpl

public interface WSRowSetIteratorMarshaller

Method Summary
 void findAndSetCurrentRowByKey(Key k, int rangeIndex)
           
 SvcMsgIteratorState getCliIteratorState()
           
 java.lang.Object[] getRowFilterValues()
           
 void prepareForBatchMode(SvcMsgIteratorState iterState, boolean setCurrentRow)
           
 void setRowFilterValues(java.lang.Object[] rowFilterValues)
           

 

Method Detail

getRowFilterValues

public java.lang.Object[] getRowFilterValues()

setRowFilterValues

public void setRowFilterValues(java.lang.Object[] rowFilterValues)

getCliIteratorState

public SvcMsgIteratorState getCliIteratorState()

prepareForBatchMode

public void prepareForBatchMode(SvcMsgIteratorState iterState,
                                boolean setCurrentRow)

findAndSetCurrentRowByKey

public void findAndSetCurrentRowByKey(Key k,
                                      int rangeIndex)

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.