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 Details

    • ScrollableResultsImpl

      public ScrollableResultsImpl(org.hibernate.ScrollableResults scrollableResults)
  • Method Details

    • first

      public boolean first() throws com.liferay.portal.kernel.dao.orm.ORMException
      Specified by:
      first in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
      Throws:
      com.liferay.portal.kernel.dao.orm.ORMException
    • get

      public Object[] get() throws com.liferay.portal.kernel.dao.orm.ORMException
      Specified by:
      get in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
      Throws:
      com.liferay.portal.kernel.dao.orm.ORMException
    • get

      public Object get(int i) throws com.liferay.portal.kernel.dao.orm.ORMException
      Specified by:
      get in interface com.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:
      last in interface com.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:
      next in interface com.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:
      previous in interface com.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:
      scroll in interface com.liferay.portal.kernel.dao.orm.ScrollableResults
      Throws:
      com.liferay.portal.kernel.dao.orm.ORMException
    • toString

      public String toString()
      Overrides:
      toString in class Object