com.waveset.adapter
Class SAPResourceAdapter.AcctIter
java.lang.Object
com.waveset.adapter.SAPResourceAdapter.AcctIter
- All Implemented Interfaces:
- AccountIterator
- Enclosing class:
- SAPResourceAdapter
- protected class SAPResourceAdapter.AcctIter
- extends java.lang.Object
- implements AccountIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterator
protected java.util.Iterator iterator
strUserList
protected java.util.ArrayList strUserList
nextUser
protected WSUser nextUser
error
protected java.lang.String error
SAPResourceAdapter.AcctIter
public SAPResourceAdapter.AcctIter()
throws WavesetException
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