Class SolrExtIndexerCronJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class SolrExtIndexerCronJobModel extends SolrIndexerCronJobModel
Generated model class for type SolrExtIndexerCronJob first defined at extension solrfacetsearch.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • INDEXEDTYPE

      public static final String INDEXEDTYPE
      Generated constant - Attribute key of SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.
      See Also:
    • INDEXEDPROPERTIES

      public static final String INDEXEDPROPERTIES
      Generated constant - Attribute key of SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch.
      See Also:
    • QUERY

      public static final String QUERY
      Generated constant - Attribute key of SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch.
      See Also:
    • QUERYPARAMETERPROVIDER

      public static final String QUERYPARAMETERPROVIDER
      Generated constant - Attribute key of SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrExtIndexerCronJobModel

      public SolrExtIndexerCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • SolrExtIndexerCronJobModel

      public SolrExtIndexerCronJobModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SolrExtIndexerCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, String _indexedType, JobModel _job, String _query)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch
      _indexedType - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch
      _job - initial attribute declared by type CronJob at extension processing
      _query - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch
    • SolrExtIndexerCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, String _indexedType, JobModel _job, ItemModel _owner, String _query)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch
      _indexedType - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
      _query - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch
  • Method Details

    • getIndexedProperties

      @Accessor(qualifier="indexedProperties", type=GETTER) public Collection<String> getIndexedProperties()
      Generated method - Getter of the SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the indexedProperties
    • getIndexedType

      @Accessor(qualifier="indexedType", type=GETTER) public String getIndexedType()
      Generated method - Getter of the SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.
      Returns:
      the indexedType
    • getQuery

      @Accessor(qualifier="query", type=GETTER) public String getQuery()
      Generated method - Getter of the SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch.
      Returns:
      the query
    • getQueryParameterProvider

      @Accessor(qualifier="queryParameterProvider", type=GETTER) public String getQueryParameterProvider()
      Generated method - Getter of the SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.
      Returns:
      the queryParameterProvider
    • setIndexedProperties

      @Accessor(qualifier="indexedProperties", type=SETTER) public void setIndexedProperties(Collection<String> value)
      Generated method - Setter of SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexedProperties
    • setIndexedType

      @Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(String value)
      Generated method - Setter of SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexedType
    • setQuery

      @Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
      Generated method - Setter of SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch.
      Parameters:
      value - the query
    • setQueryParameterProvider

      @Accessor(qualifier="queryParameterProvider", type=SETTER) public void setQueryParameterProvider(String value)
      Generated method - Setter of SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.
      Parameters:
      value - the queryParameterProvider