public class ConditionalSolrSortModel extends SolrSortModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONDITIONS
Generated constant - Attribute key of
ConditionalSolrSort.conditions attribute defined at extension commercesearch. |
_SOLRINDEXEDTYPE2SOLRSORTREL, CODE, FIELDS, INDEXEDTYPE, INDEXEDTYPEPOS, NAME, USEBOOST, VISIBLE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ConditionalSolrSortModel()
Generated constructor - Default constructor for generic creation.
|
ConditionalSolrSortModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ConditionalSolrSortModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConditionalSolrSortModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractSolrSortConditionModel> |
getConditions()
Generated method - Getter of the
ConditionalSolrSort.conditions attribute defined at extension commercesearch. |
void |
setConditions(java.util.List<AbstractSolrSortConditionModel> value)
Generated method - Setter of
ConditionalSolrSort.conditions attribute defined at extension commercesearch. |
getCode, getFields, getIndexedType, getName, getName, getVisible, isUseBoost, setCode, setFields, setIndexedType, setName, setName, setUseBoost, setVisiblegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CONDITIONS
ConditionalSolrSort.conditions attribute defined at extension commercesearch.public ConditionalSolrSortModel()
public ConditionalSolrSortModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ConditionalSolrSortModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType)
_code - initial attribute declared by type SolrSort at extension solrfacetsearch_indexedType - initial attribute declared by type SolrSort at extension solrfacetsearch@Deprecated
public ConditionalSolrSortModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType,
ItemModel _owner)
_code - initial attribute declared by type SolrSort at extension solrfacetsearch_indexedType - initial attribute declared by type SolrSort at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="conditions", type=GETTER) public java.util.List<AbstractSolrSortConditionModel> getConditions()
ConditionalSolrSort.conditions attribute defined at extension commercesearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="conditions", type=SETTER) public void setConditions(java.util.List<AbstractSolrSortConditionModel> value)
ConditionalSolrSort.conditions attribute defined at extension commercesearch.value - the conditionsCopyright © 2018 SAP SE. All Rights Reserved.