Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.orm
Interface ScrollableResults

All Known Implementing Classes:
ScrollableResultsImpl, ScrollableResultsImpl

public interface ScrollableResults


Method Summary
 boolean first()
           
 Object[] get()
           
 Object get(int i)
           
 boolean last()
           
 boolean next()
           
 boolean previous()
           
 boolean scroll(int i)
           
 

Method Detail

first

boolean first()
              throws ORMException
Throws:
ORMException

get

Object[] get()
             throws ORMException
Throws:
ORMException

get

Object get(int i)
           throws ORMException
Throws:
ORMException

last

boolean last()
             throws ORMException
Throws:
ORMException

next

boolean next()
             throws ORMException
Throws:
ORMException

previous

boolean previous()
                 throws ORMException
Throws:
ORMException

scroll

boolean scroll(int i)
               throws ORMException
Throws:
ORMException

Liferay 6.1.2-ce-ga3