public class OlePatronQueryResults extends Object implements org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
OlePatronQueryResults() |
Modifier and Type | Method and Description |
---|---|
List<OlePatronDefinition> |
getResults() |
Integer |
getTotalRowCount() |
boolean |
isMoreResultsAvailable() |
public OlePatronQueryResults()
public List<OlePatronDefinition> getResults()
getResults
in interface org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>
public Integer getTotalRowCount()
getTotalRowCount
in interface org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>
public boolean isMoreResultsAvailable()
isMoreResultsAvailable
in interface org.kuali.rice.core.api.criteria.QueryResults<OlePatronDefinition>
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.