public class SolrValueRangeSetModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION
Generated relation code constant for relation
SolrFacetSearchConfig2SolrValueRangeSetRelation defining source attribute facetSearchConfigs in extension solrfacetsearch. |
static String |
_SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION
Generated relation code constant for relation
SolrIndexedProperty2SolrValueRangeSetRelation defining source attribute indexedProperties in extension solrfacetsearch. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
FACETSEARCHCONFIGS
Generated constant - Attribute key of
SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch. |
static String |
INDEXEDPROPERTIES
Generated constant - Attribute key of
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch. |
static String |
NAME
Generated constant - Attribute key of
SolrValueRangeSet.name attribute defined at extension solrfacetsearch. |
static String |
QUALIFIER
Generated constant - Attribute key of
SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch. |
static String |
SOLRVALUERANGES
Generated constant - Attribute key of
SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch. |
static String |
TYPE
Generated constant - Attribute key of
SolrValueRangeSet.type attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrValueRangeSetModel()
Generated constructor - Default constructor for generic creation.
|
SolrValueRangeSetModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrValueRangeSetModel(String _name,
ItemModel _owner,
String _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrValueRangeSetModel(String _name,
String _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<SolrFacetSearchConfigModel> |
getFacetSearchConfigs()
Generated method - Getter of the
SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch. |
List<SolrIndexedPropertyModel> |
getIndexedProperties()
Generated method - Getter of the
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch. |
String |
getName()
Generated method - Getter of the
SolrValueRangeSet.name attribute defined at extension solrfacetsearch. |
String |
getQualifier()
Generated method - Getter of the
SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch. |
List<SolrValueRangeModel> |
getSolrValueRanges()
Generated method - Getter of the
SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch. |
String |
getType()
Generated method - Getter of the
SolrValueRangeSet.type attribute defined at extension solrfacetsearch. |
void |
setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
Generated method - Setter of
SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch. |
void |
setIndexedProperties(List<SolrIndexedPropertyModel> value)
Generated method - Setter of
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch. |
void |
setName(String value)
Generated method - Setter of
SolrValueRangeSet.name attribute defined at extension solrfacetsearch. |
void |
setQualifier(String value)
Generated method - Setter of
SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch. |
void |
setSolrValueRanges(List<SolrValueRangeModel> value)
Generated method - Setter of
SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch. |
void |
setType(String value)
Generated method - Setter of
SolrValueRangeSet.type attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _SOLRFACETSEARCHCONFIG2SOLRVALUERANGESETRELATION
SolrFacetSearchConfig2SolrValueRangeSetRelation defining source attribute facetSearchConfigs in extension solrfacetsearch.public static final String _SOLRINDEXEDPROPERTY2SOLRVALUERANGESETRELATION
SolrIndexedProperty2SolrValueRangeSetRelation defining source attribute indexedProperties in extension solrfacetsearch.public static final String NAME
SolrValueRangeSet.name attribute defined at extension solrfacetsearch.public static final String TYPE
SolrValueRangeSet.type attribute defined at extension solrfacetsearch.public static final String QUALIFIER
SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.public static final String FACETSEARCHCONFIGS
SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.public static final String SOLRVALUERANGES
SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.public static final String INDEXEDPROPERTIES
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.public SolrValueRangeSetModel()
public SolrValueRangeSetModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrValueRangeSetModel(String _name, String _type)
_name - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch_type - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch@Deprecated public SolrValueRangeSetModel(String _name, ItemModel _owner, String _type)
_name - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_type - initial attribute declared by type SolrValueRangeSet at extension solrfacetsearch@Accessor(qualifier="facetSearchConfigs", type=GETTER) public List<SolrFacetSearchConfigModel> getFacetSearchConfigs()
SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="indexedProperties", type=GETTER) public List<SolrIndexedPropertyModel> getIndexedProperties()
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="name", type=GETTER) public String getName()
SolrValueRangeSet.name attribute defined at extension solrfacetsearch.@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.@Accessor(qualifier="solrValueRanges", type=GETTER) public List<SolrValueRangeModel> getSolrValueRanges()
SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="type", type=GETTER) public String getType()
SolrValueRangeSet.type attribute defined at extension solrfacetsearch.@Accessor(qualifier="facetSearchConfigs", type=SETTER) public void setFacetSearchConfigs(List<SolrFacetSearchConfigModel> value)
SolrValueRangeSet.facetSearchConfigs attribute defined at extension solrfacetsearch.value - the facetSearchConfigs@Accessor(qualifier="indexedProperties", type=SETTER) public void setIndexedProperties(List<SolrIndexedPropertyModel> value)
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch.value - the indexedProperties@Accessor(qualifier="name", type=SETTER) public void setName(String value)
SolrValueRangeSet.name attribute defined at extension solrfacetsearch.value - the name@Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(String value)
SolrValueRangeSet.qualifier attribute defined at extension solrfacetsearch.value - the qualifier@Accessor(qualifier="solrValueRanges", type=SETTER) public void setSolrValueRanges(List<SolrValueRangeModel> value)
SolrValueRangeSet.solrValueRanges attribute defined at extension solrfacetsearch.value - the solrValueRangesCopyright © 2017 SAP SE. All Rights Reserved.