com.waveset.adapter
Class SiebelResourceAdapter.AcctIter

java.lang.Object
  extended bycom.waveset.adapter.SiebelResourceAdapter.AcctIter
All Implemented Interfaces:
AccountIterator
Enclosing class:
SiebelResourceAdapter

protected class SiebelResourceAdapter.AcctIter
extends java.lang.Object
implements AccountIterator


Field Summary
 
Fields inherited from interface com.waveset.adapter.AccountIterator
code_id
 
Constructor Summary
SiebelResourceAdapter.AcctIter(java.lang.String objectType, java.util.List searchAttrsToGet, ObjectCache cache, boolean deltasOnly)
           
 
Method Summary
 void close()
          Closes the iterator.
 boolean hasNext()
           
 WSUser next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiebelResourceAdapter.AcctIter

public SiebelResourceAdapter.AcctIter(java.lang.String objectType,
                                      java.util.List searchAttrsToGet,
                                      ObjectCache cache,
                                      boolean deltasOnly)
                               throws WavesetException
Method Detail

hasNext

public boolean hasNext()
                throws WavesetException
Specified by:
hasNext in interface AccountIterator
Throws:
WavesetException

next

public WSUser next()
            throws WavesetException
Specified by:
next in interface AccountIterator
Returns:
the next account

Throws:
WavesetException

close

public void close()
Closes the iterator.

Specified by:
close in interface AccountIterator