com.liferay.portal.dao.orm.jpa
Class ScrollableResultsImpl
java.lang.Object
com.liferay.portal.dao.orm.jpa.ScrollableResultsImpl
- All Implemented Interfaces:
- ScrollableResults
public class ScrollableResultsImpl
- extends Object
- implements ScrollableResults
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScrollableResultsImpl
public ScrollableResultsImpl(List<?> results)
first
public boolean first()
throws ORMException
- Specified by:
first
in interface ScrollableResults
- Throws:
ORMException
get
public Object[] get()
throws ORMException
- Specified by:
get
in interface ScrollableResults
- Throws:
ORMException
get
public Object get(int i)
throws ORMException
- Specified by:
get
in interface ScrollableResults
- Throws:
ORMException
last
public boolean last()
throws ORMException
- Specified by:
last
in interface ScrollableResults
- Throws:
ORMException
next
public boolean next()
throws ORMException
- Specified by:
next
in interface ScrollableResults
- Throws:
ORMException
previous
public boolean previous()
throws ORMException
- Specified by:
previous
in interface ScrollableResults
- Throws:
ORMException
scroll
public boolean scroll(int i)
throws ORMException
- Specified by:
scroll
in interface ScrollableResults
- Throws:
ORMException