|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface ViewIterator
A ViewIterator is an iterator over large result sets that are
broken into a series of Views.
View| Method Summary | |
|---|---|
View |
getCurrentView()
Deprecated See BEA Commerce product offering |
View |
getViewAt(int index)
Deprecated See BEA Commerce product offering |
int |
getViewCount()
Deprecated See BEA Commerce product offering |
void |
gotoNextView()
Deprecated See BEA Commerce product offering |
void |
gotoPreviousView()
Deprecated See BEA Commerce product offering |
void |
gotoViewAt(int index)
Deprecated See BEA Commerce product offering |
boolean |
hasNext()
Deprecated See BEA Commerce product offering |
boolean |
hasNextView()
Deprecated See BEA Commerce product offering |
boolean |
hasPreviousView()
Deprecated See BEA Commerce product offering |
Object |
next()
Deprecated See BEA Commerce product offering |
int |
size()
Deprecated See BEA Commerce product offering |
| Method Detail |
|---|
int size()
boolean hasNext()
true if the iterator has more elements.
true if the iterator has more elements.
Object next()
throws NoSuchElementException,
RemoteException
RemoteException - on remote error.
NoSuchElementException - if the iteration has no more elements.int getViewCount()
View getCurrentView()
View getViewAt(int index)
throws IndexOutOfBoundsException
index - The index of the desired view.
IndexOutOfBoundsException - if the index is invalid.boolean hasNextView()
true if the iterator has a next view.
true if the iterator has a next view.boolean hasPreviousView()
true if the iterator has a previous view.
true if the iterator has a previous view.
void gotoNextView()
throws NoSuchViewException
NoSuchViewException - if the iterator does not have a next view.
void gotoPreviousView()
throws NoSuchViewException
NoSuchViewException - if the iterator does not have a previous view.
void gotoViewAt(int index)
throws NoSuchViewException
index - The index of the desired view.
NoSuchViewException - if the index is invalid.
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||