Class SolrIndexerHotUpdateCronJobModel

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

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

    • _TYPECODE

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

      public static final String INDEXTYPENAME
      Generated constant - Attribute key of SolrIndexerHotUpdateCronJob.indexTypeName attribute defined at extension solrfacetsearch.
      See Also:
    • ITEMS

      public static final String ITEMS
      Generated constant - Attribute key of SolrIndexerHotUpdateCronJob.items attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrIndexerHotUpdateCronJobModel

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

      public SolrIndexerHotUpdateCronJobModel(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
    • SolrIndexerHotUpdateCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerHotUpdateCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, String _indexTypeName, JobModel _job)
      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
      _indexTypeName - initial attribute declared by type SolrIndexerHotUpdateCronJob at extension solrfacetsearch
      _job - initial attribute declared by type CronJob at extension processing
    • SolrIndexerHotUpdateCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrIndexerHotUpdateCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, String _indexTypeName, JobModel _job, ItemModel _owner)
      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
      _indexTypeName - initial attribute declared by type SolrIndexerHotUpdateCronJob at extension solrfacetsearch
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getIndexTypeName

      @Accessor(qualifier="indexTypeName", type=GETTER) public String getIndexTypeName()
      Generated method - Getter of the SolrIndexerHotUpdateCronJob.indexTypeName attribute defined at extension solrfacetsearch.
      Returns:
      the indexTypeName
    • getItems

      @Accessor(qualifier="items", type=GETTER) public Collection<ItemModel> getItems()
      Generated method - Getter of the SolrIndexerHotUpdateCronJob.items attribute defined at extension solrfacetsearch. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the items
    • setIndexTypeName

      @Accessor(qualifier="indexTypeName", type=SETTER) public void setIndexTypeName(String value)
      Generated method - Setter of SolrIndexerHotUpdateCronJob.indexTypeName attribute defined at extension solrfacetsearch.
      Parameters:
      value - the indexTypeName
    • setItems

      @Accessor(qualifier="items", type=SETTER) public void setItems(Collection<ItemModel> value)
      Generated method - Setter of SolrIndexerHotUpdateCronJob.items attribute defined at extension solrfacetsearch.
      Parameters:
      value - the items