com.waveset.adapter
Class SAPResourceAdapter.AcctIter

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

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


Field Summary
protected  java.lang.String error
           
protected  java.util.Iterator iterator
           
protected  WSUser nextUser
           
protected  java.util.ArrayList strUserList
           
 
Fields inherited from interface com.waveset.adapter.AccountIterator
code_id
 
Constructor Summary
SAPResourceAdapter.AcctIter()
           
 
Method Summary
protected  WSUser buildSapUser(java.lang.String sapId)
           
 void close()
           
protected  WSUser getNext()
           
 boolean hasNext()
           
 WSUser next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterator

protected java.util.Iterator iterator

strUserList

protected java.util.ArrayList strUserList

nextUser

protected WSUser nextUser

error

protected java.lang.String error
Constructor Detail

SAPResourceAdapter.AcctIter

public SAPResourceAdapter.AcctIter()
                            throws WavesetException
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface AccountIterator

getNext

protected WSUser getNext()

next

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

Throws:
WavesetException

close

public void close()
Specified by:
close in interface AccountIterator

buildSapUser

protected WSUser buildSapUser(java.lang.String sapId)
                       throws WavesetException
Throws:
WavesetException