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
DimensionSearchValue s in this result. |
void |
setDimensionSearchGroups(List<DimensionSearchGroup> dimensionSearchGroups)
Sets the
List of dimension search groups. |
void |
setTotalNumResults(Integer totalNumResults)
Sets the number of
DimensionSearchValue s in this result. |
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setType
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public 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()
DimensionSearchValue
s in this result.public void setTotalNumResults(Integer totalNumResults)
DimensionSearchValue
s in this result.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.