Class FlexibleSearchCronJobModel

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

public class FlexibleSearchCronJobModel extends MediaProcessCronJobModel
Generated model class for type FlexibleSearchCronJob first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String QUERY
      Generated constant - Attribute key of FlexibleSearchCronJob.query attribute defined at extension processing.
      See Also:
    • FAILONUNKNOWN

      public static final String FAILONUNKNOWN
      Generated constant - Attribute key of FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.
      See Also:
    • DONTNEEDTOTAL

      public static final String DONTNEEDTOTAL
      Generated constant - Attribute key of FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.
      See Also:
    • RANGESTART

      public static final String RANGESTART
      Generated constant - Attribute key of FlexibleSearchCronJob.rangeStart attribute defined at extension processing.
      See Also:
    • COUNT

      public static final String COUNT
      Generated constant - Attribute key of FlexibleSearchCronJob.count attribute defined at extension processing.
      See Also:
    • SEARCHRESULT

      public static final String SEARCHRESULT
      Generated constant - Attribute key of FlexibleSearchCronJob.searchResult attribute defined at extension processing.
      See Also:
  • Constructor Details

    • FlexibleSearchCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public FlexibleSearchCronJobModel(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:
      _job - initial attribute declared by type CronJob at extension processing
    • FlexibleSearchCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public FlexibleSearchCronJobModel(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:
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCount

      @Accessor(qualifier="count", type=GETTER) public Integer getCount()
      Generated method - Getter of the FlexibleSearchCronJob.count attribute defined at extension processing.
      Returns:
      the count
    • getDontNeedTotal

      @Accessor(qualifier="dontNeedTotal", type=GETTER) public Boolean getDontNeedTotal()
      Generated method - Getter of the FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.
      Returns:
      the dontNeedTotal
    • getFailOnUnknown

      @Accessor(qualifier="failOnUnknown", type=GETTER) public Boolean getFailOnUnknown()
      Generated method - Getter of the FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.
      Returns:
      the failOnUnknown
    • getQuery

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

      @Accessor(qualifier="rangeStart", type=GETTER) public Integer getRangeStart()
      Generated method - Getter of the FlexibleSearchCronJob.rangeStart attribute defined at extension processing.
      Returns:
      the rangeStart
    • getSearchResult

      @Accessor(qualifier="searchResult", type=GETTER) public Collection<String> getSearchResult()
      Generated method - Getter of the FlexibleSearchCronJob.searchResult attribute defined at extension processing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the searchResult
    • setCount

      @Accessor(qualifier="count", type=SETTER) public void setCount(Integer value)
      Generated method - Setter of FlexibleSearchCronJob.count attribute defined at extension processing.
      Parameters:
      value - the count
    • setDontNeedTotal

      @Accessor(qualifier="dontNeedTotal", type=SETTER) public void setDontNeedTotal(Boolean value)
      Generated method - Setter of FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.
      Parameters:
      value - the dontNeedTotal
    • setFailOnUnknown

      @Accessor(qualifier="failOnUnknown", type=SETTER) public void setFailOnUnknown(Boolean value)
      Generated method - Setter of FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.
      Parameters:
      value - the failOnUnknown
    • setQuery

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

      @Accessor(qualifier="rangeStart", type=SETTER) public void setRangeStart(Integer value)
      Generated method - Setter of FlexibleSearchCronJob.rangeStart attribute defined at extension processing.
      Parameters:
      value - the rangeStart