public class EntityQueryResults extends AbstractDataTransferObject implements QueryResults<Entity>
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityQueryResults.Builder |
static class |
EntityQueryResults.Constants
Defines some internal constants used on this class.
|
static class |
EntityQueryResults.Elements
A private class which exposes constants which define the XML element
names to use when this object is marshaled to XML.
|
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
getResults() |
Integer |
getTotalRowCount() |
boolean |
isMoreResultsAvailable() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic List<Entity> getResults()
getResults in interface QueryResults<Entity>public Integer getTotalRowCount()
getTotalRowCount in interface QueryResults<Entity>public boolean isMoreResultsAvailable()
isMoreResultsAvailable in interface QueryResults<Entity>Copyright © 2005–2018 The Kuali Foundation. All rights reserved.