Class SolrIndexerQueryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.config.SolrIndexerQueryModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrIndexerQuery first defined at extension solrfacetsearch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSolrIndexedType2SolrIndexerQuerydefining source attributesolrIndexedTypein extensionsolrfacetsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.identifierattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.injectCurrentDateattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.injectCurrentTimeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.injectLastIndexTimeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.parameterProviderattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.queryattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.solrIndexedTypePOSattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextSolrIndexerQueryModel(String _identifier, ItemModel _owner, String _query, IndexerOperationValues _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerQueryModel(String _identifier, String _query, IndexerOperationValues _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSolrIndexerQuery.identifierattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexerQuery.parameterProviderattribute defined at extensionsolrfacetsearch.getQuery()Generated method - Getter of theSolrIndexerQuery.queryattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.getType()Generated method - Getter of theSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.getUser()Generated method - Getter of theSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.booleanGenerated method - Getter of theSolrIndexerQuery.injectCurrentDateattribute defined at extensionsolrfacetsearch.booleanGenerated method - Getter of theSolrIndexerQuery.injectCurrentTimeattribute defined at extensionsolrfacetsearch.booleanGenerated method - Getter of theSolrIndexerQuery.injectLastIndexTimeattribute defined at extensionsolrfacetsearch.voidsetIdentifier(String value) Generated method - Initial setter ofSolrIndexerQuery.identifierattribute defined at extensionsolrfacetsearch.voidsetInjectCurrentDate(boolean value) Generated method - Setter ofSolrIndexerQuery.injectCurrentDateattribute defined at extensionsolrfacetsearch.voidsetInjectCurrentTime(boolean value) Generated method - Setter ofSolrIndexerQuery.injectCurrentTimeattribute defined at extensionsolrfacetsearch.voidsetInjectLastIndexTime(boolean value) Generated method - Setter ofSolrIndexerQuery.injectLastIndexTimeattribute defined at extensionsolrfacetsearch.voidsetParameterProvider(String value) Generated method - Setter ofSolrIndexerQuery.parameterProviderattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQuery.queryattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.voidsetType(IndexerOperationValues value) Generated method - Initial setter ofSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.voidGenerated method - Setter ofSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_SOLRINDEXEDTYPE2SOLRINDEXERQUERY
Generated relation code constant for relationSolrIndexedType2SolrIndexerQuerydefining source attributesolrIndexedTypein extensionsolrfacetsearch.- See Also:
-
IDENTIFIER
Generated constant - Attribute key ofSolrIndexerQuery.identifierattribute defined at extensionsolrfacetsearch.- See Also:
-
TYPE
Generated constant - Attribute key ofSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.- See Also:
-
QUERY
Generated constant - Attribute key ofSolrIndexerQuery.queryattribute defined at extensionsolrfacetsearch.- See Also:
-
INJECTLASTINDEXTIME
Generated constant - Attribute key ofSolrIndexerQuery.injectLastIndexTimeattribute defined at extensionsolrfacetsearch.- See Also:
-
INJECTCURRENTTIME
Generated constant - Attribute key ofSolrIndexerQuery.injectCurrentTimeattribute defined at extensionsolrfacetsearch.- See Also:
-
INJECTCURRENTDATE
Generated constant - Attribute key ofSolrIndexerQuery.injectCurrentDateattribute defined at extensionsolrfacetsearch.- See Also:
-
USER
Generated constant - Attribute key ofSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.- See Also:
-
PARAMETERPROVIDER
Generated constant - Attribute key ofSolrIndexerQuery.parameterProviderattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXEDTYPEPOS
Generated constant - Attribute key ofSolrIndexerQuery.solrIndexedTypePOSattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXEDTYPE
Generated constant - Attribute key ofSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.- See Also:
-
SOLRINDEXERQUERYPARAMETERS
Generated constant - Attribute key ofSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
SolrIndexerQueryModel
public SolrIndexerQueryModel()Generated constructor - Default constructor for generic creation. -
SolrIndexerQueryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SolrIndexerQueryModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerQueryModel(String _identifier, String _query, IndexerOperationValues _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_identifier- initial attribute declared by typeSolrIndexerQueryat extensionsolrfacetsearch_query- initial attribute declared by typeSolrIndexerQueryat extensionsolrfacetsearch_type- initial attribute declared by typeSolrIndexerQueryat extensionsolrfacetsearch
-
SolrIndexerQueryModel
@Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerQueryModel(String _identifier, ItemModel _owner, String _query, IndexerOperationValues _type) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_identifier- initial attribute declared by typeSolrIndexerQueryat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_query- initial attribute declared by typeSolrIndexerQueryat extensionsolrfacetsearch_type- initial attribute declared by typeSolrIndexerQueryat extensionsolrfacetsearch
-
-
Method Details
-
getIdentifier
Generated method - Getter of theSolrIndexerQuery.identifierattribute defined at extensionsolrfacetsearch.- Returns:
- the identifier - id of the query
-
getParameterProvider
Generated method - Getter of theSolrIndexerQuery.parameterProviderattribute defined at extensionsolrfacetsearch.- Returns:
- the parameterProvider
-
getQuery
Generated method - Getter of theSolrIndexerQuery.queryattribute defined at extensionsolrfacetsearch.- Returns:
- the query
-
getSolrIndexedType
@Accessor(qualifier="solrIndexedType", type=GETTER) public SolrIndexedTypeModel getSolrIndexedType()Generated method - Getter of theSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.- Returns:
- the solrIndexedType
-
getSolrIndexerQueryParameters
@Accessor(qualifier="solrIndexerQueryParameters", type=GETTER) public List<SolrIndexerQueryParameterModel> getSolrIndexerQueryParameters()Generated method - Getter of theSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the solrIndexerQueryParameters
-
getType
Generated method - Getter of theSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch.- Returns:
- the type - type of operation: full, update or delete
-
getUser
Generated method - Getter of theSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.- Returns:
- the user
-
isInjectCurrentDate
Generated method - Getter of theSolrIndexerQuery.injectCurrentDateattribute defined at extensionsolrfacetsearch.- Returns:
- the injectCurrentDate
-
isInjectCurrentTime
Generated method - Getter of theSolrIndexerQuery.injectCurrentTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the injectCurrentTime
-
isInjectLastIndexTime
Generated method - Getter of theSolrIndexerQuery.injectLastIndexTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the injectLastIndexTime
-
setIdentifier
Generated method - Initial setter ofSolrIndexerQuery.identifierattribute defined at extensionsolrfacetsearch. Can only be used at creation of model - before first save.- Parameters:
value- the identifier - id of the query
-
setInjectCurrentDate
@Accessor(qualifier="injectCurrentDate", type=SETTER) public void setInjectCurrentDate(boolean value) Generated method - Setter ofSolrIndexerQuery.injectCurrentDateattribute defined at extensionsolrfacetsearch.- Parameters:
value- the injectCurrentDate
-
setInjectCurrentTime
@Accessor(qualifier="injectCurrentTime", type=SETTER) public void setInjectCurrentTime(boolean value) Generated method - Setter ofSolrIndexerQuery.injectCurrentTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the injectCurrentTime
-
setInjectLastIndexTime
@Accessor(qualifier="injectLastIndexTime", type=SETTER) public void setInjectLastIndexTime(boolean value) Generated method - Setter ofSolrIndexerQuery.injectLastIndexTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the injectLastIndexTime
-
setParameterProvider
@Accessor(qualifier="parameterProvider", type=SETTER) public void setParameterProvider(String value) Generated method - Setter ofSolrIndexerQuery.parameterProviderattribute defined at extensionsolrfacetsearch.- Parameters:
value- the parameterProvider
-
setQuery
Generated method - Setter ofSolrIndexerQuery.queryattribute defined at extensionsolrfacetsearch.- Parameters:
value- the query
-
setSolrIndexedType
@Accessor(qualifier="solrIndexedType", type=SETTER) public void setSolrIndexedType(SolrIndexedTypeModel value) Generated method - Setter ofSolrIndexerQuery.solrIndexedTypeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrIndexedType
-
setSolrIndexerQueryParameters
@Accessor(qualifier="solrIndexerQueryParameters", type=SETTER) public void setSolrIndexerQueryParameters(List<SolrIndexerQueryParameterModel> value) Generated method - Setter ofSolrIndexerQuery.solrIndexerQueryParametersattribute defined at extensionsolrfacetsearch.- Parameters:
value- the solrIndexerQueryParameters
-
setType
Generated method - Initial setter ofSolrIndexerQuery.typeattribute defined at extensionsolrfacetsearch. Can only be used at creation of model - before first save.- Parameters:
value- the type - type of operation: full, update or delete
-
setUser
Generated method - Setter ofSolrIndexerQuery.userattribute defined at extensionsolrfacetsearch.- Parameters:
value- the user
-