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