com.ricebridge.xmlman.test
Class SaveRecordProviderTest.SimpleRecordProvider

java.lang.Object
  extended bycom.ricebridge.xmlman.RecordProviderSupport
      extended bycom.ricebridge.xmlman.test.SaveRecordProviderTest.SimpleRecordProvider
All Implemented Interfaces:
RecordProvider
Enclosing class:
SaveRecordProviderTest

public static class SaveRecordProviderTest.SimpleRecordProvider
extends RecordProviderSupport


Field Summary
 
Fields inherited from class com.ricebridge.xmlman.RecordProviderSupport
iFieldNames
 
Constructor Summary
SaveRecordProviderTest.SimpleRecordProvider(List pData)
           
 
Method Summary
 boolean hasNextRecordImpl()
          Return true if there are more data records to save.
 String[] nextRecordImpl()
          Indicates that the next data record is to be saved.
 
Methods inherited from class com.ricebridge.xmlman.RecordProviderSupport
endProcess, endProcessImpl, hasNextRecord, nextRecord, setFieldNames, setFieldNamesImpl, setXmlSpec, setXmlSpecImpl, startProcess, startProcessImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveRecordProviderTest.SimpleRecordProvider

public SaveRecordProviderTest.SimpleRecordProvider(List pData)
Method Detail

hasNextRecordImpl

public boolean hasNextRecordImpl()
Description copied from class: RecordProviderSupport
Return true if there are more data records to save.

This method must be implemented by subclasses.

Specified by:
hasNextRecordImpl in class RecordProviderSupport
See Also:
RecordProviderSupport.hasNextRecord(), RecordProvider.hasNextRecord()

nextRecordImpl

public String[] nextRecordImpl()
Description copied from class: RecordProviderSupport
Indicates that the next data record is to be saved.

This method must be implemented by subclasses.

Specified by:
nextRecordImpl in class RecordProviderSupport
See Also:
RecordProviderSupport.nextRecord(), RecordProvider.nextRecord()


Copyright © 2004-2005 Ricebridge