public final class TemplateQueryResults extends AbstractDataTransferObject implements QueryResults<Template>
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateQueryResults.Builder |
static class |
TemplateQueryResults.Constants
Defines some internal constants used on this class.
|
static class |
TemplateQueryResults.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<Template> |
getResults() |
Integer |
getTotalRowCount() |
boolean |
isMoreResultsAvailable() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic List<Template> getResults()
getResults in interface QueryResults<Template>public Integer getTotalRowCount()
getTotalRowCount in interface QueryResults<Template>public boolean isMoreResultsAvailable()
isMoreResultsAvailable in interface QueryResults<Template>Copyright © 2005–2017 The Kuali Foundation. All rights reserved.