public class DimensionSearchResults extends BasicContentItem
DimensionSearchResultsHandler output model.
Cartridge output model class for a dimension search cartridge.
DimensionSearchResults contains a list of matched dimension values grouped by the dimension root.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DimensionSearchResults(DimensionSearchResultsConfig pConfig)
Creates the
DimensionSearchResults output model, using the
type and data present in the input DimensionSearchResultsConfig. |
| Modifier and Type | Method and Description |
|---|---|
List<DimensionSearchGroup> |
getDimensionSearchGroups()
Returns a
List of dimension search groups. |
Integer |
getTotalNumResults()
The number of
DimensionSearchValues in this result. |
void |
setDimensionSearchGroups(List<DimensionSearchGroup> dimensionSearchGroups)
Sets the
List of dimension search groups. |
void |
setTotalNumResults(Integer totalNumResults)
Sets the number of
DimensionSearchValues in this result. |
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setTypeclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic DimensionSearchResults(DimensionSearchResultsConfig pConfig)
DimensionSearchResults output model, using the
type and data present in the input DimensionSearchResultsConfig.public List<DimensionSearchGroup> getDimensionSearchGroups()
List of dimension search groups. Returns null by default.public void setDimensionSearchGroups(List<DimensionSearchGroup> dimensionSearchGroups)
List of dimension search groups.public Integer getTotalNumResults()
DimensionSearchValues in this result.public void setTotalNumResults(Integer totalNumResults)
DimensionSearchValues in this result.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.