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