Class ScrollableResultsImpl
Object
com.liferay.portal.dao.orm.hibernate.ScrollableResultsImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.ScrollableResults
public class ScrollableResultsImpl
extends Object
implements com.liferay.portal.kernel.dao.orm.ScrollableResults
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScrollableResultsImpl
public ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults)
-
-
Method Details
-
first
public boolean first() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
firstin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
get
- Specified by:
getin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
get
- Specified by:
getin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
last
public boolean last() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
lastin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
next
public boolean next() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
nextin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
previous
public boolean previous() throws com.liferay.portal.kernel.dao.orm.ORMException- Specified by:
previousin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
scroll
public boolean scroll(int i) throws com.liferay.portal.kernel.dao.orm.ORMException - Specified by:
scrollin interfacecom.liferay.portal.kernel.dao.orm.ScrollableResults- Throws:
com.liferay.portal.kernel.dao.orm.ORMException
-
toString
-