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


public interface ScrollableResults

View Source

Author:
Brian Wing Shun Chan

Method Summary
 boolean first()
           
 java.lang.Object get(int i)
           
 boolean last()
           
 boolean next()
           
 boolean previous()
           
 boolean scroll(int i)
           
 

Method Detail

first

boolean first()
              throws ORMException
Throws:
ORMException

get

java.lang.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