public class IndividualListResults extends Object
| Modifier and Type | Field and Description |
|---|---|
static IndividualListResults |
EMPTY |
| Constructor and Description |
|---|
IndividualListResults(long totalCount,
List<Individual> entities,
String alpha,
boolean showPages,
List<IndividualListController.PageRecord> pages) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asFreemarkerMap()
Some controllers put this data directly into the Freemarker body map.
|
String |
getAlpha() |
List<Individual> |
getEntities() |
List<IndividualListController.PageRecord> |
getPages() |
long |
getTotalCount() |
boolean |
isShowPages() |
public static final IndividualListResults EMPTY
public IndividualListResults(long totalCount,
List<Individual> entities,
String alpha,
boolean showPages,
List<IndividualListController.PageRecord> pages)
public long getTotalCount()
public String getAlpha()
public List<Individual> getEntities()
public List<IndividualListController.PageRecord> getPages()
public boolean isShowPages()
Copyright © 2022. All rights reserved.