Class SolrIndexOperationRecordModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.SolrIndexOperationRecordModel
All Implemented Interfaces:
Serializable

public class SolrIndexOperationRecordModel extends ItemModel
Generated model class for type SolrIndexOperationRecord first defined at extension solrfacetsearch.

Deprecated since 6.2, please use SolrIndexOperation instead.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _INDEXCORE2INDEXOPERATIONRECORDS
      Generated relation code constant for relation IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch.
      See Also:
    • STARTTIME

      public static final String STARTTIME
      Generated constant - Attribute key of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
      See Also:
    • FINISHTIME

      public static final String FINISHTIME
      Generated constant - Attribute key of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
      See Also:
    • MODE

      public static final String MODE
      Generated constant - Attribute key of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
      See Also:
    • THREADID

      public static final String THREADID
      Generated constant - Attribute key of SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
      See Also:
    • CLUSTERID

      public static final String CLUSTERID
      Generated constant - Attribute key of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
      See Also:
    • FAILEDREASON

      public static final String FAILEDREASON
      Generated constant - Attribute key of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRINDEXCORERECORDPOS

      public static final String SOLRINDEXCORERECORDPOS
      Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch.
      See Also:
    • SOLRINDEXCORERECORD

      public static final String SOLRINDEXCORERECORD
      Generated constant - Attribute key of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
      See Also:
  • Constructor Details

    • SolrIndexOperationRecordModel

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

      public SolrIndexOperationRecordModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SolrIndexOperationRecordModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId)
      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:
      _clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
    • SolrIndexOperationRecordModel

      @Deprecated(since="4.1.1", forRemoval=true) public SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId)
      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:
      _clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _owner - initial attribute declared by type Item at extension core
      _solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
      _threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch
  • Method Details

    • getClusterId

      @Accessor(qualifier="clusterId", type=GETTER) public int getClusterId()
      Generated method - Getter of the SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
      Returns:
      the clusterId
    • getFailedReason

      @Accessor(qualifier="failedReason", type=GETTER) public String getFailedReason()
      Generated method - Getter of the SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
      Returns:
      the failedReason
    • getFinishTime

      @Accessor(qualifier="finishTime", type=GETTER) public Date getFinishTime()
      Generated method - Getter of the SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
      Returns:
      the finishTime
    • getMode

      Generated method - Getter of the SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
      Returns:
      the mode
    • getSolrIndexCoreRecord

      @Accessor(qualifier="solrIndexCoreRecord", type=GETTER) public SolrIndexedCoresRecordModel getSolrIndexCoreRecord()
      Generated method - Getter of the SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
      Returns:
      the solrIndexCoreRecord
    • getStartTime

      @Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
      Generated method - Getter of the SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
      Returns:
      the startTime
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public IndexerOperationStatus getStatus()
      Generated method - Getter of the SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
      Returns:
      the status
    • getThreadId

      @Accessor(qualifier="threadId", type=GETTER) public String getThreadId()
      Generated method - Getter of the SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.
      Returns:
      the threadId
    • setClusterId

      @Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(int value)
      Generated method - Setter of SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.
      Parameters:
      value - the clusterId
    • setFailedReason

      @Accessor(qualifier="failedReason", type=SETTER) public void setFailedReason(String value)
      Generated method - Setter of SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.
      Parameters:
      value - the failedReason
    • setFinishTime

      @Accessor(qualifier="finishTime", type=SETTER) public void setFinishTime(Date value)
      Generated method - Setter of SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.
      Parameters:
      value - the finishTime
    • setMode

      @Accessor(qualifier="mode", type=SETTER) public void setMode(IndexerOperationValues value)
      Generated method - Setter of SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.
      Parameters:
      value - the mode
    • setSolrIndexCoreRecord

      @Accessor(qualifier="solrIndexCoreRecord", type=SETTER) public void setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)
      Generated method - Setter of SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.
      Parameters:
      value - the solrIndexCoreRecord
    • setStartTime

      @Accessor(qualifier="startTime", type=SETTER) public void setStartTime(Date value)
      Generated method - Setter of SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.
      Parameters:
      value - the startTime
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(IndexerOperationStatus value)
      Generated method - Setter of SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.
      Parameters:
      value - the status
    • setThreadId

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