org.kuali.ole.patron.api
Class OlePatronQueryResults

java.lang.Object
  extended by org.kuali.ole.patron.api.OlePatronQueryResults
All Implemented Interfaces:
org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>

public class OlePatronQueryResults
extends Object
implements org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>

Created with IntelliJ IDEA. User: ? Date: 6/1/12 Time: 5:18 PM To change this template use File | Settings | File Templates.


Nested Class Summary
static class OlePatronQueryResults.Builder
           
static class OlePatronQueryResults.Constants
          Defines some internal constants used on this class.
static class OlePatronQueryResults.Elements
          A private class which exposes constants which define the XML element names to use when this object is marshaled to XML.
 
Constructor Summary
OlePatronQueryResults()
           
 
Method Summary
 List<OlePatronDefinition> getResults()
           
 Integer getTotalRowCount()
           
 boolean isMoreResultsAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronQueryResults

public OlePatronQueryResults()
Method Detail

getResults

public List<OlePatronDefinition> getResults()
Specified by:
getResults in interface org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>

getTotalRowCount

public Integer getTotalRowCount()
Specified by:
getTotalRowCount in interface org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>

isMoreResultsAvailable

public boolean isMoreResultsAvailable()
Specified by:
isMoreResultsAvailable in interface org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.